Searched refs:MEM_READ_4 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ipw/ |
H A D | if_ipw.c | 950 tmp = MEM_READ_4(sc, IPW_MEM_EEPROM_CTL); in ipw_read_prom_word() 2536 buf[i] = MEM_READ_4(sc, CSR_READ_4(sc, IPW_CSR_AUTOINC_DATA)); in ipw_sysctl_stats() 2556 return MEM_READ_4(sc, MEM_READ_4(sc, sc->table1_base + off)); in ipw_read_table1() 2562 MEM_WRITE_4(sc, MEM_READ_4(sc, sc->table1_base + off), info); in ipw_write_table1() 2574 addr = MEM_READ_4(sc, sc->table2_base + off); 2575 info = MEM_READ_4(sc, sc->table2_base + off + 4);
|
H A D | if_ipwreg.h | 355 #define MEM_READ_4(sc, addr) \ macro
|
/freebsd/sys/dev/iwi/ |
H A D | if_iwi.c | 255 MEM_READ_4(struct iwi_softc *sc, uint32_t addr) in MEM_READ_4() function 1153 tmp = MEM_READ_4(sc, IWI_MEM_EEPROM_CTL); in iwi_read_prom_word() 2397 MEM_READ_4(sc, 0x200004); in iwi_load_ucode() 2472 if (MEM_READ_4(sc, 0x3000d0) >= sentinel) in iwi_load_firmware() 3367 return MEM_READ_4(sc, IWI_MEM_EEPROM_EVENT); in iwi_read_event()
|