Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/e1000/
De1000_osdep.h98 writel((value), ((a)->flash_address + reg)))
101 readl((a)->flash_address + reg))
104 writew((value), ((a)->flash_address + reg)))
107 readw((a)->flash_address + reg))
De1000_main.c1244 if (hw->flash_address) in e1000_probe()
1245 iounmap(hw->flash_address); in e1000_probe()
1293 if (hw->flash_address) in e1000_remove()
1294 iounmap(hw->flash_address); in e1000_remove()
De1000_hw.h1352 u8 __iomem *flash_address; member
/drivers/scsi/qla4xxx/
Dql4_dbg.c51 (uint8_t) offsetof(struct isp_reg, flash_address), in qla4xxx_dump_registers()
52 readw(&ha->reg->flash_address)); in qla4xxx_dump_registers()
Dql4_fw.h107 __le32 flash_address; /* 0x20 */ member
/drivers/net/ethernet/intel/igbvf/
Dvf.h242 u8 __iomem *flash_address; member
Dnetdev.c2901 if (hw->flash_address) in igbvf_remove()
2902 iounmap(hw->flash_address); in igbvf_remove()
/drivers/scsi/qla2xxx/
Dqla_sup.c1987 WRT_REG_WORD(&reg->flash_address, (uint16_t)addr); in qla2x00_read_flash_byte()
2009 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr); in qla2x00_read_flash_byte()
2017 WRT_REG_WORD(&reg->flash_address, (uint16_t)addr); in qla2x00_read_flash_byte()
2046 WRT_REG_WORD(&reg->flash_address, (uint16_t)addr); in qla2x00_write_flash_byte()
2068 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr); in qla2x00_write_flash_byte()
2071 WRT_REG_WORD(&reg->flash_address, (uint16_t)addr); in qla2x00_write_flash_byte()
Dqla_dbg.c734 dmp_reg = &reg->flash_address; in qla2300_fw_dump()
900 dmp_reg = &reg->flash_address; in qla2100_fw_dump()
Dqla_def.h444 uint16_t flash_address; /* Flash BIOS address */ member
Dqla_init.c1392 "Testing device at %lx.\n", (u_long)&reg->flash_address); in qla2x00_chip_diag()
/drivers/net/ethernet/intel/igb/
De1000_hw.h536 u8 __iomem *flash_address; member
Digb_main.c2757 if (hw->flash_address) in igb_probe()
2758 iounmap(hw->flash_address); in igb_probe()
2932 if (hw->flash_address) in igb_remove()
2933 iounmap(hw->flash_address); in igb_remove()
/drivers/net/ethernet/intel/e1000e/
Dhw.h683 void __iomem *flash_address; member
Dich8lan.c161 return readw(hw->flash_address + reg); in __er16flash()
166 return readl(hw->flash_address + reg); in __er32flash()
171 writew(val, hw->flash_address + reg); in __ew16flash()
176 writel(val, hw->flash_address + reg); in __ew32flash()
624 hw->flash_address = hw->hw_addr + E1000_FLASH_BASE_ADDR; in e1000_init_nvm_params_ich8lan()
627 if (!hw->flash_address) { in e1000_init_nvm_params_ich8lan()
Dnetdev.c7137 adapter->hw.flash_address = ioremap(flash_start, flash_len); in e1000_probe()
7138 if (!adapter->hw.flash_address) in e1000_probe()
7371 if ((adapter->hw.flash_address) && (hw->mac.type < e1000_pch_spt)) in e1000_probe()
7372 iounmap(adapter->hw.flash_address); in e1000_probe()
7443 if ((adapter->hw.flash_address) && in e1000_remove()
7445 iounmap(adapter->hw.flash_address); in e1000_remove()
/drivers/scsi/
Dqla1280.h160 uint16_t flash_address; /* Flash BIOS address */ member