Searched refs:SF_WR_ENABLE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_hw.h | 195 SF_WR_ENABLE = 6, /* enable writes */ enumerator
|
H A 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()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 715 SF_WR_ENABLE = 6, /* enable writes */ enumerator 860 if ((ret = sf1_write(adapter, 1, 0, SF_WR_ENABLE)) != 0 || in t3_write_flash() 1038 if ((ret = sf1_write(adapter, 1, 0, SF_WR_ENABLE)) != 0 || in t3_flash_erase_sectors()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 2909 SF_WR_ENABLE = 6, /* enable writes */ enumerator 3059 if ((ret = sf1_write(adapter, 1, 0, 1, SF_WR_ENABLE)) != 0 || in t4_write_flash() 3564 if ((ret = sf1_write(adapter, 1, 0, 1, SF_WR_ENABLE)) != 0 || in t4_flash_erase_sectors()
|