Searched refs:eec (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/sys/dev/netif/ix/ |
| HD | ixgbe_common.c | 49 static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 50 static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 73 u32 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); in ixgbe_init_ops_generic() local 80 if (eec & IXGBE_EEC_PRES) { in ixgbe_init_ops_generic() 1252 u32 eec; in ixgbe_init_eeprom_params_generic() local 1269 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); in ixgbe_init_eeprom_params_generic() 1270 if (eec & IXGBE_EEC_PRES) { in ixgbe_init_eeprom_params_generic() 1277 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_generic() 1283 if (eec & IXGBE_EEC_ADDR_SIZE) in ixgbe_init_eeprom_params_generic() 1820 u32 eec; in ixgbe_acquire_eeprom() local [all …]
|
| HD | ixgbe_x540.c | 366 u32 eec; in ixgbe_init_eeprom_params_X540() local 375 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); in ixgbe_init_eeprom_params_X540() 376 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_X540()
|
| HD | ixgbe_x550.c | 1019 u32 eec; in ixgbe_init_eeprom_params_X550() local 1028 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_init_eeprom_params_X550() 1029 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_X550()
|
| /dragonfly/sys/bus/u4b/controller/ |
| HD | xhci_pci.c | 393 uint32_t eec; in xhci_pci_take_controller() local 399 eec = -1; in xhci_pci_take_controller() 403 eecp != 0 && XHCI_XECP_NEXT(eec); in xhci_pci_take_controller() 404 eecp += XHCI_XECP_NEXT(eec) << 2) { in xhci_pci_take_controller() 405 eec = XREAD4(sc, capa, eecp); in xhci_pci_take_controller() 407 if (XHCI_XECP_ID(eec) != XHCI_ID_USB_LEGACY) in xhci_pci_take_controller()
|
| HD | ehci_pci.c | 515 uint32_t eec; in ehci_pci_take_controller() local 524 eecp = EHCI_EECP_NEXT(eec)) { in ehci_pci_take_controller() 525 eec = pci_read_config(self, eecp, 4); in ehci_pci_take_controller() 526 if (EHCI_EECP_ID(eec) != EHCI_EC_LEGSUP) { in ehci_pci_take_controller()
|
| /dragonfly/sys/dev/netif/ig_hal/ |
| HD | e1000_i210.c | 697 u32 eec = 0; in e1000_get_flash_presence_i210() local 702 eec = E1000_READ_REG(hw, E1000_EECD); in e1000_get_flash_presence_i210() 704 if (eec & E1000_EECD_FLASH_DETECTED_I210) in e1000_get_flash_presence_i210()
|
| /dragonfly/sys/bus/pci/ |
| HD | pci.c | 2889 uint32_t eec; in ehci_early_takeover() local 2905 eecp = EHCI_EECP_NEXT(eec)) { in ehci_early_takeover() 2906 eec = pci_read_config(self, eecp, 4); in ehci_early_takeover() 2907 if (EHCI_EECP_ID(eec) != EHCI_EC_LEGSUP) { in ehci_early_takeover() 2945 uint32_t eec; in xhci_early_takeover() local 2959 eec = -1; in xhci_early_takeover() 2962 for (eecp = XHCI_HCS0_XECP(cparams) << 2; eecp != 0 && XHCI_XECP_NEXT(eec); in xhci_early_takeover() 2963 eecp += XHCI_XECP_NEXT(eec) << 2) { in xhci_early_takeover() 2964 eec = bus_read_4(res, eecp); in xhci_early_takeover() 2966 if (XHCI_XECP_ID(eec) != XHCI_ID_USB_LEGACY) in xhci_early_takeover()
|
| /dragonfly/share/misc/ |
| HD | pci_vendors | 13320 1eec 0201 VSEC10232X Dual-port 100Gb/s Etherent PCIe 20192 1eec 0101 VSE-225-31S Dual-port 10Gb/25Gb Ethernet PCIe 25639 1eec Viscore Technologies Ltd 25641 1eec VSE250231S Dual-port 10Gb/25Gb Ethernet PCIe 27537 0eec Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers 28786 1eec 0102 VSE-225-41E Dual-port 10Gb/25Gb Etherent PCIe
|