Searched refs:SF_WR_ENABLE (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_hw.h | 195 SF_WR_ENABLE = 6, /* enable writes */ enumerator
|
D | csio_hw.c | 539 ret = csio_hw_sf1_write(hw, 1, 0, 1, SF_WR_ENABLE); in csio_hw_write_flash() 596 ret = csio_hw_sf1_write(hw, 1, 0, 1, SF_WR_ENABLE); in csio_hw_flash_erase_sectors()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 746 SF_WR_ENABLE = 6, /* enable writes */ enumerator 891 if ((ret = sf1_write(adapter, 1, 0, SF_WR_ENABLE)) != 0 || in t3_write_flash() 1069 if ((ret = sf1_write(adapter, 1, 0, SF_WR_ENABLE)) != 0 || in t3_flash_erase_sectors()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 2723 SF_WR_ENABLE = 6, /* enable writes */ enumerator 2872 if ((ret = sf1_write(adapter, 1, 0, 1, SF_WR_ENABLE)) != 0 || in t4_write_flash() 3185 if ((ret = sf1_write(adapter, 1, 0, 1, SF_WR_ENABLE)) != 0 || in t4_flash_erase_sectors()
|