Home
last modified time | relevance | path

Searched full:isel (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dwm831x-ts.c289 switch (pdata->isel) { in wm831x_ts_probe()
291 dev_err(&pdev->dev, "Unsupported ISEL setting: %d\n", in wm831x_ts_probe()
292 pdata->isel); in wm831x_ts_probe()
/linux/arch/powerpc/include/asm/
H A Demulated_ops.h27 struct ppc_emulated_entry isel; member
/linux/include/linux/mfd/wm831x/
H A Dpdata.h74 int isel; /** Current for pen down (uA) */ member
/linux/include/linux/mfd/
H A Dtps65217.h226 enum tps65217_bl_isel isel; member
/linux/Documentation/arch/powerpc/
H A Delf_hwcaps.rst195 isel instruction is available. This is superseded by ARCH_2_07 and
/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()
/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c323 u16 mask = ((1 << 5) | 0xF); /* mask of ISEL | CURPIPE */ in usbhsf_fifo_select()
331 base |= (1 == write) << 5; /* ISEL */ in usbhsf_fifo_select()
340 /* check ISEL and CURPIPE value */ in usbhsf_fifo_select()
/linux/sound/soc/codecs/
H A Dwm8903.h132 #define WM8903_ISEL_MASK 0x000C /* ISEL - [3:2] */
133 #define WM8903_ISEL_SHIFT 2 /* ISEL - [3:2] */
134 #define WM8903_ISEL_WIDTH 2 /* ISEL - [3:2] */
H A Dwm8904.h157 #define WM8904_ISEL_MASK 0x000C /* ISEL - [3:2] */
158 #define WM8904_ISEL_SHIFT 2 /* ISEL - [3:2] */
159 #define WM8904_ISEL_WIDTH 2 /* ISEL - [3:2] */
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-pepper.dts430 isel = <1>; /* ISET1 */
H A Dam335x-guardian.dts320 isel = <1>; /* 1 - ISET1, 2 ISET2 */
/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rza2.c98 /* Set Pin function (interrupt disabled, ISEL=0) */ in rza2_set_pin_function()
/linux/include/linux/usb/
H A Dr8a66597.h211 #define ISEL 0x0020 /* b5: DCP FIFO port direction select */ macro
/linux/arch/powerpc/xmon/
H A Dppc-opc.c2775 /* An X form isel instruction. */
4784 {"isel", XISEL(31,15), XISEL_MASK, PPCISEL|TITAN, 0, {RT, RA0, RB, CRB}},