Home
last modified time | relevance | path

Searched defs:epnum (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget.c315 u8 epnum = req->epnum; in txstate() local
485 void musb_g_tx(struct musb *musb, u8 epnum) in musb_g_tx()
636 const u8 epnum = req->epnum; in rxstate() local
904 void musb_g_rx(struct musb *musb, u8 epnum) in musb_g_rx()
1035 u8 epnum; in musb_gadget_enable() local
1215 u8 epnum; in musb_gadget_disable() local
1430 u8 epnum = musb_ep->current_epnum; in musb_gadget_set_halt() local
1534 int epnum = musb_ep->current_epnum; in musb_gadget_fifo_status() local
1553 u8 epnum = musb_ep->current_epnum; in musb_gadget_fifo_flush() local
1823 init_peripheral_ep(struct musb *musb, struct musb_ep *ep, u8 epnum, int is_in) in init_peripheral_ep()
[all …]
H A Dmusb_regs.h215 #define MUSB_FIFO_OFFSET(epnum) (0x200 + ((epnum) * 0x20)) argument
217 #define MUSB_FIFO_OFFSET(epnum) (0x20 + ((epnum) * 4)) argument
317 #define MUSB_FIFO_OFFSET(epnum) (0x00 + ((epnum) * 4)) argument
476 static inline void musb_write_txfunaddr(void __iomem *mbase, u8 epnum, in musb_write_txfunaddr()
483 static inline void musb_write_txhubaddr(void __iomem *mbase, u8 epnum, in musb_write_txhubaddr()
490 static inline void musb_write_txhubport(void __iomem *mbase, u8 epnum, in musb_write_txhubport()
497 static inline u8 musb_read_rxfunaddr(void __iomem *mbase, u8 epnum) in musb_read_rxfunaddr()
502 static inline u8 musb_read_rxhubaddr(void __iomem *mbase, u8 epnum) in musb_read_rxhubaddr()
507 static inline u8 musb_read_rxhubport(void __iomem *mbase, u8 epnum) in musb_read_rxhubport()
512 static inline u8 musb_read_txfunaddr(void __iomem *mbase, u8 epnum) in musb_read_txfunaddr()
[all …]
H A Dmusb_gadget_ep0.c62 u8 result[2], epnum = 0; in service_tx_status_request() local
238 const u8 epnum = in service_zero_data_request() local
403 const u8 epnum = in service_zero_data_request() local
H A Dmusb_host.c199 int epnum = hw_ep->epnum; in musb_start_urb() local
449 musb_host_packet_rx(struct musb *musb, struct urb *urb, u8 epnum, u8 iso_err) in musb_host_packet_rx()
682 static void musb_ep_program(struct musb *musb, u8 epnum, in musb_ep_program()
1102 void musb_host_tx(struct musb *musb, u8 epnum) in musb_host_tx()
1431 void musb_host_rx(struct musb *musb, u8 epnum) in musb_host_rx()
1789 int best_end, epnum; in musb_schedule() local
H A Dmusb_host.h47 u8 epnum; member
H A Dmusb_gadget.h33 u8 epnum; member
H A Dmusb_core.c1347 u8 epnum = 0; in ep_config_from_hw() local
1641 void musb_dma_completion(struct musb *musb, u8 epnum, u8 transmit) in musb_dma_completion()
1831 int epnum; in allocate_instance() local
H A Dmusb_core.h246 u8 epnum; member
461 struct musb_hw_ep *hw_ep, u8 epnum) in musb_read_fifosize()
H A Dmusb_uboot.c37 int epnum = usb_pipeendpoint(pipe); in construct_urb() local
/openbmc/u-boot/drivers/usb/gadget/
H A Depautoconf.c21 static unsigned epnum; variable
H A Ddesignware_udc.c927 u32 epnum = 0; in dw_udc_endpoint_irq() local
952 u32 epnum = 0; in dw_udc_endpoint_irq() local
H A Daspeed_udc.c202 int epnum; in aspeed_udc_getstatus() local
564 u8 epnum = usb_endpoint_num(desc); in aspeed_udc_ep_enable() local
/openbmc/u-boot/drivers/usb/dwc3/
H A Dep0.c49 static int dwc3_ep0_start_trans(struct dwc3 *dwc, u8 epnum, dma_addr_t buf_dma, in dwc3_ep0_start_trans()
309 u32 epnum; in dwc3_wIndex_to_dep() local
779 u8 epnum; in dwc3_ep0_complete_data() local
1089 u8 epnum = event->endpoint_number; in dwc3_ep0_interrupt() local
H A Dgadget.c1579 u8 epnum = (i << 1) | (!!direction); in dwc3_gadget_init_hw_endpoints() local
1648 u8 epnum; in dwc3_gadget_free_endpoints() local
1837 u8 epnum = event->endpoint_number; in dwc3_endpoint_interrupt() local
1951 static void dwc3_stop_active_transfer(struct dwc3 *dwc, u32 epnum, bool force) in dwc3_stop_active_transfer()
1996 u32 epnum; in dwc3_stop_active_transfers() local
2014 u32 epnum; in dwc3_clear_stall_all_ep() local
H A Dcore.h601 u8 epnum; member
/openbmc/qemu/hw/usb/
H A Dpcap.c47 unsigned char epnum; /* Endpoint number and transfer direction */ member
89 unsigned epnum = 0; in usbmon_epnum() local
H A Dhcd-dwc2.c230 uint32_t chan, epnum, epdir, eptype, mps, pid, pcnt, len, tlen, intr = 0; in dwc2_handle_packet() local
617 uint32_t devadr, epnum, epdir, eptype, pid, len; in dwc2_enable_chan() local
H A Dhcd-dwc2.h48 uint32_t epnum; member
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_core.h307 u8 epnum; /* endpoint number */ member