Searched refs:MMIO_74XX_DIR_OUT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-74xx-mmio.c | 15 #define MMIO_74XX_DIR_OUT (1 << 8) macro 50 .data = (const void *)(MMIO_74XX_DIR_OUT | 1), 54 .data = (const void *)(MMIO_74XX_DIR_OUT | 2), 58 .data = (const void *)(MMIO_74XX_DIR_OUT | 4), 62 .data = (const void *)(MMIO_74XX_DIR_OUT | 6), 66 .data = (const void *)(MMIO_74XX_DIR_OUT | 8), 70 .data = (const void *)(MMIO_74XX_DIR_OUT | 16), 80 if (priv->flags & MMIO_74XX_DIR_OUT) in mmio_74xx_get_direction() 90 return (priv->flags & MMIO_74XX_DIR_OUT) ? -ENOTSUPP : 0; in mmio_74xx_dir_in() 97 if (priv->flags & MMIO_74XX_DIR_OUT) { in mmio_74xx_dir_out() [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-74xx-mmio.c | 17 #define MMIO_74XX_DIR_OUT BIT(9) macro 52 .data = (const void *)(MMIO_74XX_DIR_OUT | 1), 56 .data = (const void *)(MMIO_74XX_DIR_OUT | 2), 60 .data = (const void *)(MMIO_74XX_DIR_OUT | 4), 64 .data = (const void *)(MMIO_74XX_DIR_OUT | 6), 68 .data = (const void *)(MMIO_74XX_DIR_OUT | 8), 72 .data = (const void *)(MMIO_74XX_DIR_OUT | 16), 82 if (priv->flags & MMIO_74XX_DIR_OUT) in mmio_74xx_get_direction() 102 if (priv->flags & MMIO_74XX_DIR_OUT) { in mmio_74xx_dir_out()
|
Completed in 1 milliseconds