Searched refs:MMIO_74XX_DIR_OUT (Results 1 – 1 of 1) sorted by relevance
15 #define MMIO_74XX_DIR_OUT (1 << 8) macro50 .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()