Lines Matching defs:mpc52xx_gpio
116 struct mpc52xx_gpio { struct
117 u32 port_config; /* GPIO + 0x00 */
118 u32 simple_gpioe; /* GPIO + 0x04 */
119 u32 simple_ode; /* GPIO + 0x08 */
120 u32 simple_ddr; /* GPIO + 0x0c */
121 u32 simple_dvo; /* GPIO + 0x10 */
122 u32 simple_ival; /* GPIO + 0x14 */
123 u8 outo_gpioe; /* GPIO + 0x18 */
124 u8 reserved1[3]; /* GPIO + 0x19 */
125 u8 outo_dvo; /* GPIO + 0x1c */
126 u8 reserved2[3]; /* GPIO + 0x1d */
127 u8 sint_gpioe; /* GPIO + 0x20 */
128 u8 reserved3[3]; /* GPIO + 0x21 */
152 struct mpc52xx_gpio_wkup { argument