Home
last modified time | relevance | path

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

/titanic_44/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))
/titanic_44/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.c705 (caddr_t *)&hw->flash_address, 0, in e1000g_regs_map()
723 hw->flash_address = hw->hw_addr; in e1000g_regs_map()
/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_vf.h265 u8 *flash_address; member
H A De1000_hw.h991 u8 *flash_address; member
H A De1000_ich8lan.c659 hw->flash_address = hw->hw_addr + E1000_FLASH_BASE_ADDR; in e1000_init_nvm_params_ich8lan()
662 if (!hw->flash_address) { in e1000_init_nvm_params_ich8lan()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1206 volatile uint32_t flash_address; /* 0x88 */ member
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h461 uint16_t flash_address; /* Flash BIOS address */ member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c11159 WRT16_IO_REG(ha, flash_address, (uint16_t)addr); in ql_write_flash_byte()
11162 WRT16_IOMAP_REG(ha, flash_address, addr); in ql_write_flash_byte()
11221 WRT16_IO_REG(ha, flash_address, addr); in ql_read_flash_byte()
11224 WRT16_IOMAP_REG(ha, flash_address, addr); in ql_read_flash_byte()
11494 WRT32_IO_REG(ha, flash_address, faddr & ~FLASH_DATA_FLAG); in ql_24xx_read_flash()
11498 if (RD32_IO_REG(ha, flash_address) & FLASH_DATA_FLAG) { in ql_24xx_read_flash()
11551 WRT32_IO_REG(ha, flash_address, addr | FLASH_DATA_FLAG); in ql_24xx_write_flash()
11555 if ((RD32_IO_REG(ha, flash_address) & FLASH_DATA_FLAG) == 0) { in ql_24xx_write_flash()