Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-ixp4xx/
Dgoramo_mlr.c64 #define CFG_HW_USB_PORTS 0x00000007 /* 0 = no NEC chip, 1-5 = ports # */ macro
462 if ((hw_bits & CFG_HW_USB_PORTS) >= 2 && in gmlr_pci_postinit()
463 (hw_bits & CFG_HW_USB_PORTS) < 5) { in gmlr_pci_postinit()
468 value |= (hw_bits & CFG_HW_USB_PORTS); in gmlr_pci_postinit()
496 (hw_bits & (CFG_HW_USB_PORTS | CFG_HW_HAS_PCI_SLOT))) in gmlr_pci_init()