Searched refs:t4_read_flash (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 3038 int t4_read_flash(struct adapter *adapter, unsigned int addr, in t4_read_flash() function 3113 ret = t4_read_flash(adapter, addr & ~0xff, ARRAY_SIZE(buf), buf, in t4_write_flash() 3140 return t4_read_flash(adapter, FLASH_FW_START + in t4_get_fw_version() 3154 return t4_read_flash(adapter, FLASH_FWBOOTSTRAP_START + in t4_get_bs_version() 3168 return t4_read_flash(adapter, FLASH_FW_START + in t4_get_tp_version() 3193 ret = t4_read_flash(adap, FLASH_EXP_ROM_START, in t4_get_exprom_version() 3505 ret = t4_read_flash(adap, FLASH_FW_START, in t4_prep_fw()
|
| H A D | cxgb4.h | 1848 int t4_read_flash(struct adapter *adapter, unsigned int addr,
|
| H A D | cudbg_lib.c | 3613 rc = t4_read_flash(padap, addr, n, (u32 *)temp_buff.data, 0); in cudbg_collect_flash()
|
| H A D | cxgb4_debugfs.c | 1640 ret = t4_read_flash(adap, pos - ofst, (len + 3) / 4, in flash_read()
|