Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c96 #define read_roothub(hc, register, mask) ({ \ argument
97 u32 temp = readl (&hc->regs->roothub.register); \
98 if (hc->flags & OHCI_QUIRK_AMD756) \
100 temp = readl (&hc->regs->roothub.register); \
103 static u32 roothub_a (struct ohci *hc) in roothub_a() argument
104 { return read_roothub (hc, a, 0xfc0fe000); } in roothub_a()
105 static inline u32 roothub_b (struct ohci *hc) in roothub_b() argument
106 { return readl (&hc->regs->roothub.b); } in roothub_b()
107 static inline u32 roothub_status (struct ohci *hc) in roothub_status() argument
108 { return readl (&hc->regs->roothub.status); } in roothub_status()
[all …]
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c200 static inline u32 roothub_a(struct ohci *hc) in roothub_a() argument
201 { return ohci_readl(&hc->regs->roothub.a); } in roothub_a()
202 static inline u32 roothub_b(struct ohci *hc) in roothub_b() argument
203 { return ohci_readl(&hc->regs->roothub.b); } in roothub_b()
204 static inline u32 roothub_status(struct ohci *hc) in roothub_status() argument
205 { return ohci_readl(&hc->regs->roothub.status); } in roothub_status()
206 static inline u32 roothub_portstatus(struct ohci *hc, int i) in roothub_portstatus() argument
207 { return ohci_readl(&hc->regs->roothub.portstatus[i]); } in roothub_portstatus()
/rk3399_rockchip-uboot/lib/lzma/
H A Dlzma.txt214 Algorithms from hc* group doesn't provide good compression