Home
last modified time | relevance | path

Searched refs:wx_read_ee_hostif (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_hw.c137 status = wx_read_ee_hostif(wx, 0, &checksum); in txgbe_validate_eeprom_checksum()
148 status = wx_read_ee_hostif(wx, wx->eeprom.sw_region_offset + in txgbe_validate_eeprom_checksum()
H A Dtxgbe_main.c875 wx_read_ee_hostif(wx, in txgbe_probe()
878 wx_read_ee_hostif(wx, in txgbe_probe()
883 wx_read_ee_hostif(wx, in txgbe_probe()
889 wx_read_ee_hostif(wx, offset + 0x84, &eeprom_cfg_blkh); in txgbe_probe()
890 wx_read_ee_hostif(wx, offset + 0x83, &eeprom_cfg_blkl); in txgbe_probe()
/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c847 wx_read_ee_hostif(wx, in ngbe_probe()
851 wx_read_ee_hostif(wx, in ngbe_probe()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c582 int wx_read_ee_hostif(struct wx *wx, u16 offset, u16 *data) in wx_read_ee_hostif() function
594 EXPORT_SYMBOL(wx_read_ee_hostif);
705 if (wx_read_ee_hostif(wx, WX_SW_REGION_PTR, &data)) { in wx_init_eeprom_params()