Searched refs:flash_address (Results 1 – 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
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))
|
D | e1000_main.c | 1229 if (hw->flash_address) in e1000_probe() 1230 iounmap(hw->flash_address); in e1000_probe() 1278 if (hw->flash_address) in e1000_remove() 1279 iounmap(hw->flash_address); in e1000_remove()
|
D | e1000_hw.h | 1327 u8 __iomem *flash_address; member
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
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()
|
D | ql4_fw.h | 106 __le32 flash_address; /* 0x20 */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 220 u8 __iomem *flash_address; member
|
D | netdev.c | 2933 if (hw->flash_address) in igbvf_remove() 2934 iounmap(hw->flash_address); in igbvf_remove()
|
/kernel/linux/linux-5.10/include/linux/ |
D | switchtec.h | 238 u32 flash_address; member
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 2023 wrt_reg_word(®->flash_address, (uint16_t)addr); in qla2x00_read_flash_byte() 2045 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr); in qla2x00_read_flash_byte() 2053 wrt_reg_word(®->flash_address, (uint16_t)addr); in qla2x00_read_flash_byte() 2082 wrt_reg_word(®->flash_address, (uint16_t)addr); in qla2x00_write_flash_byte() 2104 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr); in qla2x00_write_flash_byte() 2107 wrt_reg_word(®->flash_address, (uint16_t)addr); in qla2x00_write_flash_byte()
|
D | qla_dbg.c | 776 dmp_reg = ®->flash_address; in qla2300_fw_dump() 925 dmp_reg = ®->flash_address; in qla2100_fw_dump()
|
D | qla_def.h | 708 __le16 flash_address; /* Flash BIOS address */ member
|
D | qla_init.c | 3094 ®->flash_address); in qla2x00_chip_diag()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 521 u8 __iomem *flash_address; member
|
D | igb_main.c | 3618 if (hw->flash_address) in igb_probe() 3619 iounmap(hw->flash_address); in igb_probe() 3832 if (hw->flash_address) in igb_remove() 3833 iounmap(hw->flash_address); in igb_remove()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 697 void __iomem *flash_address; member
|
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() 616 hw->flash_address = hw->hw_addr + E1000_FLASH_BASE_ADDR; in e1000_init_nvm_params_ich8lan() 619 if (!hw->flash_address) { in e1000_init_nvm_params_ich8lan()
|
D | netdev.c | 7389 adapter->hw.flash_address = ioremap(flash_start, flash_len); in e1000_probe() 7390 if (!adapter->hw.flash_address) in e1000_probe() 7654 if ((adapter->hw.flash_address) && (hw->mac.type < e1000_pch_spt)) in e1000_probe() 7655 iounmap(adapter->hw.flash_address); in e1000_probe() 7722 if ((adapter->hw.flash_address) && in e1000_remove() 7724 iounmap(adapter->hw.flash_address); in e1000_remove()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | qla1280.h | 151 uint16_t flash_address; /* Flash BIOS address */ member
|