Searched refs:EP_STAT1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | net2272.c | 220 net2272_ep_write(ep, EP_STAT1, 1 << BUFFER_FLUSH); in net2272_enable() 295 net2272_ep_write(ep, EP_STAT1, in net2272_ep_reset() 507 net2272_ep_write(ep, EP_STAT1, 1 << BUFFER_FLUSH); in net2272_out_flush() 877 net2272_ep_read(ep, EP_STAT1) & (1 << LOCAL_OUT_ZLP)) { in net2272_queue() 1071 net2272_ep_write(ep, EP_STAT1, 1 << BUFFER_FLUSH); in net2272_fifo_flush() 1276 net2272_ep_read(ep, EP_STAT1), in registers_show() 1620 stat1 = net2272_ep_read(ep, EP_STAT1); in net2272_handle_ep() 1629 net2272_ep_write(ep, EP_STAT1, stat1); in net2272_handle_ep() 1702 net2272_write(dev, EP_STAT1, 1 << BUFFER_FLUSH); in net2272_set_test_mode() 1769 net2272_ep_write(ep, EP_STAT1, in net2272_handle_stat0_irqs()
|
D | net2272.h | 161 #define EP_STAT1 0x07 macro
|