Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/e1000/
De1000_osdep.h72 writel((value), ((a)->flash_address + reg)))
75 readl((a)->flash_address + reg))
78 writew((value), ((a)->flash_address + reg)))
81 readw((a)->flash_address + reg))
De1000_main.c1228 if (hw->flash_address) in e1000_probe()
1229 iounmap(hw->flash_address); in e1000_probe()
1277 if (hw->flash_address) in e1000_remove()
1278 iounmap(hw->flash_address); in e1000_remove()
De1000_hw.h1327 u8 __iomem *flash_address; member
/Linux-v4.19/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
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/
Dvf.h220 u8 __iomem *flash_address; member
Dnetdev.c2943 if (hw->flash_address) in igbvf_remove()
2944 iounmap(hw->flash_address); in igbvf_remove()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_sup.c1990 WRT_REG_WORD(&reg->flash_address, (uint16_t)addr); in qla2x00_read_flash_byte()
2012 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr); in qla2x00_read_flash_byte()
2020 WRT_REG_WORD(&reg->flash_address, (uint16_t)addr); in qla2x00_read_flash_byte()
2049 WRT_REG_WORD(&reg->flash_address, (uint16_t)addr); in qla2x00_write_flash_byte()
2071 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr); in qla2x00_write_flash_byte()
2074 WRT_REG_WORD(&reg->flash_address, (uint16_t)addr); in qla2x00_write_flash_byte()
Dqla_dbg.c779 dmp_reg = &reg->flash_address; in qla2300_fw_dump()
945 dmp_reg = &reg->flash_address; in qla2100_fw_dump()
Dqla_def.h587 uint16_t flash_address; /* Flash BIOS address */ member
Dqla_init.c2900 &reg->flash_address); in qla2x00_chip_diag()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_hw.h521 u8 __iomem *flash_address; member
Digb_main.c3481 if (hw->flash_address) in igb_probe()
3482 iounmap(hw->flash_address); in igb_probe()
3692 if (hw->flash_address) in igb_remove()
3693 iounmap(hw->flash_address); in igb_remove()
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
Dhw.h674 void __iomem *flash_address; member
Dich8lan.c143 return readw(hw->flash_address + reg); in __er16flash()
148 return readl(hw->flash_address + reg); in __er32flash()
153 writew(val, hw->flash_address + reg); in __ew16flash()
158 writel(val, hw->flash_address + reg); in __ew32flash()
608 hw->flash_address = hw->hw_addr + E1000_FLASH_BASE_ADDR; in e1000_init_nvm_params_ich8lan()
611 if (!hw->flash_address) { in e1000_init_nvm_params_ich8lan()
Dnetdev.c7114 adapter->hw.flash_address = ioremap(flash_start, flash_len); in e1000_probe()
7115 if (!adapter->hw.flash_address) in e1000_probe()
7348 if ((adapter->hw.flash_address) && (hw->mac.type < e1000_pch_spt)) in e1000_probe()
7349 iounmap(adapter->hw.flash_address); in e1000_probe()
7420 if ((adapter->hw.flash_address) && in e1000_remove()
7422 iounmap(adapter->hw.flash_address); in e1000_remove()
/Linux-v4.19/drivers/scsi/
Dqla1280.h160 uint16_t flash_address; /* Flash BIOS address */ member