Searched refs:t4_read_flash (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 2824 int t4_read_flash(struct adapter *adapter, unsigned int addr, in t4_read_flash() function 2892 ret = t4_read_flash(adapter, addr & ~0xff, ARRAY_SIZE(buf), buf, 1); in t4_write_flash() 2918 return t4_read_flash(adapter, FLASH_FW_START + in t4_get_fw_version() 2932 return t4_read_flash(adapter, FLASH_FW_START + in t4_get_tp_version() 2957 ret = t4_read_flash(adap, FLASH_EXP_ROM_START, in t4_get_exprom_version() 3096 ret = -t4_read_flash(adap, FLASH_FW_START, in t4_prep_fw()
|
D | cxgb4.h | 1245 int t4_read_flash(struct adapter *adapter, unsigned int addr,
|
D | cxgb4_debugfs.c | 1527 ret = t4_read_flash(adap, pos - ofst, (len + 3) / 4, in flash_read()
|