Searched refs:eec (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/dev/ixgbe/ |
| H A D | ixgbe_common.c | 1253 u32 eec; in ixgbe_init_eeprom_params_generic() local 1821 u32 eec; in ixgbe_acquire_eeprom() local 2024 u32 eec; in ixgbe_standby_eeprom() local 2031 eec |= IXGBE_EEC_CS; in ixgbe_standby_eeprom() 2035 eec &= ~IXGBE_EEC_CS; in ixgbe_standby_eeprom() 2050 u32 eec; in ixgbe_shift_out_eeprom_bits() local 2093 eec &= ~IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits() 2105 u32 eec; in ixgbe_shift_in_eeprom_bits() local 2151 *eec = *eec | IXGBE_EEC_SK; in ixgbe_raise_eeprom_clk() 2170 *eec = *eec & ~IXGBE_EEC_SK; in ixgbe_lower_eeprom_clk() [all …]
|
| H A D | ixgbe_x540.c | 368 u32 eec; in ixgbe_init_eeprom_params_X540() local 377 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); in ixgbe_init_eeprom_params_X540() 378 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_X540()
|
| H A D | ixgbe_x550.c | 1015 u32 eec; in ixgbe_init_eeprom_params_X550() local 1024 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_init_eeprom_params_X550() 1025 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_X550()
|
| /freebsd-14.2/sys/dev/usb/controller/ |
| H A D | xhci_pci.c | 510 uint32_t eec; in xhci_pci_take_controller() local 516 eec = -1; in xhci_pci_take_controller() 519 for (eecp = XHCI_HCS0_XECP(cparams) << 2; eecp != 0 && XHCI_XECP_NEXT(eec); in xhci_pci_take_controller() 520 eecp += XHCI_XECP_NEXT(eec) << 2) { in xhci_pci_take_controller() 521 eec = XREAD4(sc, capa, eecp); in xhci_pci_take_controller() 523 if (XHCI_XECP_ID(eec) != XHCI_ID_USB_LEGACY) in xhci_pci_take_controller()
|
| H A D | ehci_pci.c | 543 uint32_t eec; in ehci_pci_take_controller() local 552 eecp = EHCI_EECP_NEXT(eec)) { in ehci_pci_take_controller() 553 eec = pci_read_config(self, eecp, 4); in ehci_pci_take_controller() 554 if (EHCI_EECP_ID(eec) != EHCI_EC_LEGSUP) { in ehci_pci_take_controller()
|
| /freebsd-14.2/sys/dev/e1000/ |
| H A D | e1000_i210.c | 553 u32 eec = 0; in e1000_get_flash_presence_i210() local 558 eec = E1000_READ_REG(hw, E1000_EECD); in e1000_get_flash_presence_i210() 560 if (eec & E1000_EECD_FLASH_DETECTED_I210) in e1000_get_flash_presence_i210()
|
| /freebsd-14.2/sys/dev/igc/ |
| H A D | igc_i225.c | 675 u32 eec = 0; in igc_get_flash_presence_i225() local 680 eec = IGC_READ_REG(hw, IGC_EECD); in igc_get_flash_presence_i225() 682 if (eec & IGC_EECD_FLASH_DETECTED_I225) in igc_get_flash_presence_i225()
|
| /freebsd-14.2/sys/dev/pci/ |
| H A D | pci.c | 3591 uint32_t eec; in ehci_early_takeover() local 3607 eecp = EHCI_EECP_NEXT(eec)) { in ehci_early_takeover() 3608 eec = pci_read_config(self, eecp, 4); in ehci_early_takeover() 3609 if (EHCI_EECP_ID(eec) != EHCI_EC_LEGSUP) { in ehci_early_takeover() 3647 uint32_t eec; in xhci_early_takeover() local 3661 eec = -1; in xhci_early_takeover() 3664 for (eecp = XHCI_HCS0_XECP(cparams) << 2; eecp != 0 && XHCI_XECP_NEXT(eec); in xhci_early_takeover() 3665 eecp += XHCI_XECP_NEXT(eec) << 2) { in xhci_early_takeover() 3666 eec = bus_read_4(res, eecp); in xhci_early_takeover() 3668 if (XHCI_XECP_ID(eec) != XHCI_ID_USB_LEGACY) in xhci_early_takeover()
|
| /freebsd-14.2/share/misc/ |
| H A D | pci_vendors | 13730 1eec 0201 VSEC10232X Dual-port 100Gb/s Etherent PCIe 20919 1eec 0101 VSE-225-31S Dual-port 10Gb/25Gb Ethernet PCIe 27201 1eec Viscore Technologies Ltd 27203 1eec VSE250231S Dual-port 10Gb/25Gb Ethernet PCIe 29333 0eec Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers 30667 1eec 0102 VSE-225-41E Dual-port 10Gb/25Gb Etherent PCIe
|