Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/
Dnet2272.c206 net2272_ep_write(ep, EP_STAT1, 1 << BUFFER_FLUSH); in net2272_enable()
281 net2272_ep_write(ep, EP_STAT1, in net2272_ep_reset()
489 net2272_ep_write(ep, EP_STAT1, 1 << BUFFER_FLUSH); in net2272_out_flush()
859 net2272_ep_read(ep, EP_STAT1) & (1 << LOCAL_OUT_ZLP)) { in net2272_queue()
1055 net2272_ep_write(ep, EP_STAT1, 1 << BUFFER_FLUSH); in net2272_fifo_flush()
1257 net2272_ep_read(ep, EP_STAT1), in registers_show()
1609 stat1 = net2272_ep_read(ep, EP_STAT1); in net2272_handle_ep()
1618 net2272_ep_write(ep, EP_STAT1, stat1); in net2272_handle_ep()
1691 net2272_write(dev, EP_STAT1, 1 << BUFFER_FLUSH); in net2272_set_test_mode()
1758 net2272_ep_write(ep, EP_STAT1, in net2272_handle_stat0_irqs()
Dnet2272.h143 #define EP_STAT1 0x07 macro