Home
last modified time | relevance | path

Searched refs:flash_address (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h138 (uint32_t *)((uintptr_t)(hw)->flash_address + (reg)))
142 (uint16_t *)((uintptr_t)(hw)->flash_address + (reg)))
146 (uint32_t *)((uintptr_t)(hw)->flash_address + (reg)), (value))
150 (uint16_t *)((uintptr_t)(hw)->flash_address + (reg)), (value))
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h177 (uint32_t *)((uintptr_t)(hw)->flash_address + (reg)))
181 (uint16_t *)((uintptr_t)(hw)->flash_address + (reg)))
185 (uint32_t *)((uintptr_t)(hw)->flash_address + (reg)), (value))
189 (uint16_t *)((uintptr_t)(hw)->flash_address + (reg)), (value))
H A De1000g_main.c706 (caddr_t *)&hw->flash_address, 0, in e1000g_regs_map()
733 hw->flash_address = hw->hw_addr; in e1000g_regs_map()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.h265 u8 *flash_address; member
H A De1000_hw.h1076 u8 *flash_address; member
H A De1000_ich8lan.c676 hw->flash_address = hw->hw_addr + E1000_FLASH_BASE_ADDR; in e1000_init_nvm_params_ich8lan()
679 if (!hw->flash_address) { in e1000_init_nvm_params_ich8lan()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_hw.h516 u8 *flash_address; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1206 volatile uint32_t flash_address; /* 0x88 */ member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h537 uint16_t flash_address; /* Flash BIOS address */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c11547 WRT16_IO_REG(ha, flash_address, (uint16_t)addr); in ql_write_flash_byte()
11550 WRT16_IOMAP_REG(ha, flash_address, addr); in ql_write_flash_byte()
11609 WRT16_IO_REG(ha, flash_address, addr); in ql_read_flash_byte()
11612 WRT16_IOMAP_REG(ha, flash_address, addr); in ql_read_flash_byte()
11884 WRT32_IO_REG(ha, flash_address, faddr & ~FLASH_DATA_FLAG); in ql_24xx_read_flash()
11888 if (RD32_IO_REG(ha, flash_address) & FLASH_DATA_FLAG) { in ql_24xx_read_flash()
11941 WRT32_IO_REG(ha, flash_address, addr | FLASH_DATA_FLAG); in ql_24xx_write_flash()
11945 if ((RD32_IO_REG(ha, flash_address) & FLASH_DATA_FLAG) == 0) { in ql_24xx_write_flash()