Searched refs:ISEL (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/usb/ |
D | r8a66597.h | 211 #define ISEL 0x0020 /* b5: DCP FIFO port direction select */ macro
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | r8a66597-udc.c | 276 mask = ISEL | CURPIPE; in r8a66597_change_curpipe() 574 r8a66597_mdfy(r8a66597, ISEL, (ISEL | CURPIPE), CFIFOSEL); in start_ep0_write() 740 r8a66597_mdfy(r8a66597, 0, (ISEL | CURPIPE), CFIFOSEL); in start_packet_read() 946 r8a66597_bset(r8a66597, ISEL, ep->fifosel); in irq_ep0_write()
|
/linux-6.1.9/drivers/usb/host/ |
D | r8a66597-hcd.c | 1090 r8a66597_mdfy(r8a66597, 0, ISEL | CURPIPE, CFIFOSEL); in prepare_packet_read() 1134 r8a66597_mdfy(r8a66597, ISEL, ISEL | CURPIPE, CFIFOSEL); in prepare_packet_write() 1168 r8a66597_mdfy(r8a66597, ISEL, ISEL | CURPIPE, CFIFOSEL); in prepare_status_packet() 1175 r8a66597_mdfy(r8a66597, 0, ISEL | CURPIPE, CFIFOSEL); in prepare_status_packet()
|
/linux-6.1.9/drivers/pinctrl/renesas/ |
D | pinctrl-rzg2l.c | 94 #define ISEL(n) (0x2c80 + (n) * 8) macro 1158 addr = pctrl->base + ISEL(port); in rzg2l_gpio_irq_disable() 1187 addr = pctrl->base + ISEL(port); in rzg2l_gpio_irq_enable()
|