Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-ixp4xx/
Dgoramo_mlr.c66 #define CFG_HW_USB_PORTS 0x00000007 /* 0 = no NEC chip, 1-5 = ports # */ macro
453 if ((hw_bits & CFG_HW_USB_PORTS) >= 2 && in gmlr_pci_postinit()
454 (hw_bits & CFG_HW_USB_PORTS) < 5) { in gmlr_pci_postinit()
459 value |= (hw_bits & CFG_HW_USB_PORTS); in gmlr_pci_postinit()
487 (hw_bits & (CFG_HW_USB_PORTS | CFG_HW_HAS_PCI_SLOT))) in gmlr_pci_init()