Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-ixp4xx/
Dgoramo_mlr.c64 #define CFG_HW_USB_PORTS 0x00000007 /* 0 = no NEC chip, 1-5 = ports # */ macro
451 if ((hw_bits & CFG_HW_USB_PORTS) >= 2 && in gmlr_pci_postinit()
452 (hw_bits & CFG_HW_USB_PORTS) < 5) { in gmlr_pci_postinit()
457 value |= (hw_bits & CFG_HW_USB_PORTS); in gmlr_pci_postinit()
485 (hw_bits & (CFG_HW_USB_PORTS | CFG_HW_HAS_PCI_SLOT))) in gmlr_pci_init()