Go to the documentation of this file.
13 #ifndef __BASIC_MMIO_GPIO_H
14 #define __BASIC_MMIO_GPIO_H
17 #include <linux/types.h>
18 #include <linux/compiler.h>
61 static inline struct bgpio_chip *to_bgpio_chip(
struct gpio_chip *
gc)
69 void __iomem *clr,
void __iomem *dirout,
void __iomem *dirin,
72 #define BGPIOF_BIG_ENDIAN BIT(0)
73 #define BGPIOF_UNREADABLE_REG_SET BIT(1)
74 #define BGPIOF_UNREADABLE_REG_DIR BIT(2)