Home
last modified time | relevance | path

Searched refs:smartbond_ep_reg_set (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c94 struct smartbond_ep_reg_set { struct
105 static struct smartbond_ep_reg_set *const reg_sets[4] = { argument
106 (struct smartbond_ep_reg_set *)&USB->USB_EPC0_REG,
107 (struct smartbond_ep_reg_set *)&USB->USB_EPC1_REG,
108 (struct smartbond_ep_reg_set *)&USB->USB_EPC3_REG,
109 (struct smartbond_ep_reg_set *)&USB->USB_EPC5_REG,
131 struct smartbond_ep_reg_set *regs;
369 struct smartbond_ep_reg_set *regs = ep_state->regs; in fill_tx_fifo()
444 struct smartbond_ep_reg_set *regs = ep_state->regs; in start_rx_packet()
492 struct smartbond_ep_reg_set *regs = ep_state->regs; in start_tx_packet()
[all …]
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c77 struct smartbond_ep_reg_set { struct
90 struct smartbond_ep_reg_set *regs; argument
275 struct smartbond_ep_reg_set *regs = ep_state->regs; in fill_tx_fifo()
363 struct smartbond_ep_reg_set *regs = ep_state->regs; in start_rx_packet()
413 struct smartbond_ep_reg_set *regs = ep_state->regs; in start_tx_packet()
456 struct smartbond_ep_reg_set *regs = ep_state->regs; in read_rx_fifo()
865 struct smartbond_ep_reg_set *regs = ep0_in_state->regs; in handle_ep0_tx()
920 struct smartbond_ep_reg_set *regs = ep_state->regs; in handle_epx_rx_ev()
1029 struct smartbond_ep_reg_set *regs = ep_state->regs; in handle_epx_tx_ev()
1633 struct smartbond_ep_reg_set *reg_set = (struct smartbond_ep_reg_set *)&(USB->USB_EPC0_REG); in udc_smartbond_init()