Searched refs:flash_address (Results 1 – 16 of 16) 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
3665 if (hw->flash_address) in igb_probe()3666 iounmap(hw->flash_address); in igb_probe()3916 if (hw->flash_address) in igb_remove()3917 iounmap(hw->flash_address); in igb_remove()
718 void __iomem *flash_address; member
143 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()706 hw->flash_address = hw->hw_addr + E1000_FLASH_BASE_ADDR; in e1000_init_nvm_params_ich8lan()709 if (!hw->flash_address) { in e1000_init_nvm_params_ich8lan()
7450 adapter->hw.flash_address = ioremap(flash_start, flash_len); in e1000_probe()7451 if (!adapter->hw.flash_address) in e1000_probe()7716 if ((adapter->hw.flash_address) && (hw->mac.type < e1000_pch_spt)) in e1000_probe()7717 iounmap(adapter->hw.flash_address); in e1000_probe()7783 if ((adapter->hw.flash_address) && in e1000_remove()7785 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()