Home
last modified time | relevance | path

Searched refs:epstalls (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dmax3420_udc.c352 u8 epstalls; in spi_max3420_stall() local
363 epstalls = spi_rd8(udc, MAX3420_REG_EPSTALLS); in spi_max3420_stall()
366 epstalls |= BIT(ep->id + 1); in spi_max3420_stall()
371 epstalls &= ~BIT(ep->id + 1); in spi_max3420_stall()
376 spi_wr8(udc, MAX3420_REG_EPSTALLS, epstalls | ACKSTAT); in spi_max3420_stall()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dmax3420_udc.c350 u8 epstalls; in spi_max3420_stall() local
361 epstalls = spi_rd8(udc, MAX3420_REG_EPSTALLS); in spi_max3420_stall()
364 epstalls |= BIT(ep->id + 1); in spi_max3420_stall()
369 epstalls &= ~BIT(ep->id + 1); in spi_max3420_stall()
374 spi_wr8(udc, MAX3420_REG_EPSTALLS, epstalls | ACKSTAT); in spi_max3420_stall()

Completed in 4 milliseconds