Searched refs:musb_h_flush_rxfifo (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_host.c | 426 static u16 musb_h_flush_rxfifo(struct musb_hw_ep *hw_ep, u16 csr) in musb_h_flush_rxfifo() function 533 musb_h_flush_rxfifo(hw_ep, csr); in musb_host_packet_rx() 588 musb_h_flush_rxfifo(ep, MUSB_RXCSR_CLRDATATOG); in musb_rx_reinit() 1463 musb_h_flush_rxfifo(hw_ep, MUSB_RXCSR_CLRDATATOG); in musb_host_rx() 1531 musb_h_flush_rxfifo(hw_ep, MUSB_RXCSR_CLRDATATOG); in musb_host_rx() 2151 csr = musb_h_flush_rxfifo(ep, 0);
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_host.c | 390 static u16 musb_h_flush_rxfifo(struct musb_hw_ep *hw_ep, u16 csr) in musb_h_flush_rxfifo() function 493 musb_h_flush_rxfifo(hw_ep, csr); in musb_host_packet_rx() 549 musb_h_flush_rxfifo(ep, MUSB_RXCSR_CLRDATATOG); in musb_rx_reinit() 1762 musb_h_flush_rxfifo(hw_ep, MUSB_RXCSR_CLRDATATOG); in musb_host_rx() 1835 musb_h_flush_rxfifo(hw_ep, MUSB_RXCSR_CLRDATATOG); in musb_host_rx() 2336 csr = musb_h_flush_rxfifo(ep, 0); in musb_cleanup_urb()
|