Home
last modified time | relevance | path

Searched refs:MUSB_EP0_FIFOSIZE (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h114 #define MUSB_MAX_END0_PACKET ((u16)MUSB_EP0_FIFOSIZE)
492 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
493 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
H A Dmusb_regs.h13 #define MUSB_EP0_FIFOSIZE 64 /* This is non-configurable */ macro
H A Dmusb_gadget_ep0.c540 fifo_count = min((unsigned) MUSB_EP0_FIFOSIZE, in ep0_txstate()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_core.h64 #define MUSB_MAX_END0_PACKET ((u16)MUSB_EP0_FIFOSIZE)
484 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
485 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
H A Dmusb_regs.h13 #define MUSB_EP0_FIFOSIZE 64 /* This is non-configurable */ macro
H A Dmusb_gadget_ep0.c536 fifo_count = min((unsigned) MUSB_EP0_FIFOSIZE, in ep0_txstate()
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_core.h15 #define MUSB_EP0_FIFOSIZE 64 /* This is non-configurable */ macro