Searched refs:EP_RSPSET (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | net2272.h | 169 #define EP_RSPSET 0x0f macro 561 net2272_ep_write(ep, EP_RSPSET, 1 << ENDPOINT_HALT); in set_halt()
|
D | net2272.c | 119 net2272_ep_write(ep, EP_RSPSET, 1 << ALT_NAK_OUT_PACKETS); in assert_out_naking() 226 net2272_ep_write(ep, EP_RSPSET, 1 << ALT_NAK_OUT_PACKETS); in net2272_enable() 266 net2272_ep_write(ep, EP_RSPSET, tmp); in net2272_ep_reset() 720 net2272_ep_write(ep, EP_RSPSET, 1 << ALT_NAK_OUT_PACKETS); in net2272_kick_dma() 1238 t2 = net2272_ep_read(ep, EP_RSPSET); in registers_show() 1414 net2272_ep_write(ep0, EP_RSPSET, in net2272_ep0_start() 1822 if (net2272_ep_read(e, EP_RSPSET) & (1 << ENDPOINT_HALT)) in net2272_handle_stat0_irqs()
|