Searched refs:CSR_EEPROM_REG (Results 1 – 9 of 9) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/iwh/ |
| H A D | iwh_eeprom.h | 197 #define CSR_EEPROM_REG (CSR_BASE+0x02c) macro
|
| H A D | iwh.c | 4746 IWH_WRITE(sc, CSR_EEPROM_REG, addr<<1); in iwh_eep_load() 4747 tmp = IWH_READ(sc, CSR_EEPROM_REG); in iwh_eep_load() 4748 IWH_WRITE(sc, CSR_EEPROM_REG, tmp & ~(0x2)); in iwh_eep_load() 4751 rv = IWH_READ(sc, CSR_EEPROM_REG); in iwh_eep_load()
|
| H A D | iwh_hw.h | 983 #define CSR_EEPROM_REG (CSR_BASE+0x02c) macro
|
| /illumos-gate/usr/src/uts/common/io/iwp/ |
| H A D | iwp_eeprom.h | 194 #define CSR_EEPROM_REG (CSR_BASE+0x02c) macro
|
| H A D | iwp.c | 4485 IWP_WRITE(sc, CSR_EEPROM_REG, addr<<1); in iwp_eep_load() 4486 tmp = IWP_READ(sc, CSR_EEPROM_REG); in iwp_eep_load() 4487 IWP_WRITE(sc, CSR_EEPROM_REG, tmp & ~(0x2)); in iwp_eep_load() 4490 rv = IWP_READ(sc, CSR_EEPROM_REG); in iwp_eep_load()
|
| H A D | iwp_hw.h | 979 #define CSR_EEPROM_REG (CSR_BASE+0x02c) macro
|
| /illumos-gate/usr/src/uts/common/io/iwk/ |
| H A D | iwk_eeprom.h | 279 #define CSR_EEPROM_REG (CSR_BASE+0x02c) macro
|
| H A D | iwk_hw.h | 1025 #define CSR_EEPROM_REG (CSR_BASE+0x02c) macro
|
| H A D | iwk2.c | 4117 IWK_WRITE(sc, CSR_EEPROM_REG, addr<<1); in iwk_eep_load() 4118 tmp = IWK_READ(sc, CSR_EEPROM_REG); in iwk_eep_load() 4119 IWK_WRITE(sc, CSR_EEPROM_REG, tmp & ~(0x2)); in iwk_eep_load() 4122 rv = IWK_READ(sc, CSR_EEPROM_REG); in iwk_eep_load()
|