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()
174 static inline u32 roothub_a(struct ohci *hc) in roothub_a() argument175 { return ohci_readl(&hc->regs->roothub.a); } in roothub_a()176 static inline u32 roothub_b(struct ohci *hc) in roothub_b() argument177 { return ohci_readl(&hc->regs->roothub.b); } in roothub_b()178 static inline u32 roothub_status(struct ohci *hc) in roothub_status() argument179 { return ohci_readl(&hc->regs->roothub.status); } in roothub_status()180 static inline u32 roothub_portstatus(struct ohci *hc, int i) in roothub_portstatus() argument181 { return ohci_readl(&hc->regs->roothub.portstatus[i]); } in roothub_portstatus()
214 Algorithms from hc* group doesn't provide good compression
Completed in 15 milliseconds