Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci-rmobile.c102 writel(PCIWIN1_PCICMD | AHB_CFG_AHBPCI, in ehci_hcd_init()
111 writel(PCIWIN1_PCICMD | AHB_CFG_HOST, &ahbcom_pci->ahbpci_win1_ctr); in ehci_hcd_init()
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/
H A Dehci-rmobile.h34 #define PCIWIN1_PCICMD ((1 << 3)|(1 << 1)) macro