Searched refs:MEM_WRITE_2 (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | cs89x0var.h | 158 #define MEM_WRITE_2(sc, a, d) \ macro 244 MEM_WRITE_2((sc), (offset), (val))
|
| /netbsd/src/sys/dev/pci/ |
| D | if_ipwreg.h | 343 #define MEM_WRITE_2(sc, addr, val) do { \ macro
|
| D | if_iwireg.h | 567 #define MEM_WRITE_2(sc, addr, val) do { \ macro
|
| D | if_ipw.c | 1802 MEM_WRITE_2(sc, 0x220000, 0x0703); in ipw_load_ucode() 1803 MEM_WRITE_2(sc, 0x220000, 0x0707); in ipw_load_ucode() 1818 MEM_WRITE_2(sc, 0x220000, 0x0703); in ipw_load_ucode() 1819 MEM_WRITE_2(sc, 0x220000, 0x0707); in ipw_load_ucode()
|
| D | if_iwi.c | 2048 MEM_WRITE_2(sc, 0x200010, htole16(*w)); in iwi_load_ucode()
|