Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c69 } hsf_ctrl; member
3494 hsflctl.hsf_ctrl.flcgo = 1; in e1000_flash_cycle_ich8lan()
3614 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_read_flash_data_ich8lan()
3615 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ; in e1000_read_flash_data_ich8lan()
3691 hsflctl.hsf_ctrl.fldbcount = sizeof(u32) - 1; in e1000_read_flash_data32_ich8lan()
3692 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ; in e1000_read_flash_data32_ich8lan()
4215 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_write_flash_data_ich8lan()
4216 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE; in e1000_write_flash_data_ich8lan()
4301 hsflctl.hsf_ctrl.fldbcount = sizeof(u32) - 1; in e1000_write_flash_data32_ich8lan()
4302 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE; in e1000_write_flash_data32_ich8lan()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c69 } hsf_ctrl; member
3494 hsflctl.hsf_ctrl.flcgo = 1; in e1000_flash_cycle_ich8lan()
3614 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_read_flash_data_ich8lan()
3615 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ; in e1000_read_flash_data_ich8lan()
3691 hsflctl.hsf_ctrl.fldbcount = sizeof(u32) - 1; in e1000_read_flash_data32_ich8lan()
3692 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ; in e1000_read_flash_data32_ich8lan()
4215 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_write_flash_data_ich8lan()
4216 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE; in e1000_write_flash_data_ich8lan()
4301 hsflctl.hsf_ctrl.fldbcount = sizeof(u32) - 1; in e1000_write_flash_data32_ich8lan()
4302 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE; in e1000_write_flash_data32_ich8lan()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c69 } hsf_ctrl; member
3494 hsflctl.hsf_ctrl.flcgo = 1; in e1000_flash_cycle_ich8lan()
3614 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_read_flash_data_ich8lan()
3615 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ; in e1000_read_flash_data_ich8lan()
3691 hsflctl.hsf_ctrl.fldbcount = sizeof(u32) - 1; in e1000_read_flash_data32_ich8lan()
3692 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ; in e1000_read_flash_data32_ich8lan()
4215 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_write_flash_data_ich8lan()
4216 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE; in e1000_write_flash_data_ich8lan()
4301 hsflctl.hsf_ctrl.fldbcount = sizeof(u32) - 1; in e1000_write_flash_data32_ich8lan()
4302 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE; in e1000_write_flash_data32_ich8lan()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/e1000/
H A De1000_hw.c8714 hsflctl.hsf_ctrl.flcgo = 1; in e1000_ich8_flash_cycle()
8768 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_read_ich8_data()
8769 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ; in e1000_read_ich8_data()
8847 hsflctl.hsf_ctrl.fldbcount = size -1; in e1000_write_ich8_data()
8848 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE; in e1000_write_ich8_data()
9039 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_ERASE; in e1000_erase_ich8_4k_segment()
H A De1000_hw.h3374 } hsf_ctrl; member