Home
last modified time | relevance | path

Searched refs:SF_WR_ENABLE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw.h195 SF_WR_ENABLE = 6, /* enable writes */ enumerator
H A Dcsio_hw.c539 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 Dt3_hw.c715 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 Dt4_hw.c2909 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()