Lines Matching refs:i
209 int i, ret = 0; in ehci_shutdown() local
223 for (i = 0; i < max_ports; i++) { in ehci_shutdown()
224 reg = ehci_readl(&ctrl->hcor->or_portsc[i]); in ehci_shutdown()
226 ehci_writel(&ctrl->hcor->or_portsc[i], reg); in ehci_shutdown()
979 int i; in ehci_common_init() local
1031 for (i = 0; i < 1024; i++) { in ehci_common_init()
1032 ctrl->periodic_list[i] = cpu_to_hc32((unsigned long)periodic in ehci_common_init()
1222 uint32_t i, toggle; in _ehci_create_int_queue() local
1282 for (i = 0; i < queuesize; i++) { in _ehci_create_int_queue()
1283 struct QH *qh = result->first + i; in _ehci_create_int_queue()
1284 struct qTD *td = result->tds + i; in _ehci_create_int_queue()
1288 if (i == queuesize - 1) in _ehci_create_int_queue()
1319 cpu_to_hc32((unsigned long)buffer + i * elementsize); in _ehci_create_int_queue()
1329 *buf = buffer + i * elementsize; in _ehci_create_int_queue()