Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c3485 union ich8_hws_flash_ctrl hsflctl; in e1000_flash_cycle_ich8lan() local
3494 hsflctl.hsf_ctrl.flcgo = 1; in e1000_flash_cycle_ich8lan()
3593 union ich8_hws_flash_ctrl hsflctl; in e1000_read_flash_data_ich8lan() local
3614 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_read_flash_data_ich8lan()
3669 union ich8_hws_flash_ctrl hsflctl; in e1000_read_flash_data32_ich8lan() local
4183 union ich8_hws_flash_ctrl hsflctl; in e1000_write_flash_data_ich8lan() local
4215 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_write_flash_data_ich8lan()
4274 union ich8_hws_flash_ctrl hsflctl; in e1000_write_flash_data32_ich8lan() local
4440 union ich8_hws_flash_ctrl hsflctl; in e1000_erase_flash_bank_ich8lan() local
4501 hsflctl.regval = in e1000_erase_flash_bank_ich8lan()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c3485 union ich8_hws_flash_ctrl hsflctl; in e1000_flash_cycle_ich8lan() local
3494 hsflctl.hsf_ctrl.flcgo = 1; in e1000_flash_cycle_ich8lan()
3593 union ich8_hws_flash_ctrl hsflctl; in e1000_read_flash_data_ich8lan() local
3614 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_read_flash_data_ich8lan()
3669 union ich8_hws_flash_ctrl hsflctl; in e1000_read_flash_data32_ich8lan() local
4183 union ich8_hws_flash_ctrl hsflctl; in e1000_write_flash_data_ich8lan() local
4215 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_write_flash_data_ich8lan()
4274 union ich8_hws_flash_ctrl hsflctl; in e1000_write_flash_data32_ich8lan() local
4440 union ich8_hws_flash_ctrl hsflctl; in e1000_erase_flash_bank_ich8lan() local
4501 hsflctl.regval = in e1000_erase_flash_bank_ich8lan()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c3485 union ich8_hws_flash_ctrl hsflctl; in e1000_flash_cycle_ich8lan() local
3494 hsflctl.hsf_ctrl.flcgo = 1; in e1000_flash_cycle_ich8lan()
3593 union ich8_hws_flash_ctrl hsflctl; in e1000_read_flash_data_ich8lan() local
3614 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_read_flash_data_ich8lan()
3669 union ich8_hws_flash_ctrl hsflctl; in e1000_read_flash_data32_ich8lan() local
4183 union ich8_hws_flash_ctrl hsflctl; in e1000_write_flash_data_ich8lan() local
4215 hsflctl.hsf_ctrl.fldbcount = size - 1; in e1000_write_flash_data_ich8lan()
4274 union ich8_hws_flash_ctrl hsflctl; in e1000_write_flash_data32_ich8lan() local
4440 union ich8_hws_flash_ctrl hsflctl; in e1000_erase_flash_bank_ich8lan() local
4501 hsflctl.regval = in e1000_erase_flash_bank_ich8lan()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/e1000/
H A De1000_hw.c8707 union ich8_hws_flash_ctrl hsflctl; in e1000_ich8_flash_cycle() local
8713 hsflctl.regval = E1000_READ_ICH_FLASH_REG16(hw, ICH_FLASH_HSFCTL); in e1000_ich8_flash_cycle()
8714 hsflctl.hsf_ctrl.flcgo = 1; in e1000_ich8_flash_cycle()
8744 union ich8_hws_flash_ctrl hsflctl; in e1000_read_ich8_data() local
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()
8823 union ich8_hws_flash_ctrl hsflctl; in e1000_write_ich8_data() local
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()
8990 union ich8_hws_flash_ctrl hsflctl; in e1000_erase_ich8_4k_segment() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_wm.c10233 uint16_t hsflctl; in wm_ich8_flash_cycle() local
10239 hsflctl = ICH8_FLASH_READ16(sc, ICH_FLASH_HSFCTL); in wm_ich8_flash_cycle()
10240 hsflctl |= HSFCTL_GO; in wm_ich8_flash_cycle()
10241 ICH8_FLASH_WRITE16(sc, ICH_FLASH_HSFCTL, hsflctl); in wm_ich8_flash_cycle()
10270 uint16_t hsflctl; in wm_read_ich8_data() local
10290 hsflctl = ICH8_FLASH_READ16(sc, ICH_FLASH_HSFCTL); in wm_read_ich8_data()
10292 hsflctl |= ((size - 1) << HSFCTL_BCOUNT_SHIFT) in wm_read_ich8_data()
10294 hsflctl |= ICH_CYCLE_READ << HSFCTL_CYCLE_SHIFT; in wm_read_ich8_data()
10301 (uint32_t)hsflctl); in wm_read_ich8_data()
10303 ICH8_FLASH_WRITE16(sc, ICH_FLASH_HSFCTL, hsflctl); in wm_read_ich8_data()