Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2272.h165 #define ENDPOINT_HALT 0 macro
558 net2272_ep_write(ep, EP_RSPSET, 1 << ENDPOINT_HALT); in set_halt()
565 (1 << ENDPOINT_HALT) | (1 << ENDPOINT_TOGGLE)); in clear_halt()
H A Dnet2272.c269 tmp |= (1 << ENDPOINT_TOGGLE) | (1 << ENDPOINT_HALT); in net2272_ep_reset()
1248 (t2 & (1 << ENDPOINT_HALT)) ? "HALT " : "", in registers_show()
1828 if (net2272_ep_read(e, EP_RSPSET) & (1 << ENDPOINT_HALT)) in net2272_handle_stat0_irqs()