Lines Matching refs:the_controller
143 label, state_name[the_controller->ep0state], udccs0, in dump_udccs0()
212 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_off()
220 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_on()
230 clrbits_le32(&the_controller->regs->uicr0, in pio_irq_enable()
234 clrbits_le32(&the_controller->regs->uicr1, in pio_irq_enable()
243 setbits_le32(&the_controller->regs->uicr0, in pio_irq_disable()
247 setbits_le32(&the_controller->regs->uicr1, in pio_irq_disable()
261 clrsetbits_le32(&the_controller->regs->udccr, ~mask_bits, mask); in udc_set_mask_UDCCR()
269 clrbits_le32(&the_controller->regs->udccr, ~mask); in udc_clear_mask_UDCCR()
277 clrsetbits_le32(&the_controller->regs->udccr, ~mask_bits, mask); in udc_ack_int_UDCCR()
1011 return ((readl(&the_controller->regs->ufnrh) & 0x07) << 8) | in pxa25x_udc_get_frame()
1012 (readl(&the_controller->regs->ufnrl) & 0xff); in pxa25x_udc_get_frame()
1018 if ((readl(&the_controller->regs->udccs[0]) & UDCCS0_DRWF) == 0) in pxa25x_udc_wakeup()
1945 the_controller = dev; in usb_gadget_register_driver()
2006 struct pxa25x_udc *dev = the_controller; in usb_gadget_unregister_driver()
2025 the_controller = NULL; in usb_gadget_unregister_driver()