Searched refs:t4_write_flash (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 841 t4_write_flash(struct adapter *adapter, unsigned int addr, unsigned int n, in t4_write_flash() function 1048 ret = t4_write_flash(adap, addr, n, cfg_data); in t4_load_cfg() 1124 ret = t4_write_flash(adap, FLASH_FW_START, SF_PAGE_SIZE, first_page); in t4_load_fw() 1132 ret = t4_write_flash(adap, addr, SF_PAGE_SIZE, fw_data); in t4_load_fw() 1137 ret = t4_write_flash(adap, in t4_load_fw()
|