Searched refs:flash_address (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_osdep.h | 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))
|
H A D | e1000_main.c | 1226 if (hw->flash_address) in e1000_probe() 1227 iounmap(hw->flash_address); in e1000_probe() 1275 if (hw->flash_address) in e1000_remove() 1276 iounmap(hw->flash_address); in e1000_remove()
|
H A D | e1000_hw.h | 1324 u8 __iomem *flash_address; member
|
/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_dbg.c | 50 (uint8_t) offsetof(struct isp_reg, flash_address), in qla4xxx_dump_registers() 51 readw(&ha->reg->flash_address)); in qla4xxx_dump_registers()
|
H A D | ql4_fw.h | 106 __le32 flash_address; /* 0x20 */ member
|
/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | vf.h | 220 u8 __iomem *flash_address; member
|
H A D | netdev.c | 2935 if (hw->flash_address) in igbvf_remove() 2936 iounmap(hw->flash_address); in igbvf_remove()
|
/linux/include/linux/ |
H A D | switchtec.h | 240 u32 flash_address; member
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 2039 wrt_reg_word(®->flash_address, (uint16_t)addr); in qla2x00_read_flash_byte() 2061 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr); in qla2x00_read_flash_byte() 2069 wrt_reg_word(®->flash_address, (uint16_t)addr); in qla2x00_read_flash_byte() 2098 wrt_reg_word(®->flash_address, (uint16_t)addr); in qla2x00_write_flash_byte() 2120 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr); in qla2x00_write_flash_byte() 2123 wrt_reg_word(®->flash_address, (uint16_t)addr); in qla2x00_write_flash_byte()
|
H A D | qla_dbg.c | 789 dmp_reg = ®->flash_address; in qla2300_fw_dump() 938 dmp_reg = ®->flash_address; in qla2100_fw_dump()
|
H A D | qla_def.h | 819 __le16 flash_address; /* Flash BIOS address */ member
|
H A D | qla_init.c | 3588 ®->flash_address); in qla2x00_chip_diag()
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_hw.h | 521 u8 __iomem *flash_address; member
|
H A D | igb_main.c | 3640 if (hw->flash_address) in igb_probe() 3641 iounmap(hw->flash_address); in igb_probe() 3892 if (hw->flash_address) in igb_remove() 3893 iounmap(hw->flash_address); in igb_remove()
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | hw.h | 720 void __iomem *flash_address; member
|
H A D | ich8lan.c | 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() 641 hw->flash_address = hw->hw_addr + E1000_FLASH_BASE_ADDR; in e1000_init_nvm_params_ich8lan() 644 if (!hw->flash_address) { in e1000_init_nvm_params_ich8lan()
|
H A D | netdev.c | 7441 adapter->hw.flash_address = ioremap(flash_start, flash_len); in e1000_probe() 7442 if (!adapter->hw.flash_address) in e1000_probe() 7704 if ((adapter->hw.flash_address) && (hw->mac.type < e1000_pch_spt)) in e1000_probe() 7705 iounmap(adapter->hw.flash_address); in e1000_probe() 7771 if ((adapter->hw.flash_address) && in e1000_remove() 7773 iounmap(adapter->hw.flash_address); in e1000_remove()
|
/linux/drivers/scsi/ |
H A D | qla1280.h | 150 uint16_t flash_address; /* Flash BIOS address */ member
|