Home
last modified time | relevance | path

Searched refs:flash_address (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_osdep.h72 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 De1000_main.c1229 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()
H A De1000_hw.h1327 u8 __iomem *flash_address; member
/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_dbg.c50 (uint8_t) offsetof(struct isp_reg, flash_address), in qla4xxx_dump_registers()
51 readw(&ha->reg->flash_address)); in qla4xxx_dump_registers()
H A Dql4_fw.h106 __le32 flash_address; /* 0x20 */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igbvf/
H A Dvf.h220 u8 __iomem *flash_address; member
H A Dnetdev.c2929 if (hw->flash_address) in igbvf_remove()
2930 iounmap(hw->flash_address); in igbvf_remove()
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_sup.c2023 wrt_reg_word(&reg->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(&reg->flash_address, (uint16_t)addr); in qla2x00_read_flash_byte()
2082 wrt_reg_word(&reg->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(&reg->flash_address, (uint16_t)addr); in qla2x00_write_flash_byte()
H A Dqla_dbg.c776 dmp_reg = &reg->flash_address; in qla2300_fw_dump()
925 dmp_reg = &reg->flash_address; in qla2100_fw_dump()
H A Dqla_def.h709 __le16 flash_address; /* Flash BIOS address */ member
H A Dqla_init.c3094 &reg->flash_address); in qla2x00_chip_diag()
/OK3568_Linux_fs/kernel/include/linux/
H A Dswitchtec.h238 u32 flash_address; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_hw.h521 u8 __iomem *flash_address; member
H A Digb_main.c3614 if (hw->flash_address) in igb_probe()
3615 iounmap(hw->flash_address); in igb_probe()
3830 if (hw->flash_address) in igb_remove()
3831 iounmap(hw->flash_address); in igb_remove()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dhw.h697 void __iomem *flash_address; member
H A Dich8lan.c143 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()
H A Dnetdev.c7414 adapter->hw.flash_address = ioremap(flash_start, flash_len); in e1000_probe()
7415 if (!adapter->hw.flash_address) in e1000_probe()
7653 if ((adapter->hw.flash_address) && (hw->mac.type < e1000_pch_spt)) in e1000_probe()
7654 iounmap(adapter->hw.flash_address); in e1000_probe()
7721 if ((adapter->hw.flash_address) && in e1000_remove()
7723 iounmap(adapter->hw.flash_address); in e1000_remove()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dqla1280.h151 uint16_t flash_address; /* Flash BIOS address */ member