Searched refs:flash_address (Results 1 – 17 of 17) sorted by relevance
/drivers/net/ethernet/intel/e1000/ |
D | e1000_osdep.h | 98 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))
|
D | e1000_main.c | 1243 if (hw->flash_address) in e1000_probe() 1244 iounmap(hw->flash_address); in e1000_probe() 1289 if (hw->flash_address) in e1000_remove() 1290 iounmap(hw->flash_address); in e1000_remove()
|
D | e1000_hw.h | 1352 u8 __iomem *flash_address; member
|
/drivers/scsi/qla4xxx/ |
D | ql4_dbg.c | 51 (uint8_t) offsetof(struct isp_reg, flash_address), in qla4xxx_dump_registers() 52 readw(&ha->reg->flash_address)); in qla4xxx_dump_registers()
|
D | ql4_fw.h | 107 __le32 flash_address; /* 0x20 */ member
|
/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 243 u8 __iomem *flash_address; member
|
D | netdev.c | 2840 if (hw->flash_address) in igbvf_remove() 2841 iounmap(hw->flash_address); in igbvf_remove()
|
/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 1953 WRT_REG_WORD(®->flash_address, (uint16_t)addr); in qla2x00_read_flash_byte() 1975 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr); in qla2x00_read_flash_byte() 1983 WRT_REG_WORD(®->flash_address, (uint16_t)addr); in qla2x00_read_flash_byte() 2012 WRT_REG_WORD(®->flash_address, (uint16_t)addr); in qla2x00_write_flash_byte() 2034 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr); in qla2x00_write_flash_byte() 2037 WRT_REG_WORD(®->flash_address, (uint16_t)addr); in qla2x00_write_flash_byte()
|
D | qla_dbg.c | 737 dmp_reg = ®->flash_address; in qla2300_fw_dump() 894 dmp_reg = ®->flash_address; in qla2100_fw_dump()
|
D | qla_def.h | 435 uint16_t flash_address; /* Flash BIOS address */ member
|
D | qla_init.c | 1333 "Testing device at %lx.\n", (u_long)®->flash_address); in qla2x00_chip_diag()
|
/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 535 u8 __iomem *flash_address; member
|
D | igb_main.c | 2665 if (hw->flash_address) in igb_probe() 2666 iounmap(hw->flash_address); in igb_probe() 2837 if (hw->flash_address) in igb_remove() 2838 iounmap(hw->flash_address); in igb_remove()
|
/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 672 void __iomem *flash_address; member
|
D | ich8lan.c | 153 return readw(hw->flash_address + reg); in __er16flash() 158 return readl(hw->flash_address + reg); in __er32flash() 163 writew(val, hw->flash_address + reg); in __ew16flash() 168 writel(val, hw->flash_address + reg); in __ew32flash() 595 if (!hw->flash_address) { in e1000_init_nvm_params_ich8lan()
|
D | netdev.c | 6815 adapter->hw.flash_address = ioremap(flash_start, flash_len); in e1000_probe() 6816 if (!adapter->hw.flash_address) in e1000_probe() 7048 if (adapter->hw.flash_address) in e1000_probe() 7049 iounmap(adapter->hw.flash_address); in e1000_probe() 7121 if (adapter->hw.flash_address) in e1000_remove() 7122 iounmap(adapter->hw.flash_address); in e1000_remove()
|
/drivers/scsi/ |
D | qla1280.h | 160 uint16_t flash_address; /* Flash BIOS address */ member
|