Searched refs:EP_RSPSET (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/usb/gadget/udc/ |
D | net2272.h | 164 #define EP_RSPSET 0x0f macro 558 net2272_ep_write(ep, EP_RSPSET, 1 << ENDPOINT_HALT); in set_halt()
|
D | net2272.c | 118 net2272_ep_write(ep, EP_RSPSET, 1 << ALT_NAK_OUT_PACKETS); in assert_out_naking() 225 net2272_ep_write(ep, EP_RSPSET, 1 << ALT_NAK_OUT_PACKETS); in net2272_enable() 265 net2272_ep_write(ep, EP_RSPSET, tmp); in net2272_ep_reset() 719 net2272_ep_write(ep, EP_RSPSET, 1 << ALT_NAK_OUT_PACKETS); in net2272_kick_dma() 1236 t2 = net2272_ep_read(ep, EP_RSPSET); in registers_show() 1412 net2272_ep_write(ep0, EP_RSPSET, in net2272_ep0_start() 1829 if (net2272_ep_read(e, EP_RSPSET) & (1 << ENDPOINT_HALT)) in net2272_handle_stat0_irqs()
|