Home
last modified time | relevance | path

Searched refs:the_controller (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c142 label, state_name[the_controller->ep0state], udccs0, in dump_udccs0()
211 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_off()
219 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_on()
229 clrbits_le32(&the_controller->regs->uicr0, in pio_irq_enable()
233 clrbits_le32(&the_controller->regs->uicr1, in pio_irq_enable()
242 setbits_le32(&the_controller->regs->uicr0, in pio_irq_disable()
246 setbits_le32(&the_controller->regs->uicr1, in pio_irq_disable()
260 clrsetbits_le32(&the_controller->regs->udccr, ~mask_bits, mask); in udc_set_mask_UDCCR()
268 clrbits_le32(&the_controller->regs->udccr, ~mask); in udc_clear_mask_UDCCR()
276 clrsetbits_le32(&the_controller->regs->udccr, ~mask_bits, mask); in udc_ack_int_UDCCR()
[all …]
H A Ddwc2_udc_otg.c66 struct dwc2_udc *the_controller; variable
114 the_controller, p); in set_udc_gadget_private_data()
115 the_controller->gadget.dev.device_data = p; in set_udc_gadget_private_data()
231 struct dwc2_udc *dev = the_controller; in usb_gadget_register_driver()
280 struct dwc2_udc *dev = the_controller; in usb_gadget_unregister_driver()
830 the_controller = dev; in dwc2_udc_probe()
853 return dwc2_udc_irq(1, (void *)the_controller); in usb_gadget_handle_interrupts()
H A Dpxa25x_udc.h141 static struct pxa25x_udc *the_controller; variable