Home
last modified time | relevance | path

Searched defs:gpio_ctrl (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dimmap_5235.h105 typedef struct gpio_ctrl { struct
107 u8 podr_addr; /* 0x00 */
108 u8 podr_datah; /* 0x01 */
109 u8 podr_datal; /* 0x02 */
110 u8 podr_busctl; /* 0x03 */
111 u8 podr_bs; /* 0x04 */
112 u8 podr_cs; /* 0x05 */
113 u8 podr_sdram; /* 0x06 */
114 u8 podr_feci2c; /* 0x07 */
115 u8 podr_uarth; /* 0x08 */
[all …]
H A Dimmap_5329.h146 typedef struct gpio_ctrl { struct
149 u8 podr_fech; /* 0x00 */
150 u8 podr_fecl; /* 0x01 */
154 u8 podr_ssi; /* 0x02 */
155 u8 podr_busctl; /* 0x03 */
156 u8 podr_be; /* 0x04 */
157 u8 podr_cs; /* 0x05 */
158 u8 podr_pwm; /* 0x06 */
159 u8 podr_feci2c; /* 0x07 */
160 u8 res08; /* 0x08 */
[all …]
H A Dimmap_5301x.h161 typedef struct gpio_ctrl { struct
163 u8 podr_fbctl; /* 0x00 */
164 u8 podr_be; /* 0x01 */
165 u8 podr_cs; /* 0x02 */
166 u8 podr_dspi; /* 0x03 */
167 u8 res01; /* 0x04 */
168 u8 podr_fec0; /* 0x05 */
169 u8 podr_feci2c; /* 0x06 */
170 u8 res02[2]; /* 0x07 - 0x08 */
171 u8 podr_simp1; /* 0x09 */
[all …]
H A Dimmap_520x.h95 typedef struct gpio_ctrl { struct
97 u8 podr_busctl; /* 0x00 */
98 u8 podr_be; /* 0x01 */
99 u8 podr_cs; /* 0x02 */
100 u8 podr_feci2c; /* 0x03 */
101 u8 podr_qspi; /* 0x04 */
102 u8 podr_timer; /* 0x05 */
103 u8 podr_uart; /* 0x06 */
104 u8 podr_fech; /* 0x07 */
105 u8 podr_fecl; /* 0x08 */
[all …]
H A Dimmap_5275.h116 typedef struct gpio_ctrl { struct
118 u8 podr_res1[4];
119 u8 podr_busctl;
120 u8 podr_addr;
121 u8 podr_res2[2];
122 u8 podr_cs;
123 u8 podr_res3;
124 u8 podr_fec0h;
125 u8 podr_fec0l;
126 u8 podr_feci2c;
[all …]
H A Dimmap_5272.h79 typedef struct gpio_ctrl { struct
80 uint gpio_pacnt;
81 ushort gpio_paddr;
82 ushort gpio_padat;
83 uint gpio_pbcnt;
84 ushort gpio_pbddr;
85 ushort gpio_pbdat;
86 uchar res1[4];
87 ushort gpio_pcddr;
88 ushort gpio_pcdat;
[all …]
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/
H A Ddc.h119 uint gpio_ctrl; /* _COM_GPIO_CTRL_0 */ member