Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597-hcd.c457 r8a66597_mdfy(r8a66597, 0, ISEL | CURPIPE, CFIFOSEL); in receive_control_packet()
500 r8a66597_mdfy(r8a66597, ISEL, ISEL | CURPIPE, CFIFOSEL); in send_status_packet()
506 r8a66597_mdfy(r8a66597, 0, ISEL | CURPIPE, CFIFOSEL); in send_status_packet()
H A Dr8a66597.h196 #define ISEL 0x0020 /* b5: DCP FIFO port direction select */ macro
/openbmc/linux/include/linux/usb/
H A Dr8a66597.h211 #define ISEL 0x0020 /* b5: DCP FIFO port direction select */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c276 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()
/openbmc/linux/drivers/usb/host/
H A Dr8a66597-hcd.c1090 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()
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc439 #define ISEL XO31( 15)
687 [TCG_COND_EQ] = ISEL | BC_(7, CR_EQ),
688 [TCG_COND_NE] = ISEL | BC_(7, CR_EQ) | 1,
689 [TCG_COND_LT] = ISEL | BC_(7, CR_LT),
690 [TCG_COND_GE] = ISEL | BC_(7, CR_LT) | 1,
691 [TCG_COND_LE] = ISEL | BC_(7, CR_GT) | 1,
692 [TCG_COND_GT] = ISEL | BC_(7, CR_GT),
693 [TCG_COND_LTU] = ISEL | BC_(7, CR_LT),
694 [TCG_COND_GEU] = ISEL | BC_(7, CR_LT) | 1,
695 [TCG_COND_LEU] = ISEL | BC_(7, CR_GT) | 1,
[all …]
/openbmc/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c99 #define ISEL(n) (0x2c80 + (n) * 8) macro
1183 addr = pctrl->base + ISEL(port); in rzg2l_gpio_irq_disable()
1211 addr = pctrl->base + ISEL(port); in rzg2l_gpio_irq_enable()