Searched refs:udccs (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | pxa25x_udc.c | 97 uint32_t udccs0 = readl(&dev->regs->udccs[0]); in udc_watchdog() 105 writel(UDCCS0_FST|UDCCS0_FTF, &dev->regs->udccs[0]); in udc_watchdog() 139 u32 udccs0 = readl(&UDC_REGS->udccs[0]); in dump_udccs0() 534 writel(flags|UDCCS0_SA|UDCCS0_OPR, &dev->regs->udccs[0]); in ep0start() 538 __func__, tag, readl(&dev->regs->udccs[0]), flags, in ep0start() 561 writel(UDCCS0_IPR, &ep->dev->regs->udccs[0]); in write_ep0_fifo() 577 if ((readl(&ep->dev->regs->udccs[0]) & in write_ep0_fifo() 581 &ep->dev->regs->udccs[0]); in write_ep0_fifo() 606 u32 udccs; in read_fifo() local 616 udccs = readl(ep->reg_udccs); in read_fifo() [all …]
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.c | 723 u32 udccs; in read_fifo() local 731 udccs = udc_ep_get_UDCCS(ep); in read_fifo() 732 if (unlikely ((udccs & UDCCS_BO_RPC) == 0)) in read_fifo() 739 if (likely (udccs & UDCCS_BO_RNE)) { in read_fifo() 746 ep->ep.name, udccs, count, in read_fifo() 771 if (udccs & UDCCS_IO_ROF) in read_fifo() 1819 u32 udccs, tmp; in handle_ep() local 1831 udccs = udc_ep_get_UDCCS(ep); in handle_ep() 1836 tmp &= udccs; in handle_ep() 1839 if (req && likely ((udccs & UDCCS_BI_TFS) != 0)) in handle_ep() [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
H A D | regs-usb.h | 21 uint32_t udccs[16]; /* 0x010 - 0x04c */ member
|