Searched refs:hc (Results 1 – 3 of 3) sorted by relevance
279 int hl, hc; in dp_plane_set_enable() local303 &hl, &hc, &vl, &vc); in dp_plane_set_enable()304 if (hl || hc || vl || vc) in dp_plane_set_enable()
202 static inline u32 roothub_a(struct ohci *hc) in roothub_a() argument203 { return ohci_readl(&hc->regs->roothub.a); } in roothub_a()204 static inline u32 roothub_b(struct ohci *hc) in roothub_b() argument205 { return ohci_readl(&hc->regs->roothub.b); } in roothub_b()206 static inline u32 roothub_status(struct ohci *hc) in roothub_status() argument207 { return ohci_readl(&hc->regs->roothub.status); } in roothub_status()208 static inline u32 roothub_portstatus(struct ohci *hc, int i) in roothub_portstatus() argument209 { return ohci_readl(&hc->regs->roothub.portstatus[i]); } in roothub_portstatus()
214 Algorithms from hc* group doesn't provide good compression
Completed in 8 milliseconds