Searched refs:flash_address (Results 1 – 15 of 15) sorted by relevance
72 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))
1223 if (hw->flash_address) in e1000_probe()1224 iounmap(hw->flash_address); in e1000_probe()1276 if (hw->flash_address) in e1000_remove()1277 iounmap(hw->flash_address); in e1000_remove()
1324 u8 __iomem *flash_address; member
50 (uint8_t) offsetof(struct isp_reg, flash_address), in qla4xxx_dump_registers()51 readw(&ha->reg->flash_address)); in qla4xxx_dump_registers()
106 __le32 flash_address; /* 0x20 */ member
220 u8 __iomem *flash_address; member
2921 if (hw->flash_address) in igbvf_remove()2922 iounmap(hw->flash_address); in igbvf_remove()
240 u32 flash_address; member
521 u8 __iomem *flash_address; member
3666 if (hw->flash_address) in igb_probe()3667 iounmap(hw->flash_address); in igb_probe()3917 if (hw->flash_address) in igb_remove()3918 iounmap(hw->flash_address); in igb_remove()
720 void __iomem *flash_address; member
7451 adapter->hw.flash_address = ioremap(flash_start, flash_len); in e1000_probe()7452 if (!adapter->hw.flash_address) in e1000_probe()7717 if ((adapter->hw.flash_address) && (hw->mac.type < e1000_pch_spt)) in e1000_probe()7718 iounmap(adapter->hw.flash_address); in e1000_probe()7784 if ((adapter->hw.flash_address) && in e1000_remove()7786 iounmap(adapter->hw.flash_address); in e1000_remove()
150 uint16_t flash_address; /* Flash BIOS address */ member
790 dmp_reg = ®->flash_address; in qla2300_fw_dump()939 dmp_reg = ®->flash_address; in qla2100_fw_dump()
3594 ®->flash_address); in qla2x00_chip_diag()