Searched refs:hc (Results 1 – 3 of 3) sorted by relevance
96 #define read_roothub(hc, register, mask) ({ \ argument97 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() argument104 { return read_roothub (hc, a, 0xfc0fe000); } in roothub_a()105 static inline u32 roothub_b (struct ohci *hc) in roothub_b() argument106 { return readl (&hc->regs->roothub.b); } in roothub_b()107 static inline u32 roothub_status (struct ohci *hc) in roothub_status() argument108 { return readl (&hc->regs->roothub.status); } in roothub_status()[all …]
200 static inline u32 roothub_a(struct ohci *hc) in roothub_a() argument201 { return ohci_readl(&hc->regs->roothub.a); } in roothub_a()202 static inline u32 roothub_b(struct ohci *hc) in roothub_b() argument203 { return ohci_readl(&hc->regs->roothub.b); } in roothub_b()204 static inline u32 roothub_status(struct ohci *hc) in roothub_status() argument205 { return ohci_readl(&hc->regs->roothub.status); } in roothub_status()206 static inline u32 roothub_portstatus(struct ohci *hc, int i) in roothub_portstatus() argument207 { return ohci_readl(&hc->regs->roothub.portstatus[i]); } in roothub_portstatus()
214 Algorithms from hc* group doesn't provide good compression