Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dmax3420_udc.c366 u8 clrtogs; in spi_max3420_stall() local
370 clrtogs = spi_rd8(udc, MAX3420_REG_CLRTOGS); in spi_max3420_stall()
371 clrtogs |= BIT(ep->id + 1); in spi_max3420_stall()
372 spi_wr8(udc, MAX3420_REG_CLRTOGS, clrtogs); in spi_max3420_stall()