Searched refs:ISEL (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | r8a66597-hcd.c | 457 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 D | r8a66597.h | 196 #define ISEL 0x0020 /* b5: DCP FIFO port direction select */ macro
|
/openbmc/linux/include/linux/usb/ |
H A D | r8a66597.h | 211 #define ISEL 0x0020 /* b5: DCP FIFO port direction select */ macro
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A 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()
|
/openbmc/linux/drivers/usb/host/ |
H A 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()
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 490 #define ISEL XO31( 15) 740 [TCG_COND_EQ] = ISEL | BC_(0, CR_EQ), 741 [TCG_COND_NE] = ISEL | BC_(0, CR_EQ) | 1, 742 [TCG_COND_TSTEQ] = ISEL | BC_(0, CR_EQ), 743 [TCG_COND_TSTNE] = ISEL | BC_(0, CR_EQ) | 1, 744 [TCG_COND_LT] = ISEL | BC_(0, CR_LT), 745 [TCG_COND_GE] = ISEL | BC_(0, CR_LT) | 1, 746 [TCG_COND_LE] = ISEL | BC_(0, CR_GT) | 1, 747 [TCG_COND_GT] = ISEL | BC_(0, CR_GT), 748 [TCG_COND_LTU] = ISEL | BC_(0, CR_LT), [all …]
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pinctrl-rzg2l.c | 99 #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()
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 367 ISEL 011111 ..... ..... ..... ..... 01111 - @A_tab_bc
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 743 REQUIRE_INSNS_FLAGS(ctx, ISEL);
|