Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c69 } hsf_ctrl; member
3536 hsflctl.hsf_ctrl.flcgo = 1; in e1000_flash_cycle_ich8lan()
3656 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_read_flash_data_ich8lan()
3657 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ; in e1000_read_flash_data_ich8lan()
3733 hsflctl.hsf_ctrl.fldbcount = sizeof(u32) - 1; in e1000_read_flash_data32_ich8lan()
3734 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ; in e1000_read_flash_data32_ich8lan()
4264 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_write_flash_data_ich8lan()
4265 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE; in e1000_write_flash_data_ich8lan()
4350 hsflctl.hsf_ctrl.fldbcount = sizeof(u32) - 1; in e1000_write_flash_data32_ich8lan()
4351 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE; in e1000_write_flash_data32_ich8lan()
[all …]