Searched refs:MMIO_74XX_DIR_OUT (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpio/
H A Dgpio-74xx-mmio.c20 #define MMIO_74XX_DIR_OUT (1 << 8) macro
55 .data = (const void *)(MMIO_74XX_DIR_OUT | 1),
59 .data = (const void *)(MMIO_74XX_DIR_OUT | 2),
63 .data = (const void *)(MMIO_74XX_DIR_OUT | 4),
67 .data = (const void *)(MMIO_74XX_DIR_OUT | 6),
71 .data = (const void *)(MMIO_74XX_DIR_OUT | 8),
75 .data = (const void *)(MMIO_74XX_DIR_OUT | 16),
92 return (priv->flags & MMIO_74XX_DIR_OUT) ? GPIOF_DIR_OUT : GPIOF_DIR_IN; mmio_74xx_get_direction()
99 return (priv->flags & MMIO_74XX_DIR_OUT) ? -ENOTSUPP : 0; mmio_74xx_dir_in()
106 if (priv->flags & MMIO_74XX_DIR_OUT) { mmio_74xx_dir_out()

Completed in 32 milliseconds