Searched refs:t3_read_flash (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 867 * t3_read_flash - read words from serial flash 879 static int t3_read_flash(struct adapter *adapter, unsigned int addr, in t3_read_flash() function 942 ret = t3_read_flash(adapter, addr & ~0xff, ARRAY_SIZE(buf), buf, 1); in t3_write_flash() 1050 return t3_read_flash(adapter, FW_VERS_ADDR, 1, vers, 0); in t3_get_fw_version()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 802 * t3_read_flash - read words from serial flash 814 static int t3_read_flash(struct adapter *adapter, unsigned int addr, in t3_read_flash() function 877 ret = t3_read_flash(adapter, addr & ~0xff, ARRAY_SIZE(buf), buf, 1); in t3_write_flash() 985 return t3_read_flash(adapter, FW_VERS_ADDR, 1, vers, 0); in t3_get_fw_version()
|
Completed in 13 milliseconds