Home
last modified time | relevance | path

Searched refs:spear_muxreg (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/pinctrl/spear/
H A Dpinctrl-spear320.c461 static struct spear_muxreg clcd_muxreg[] = {
518 static struct spear_muxreg emi_muxreg[] = {
526 static struct spear_muxreg emi_ext_muxreg[] = {
599 static struct spear_muxreg fsmc_8bit_muxreg[] = {
637 static struct spear_muxreg fsmc_16bit_autoexp_muxreg[] = {
645 static struct spear_muxreg fsmc_16bit_muxreg[] = {
692 static struct spear_muxreg spp_muxreg[] = {
737 static struct spear_muxreg sdhci_led_muxreg[] = {
745 static struct spear_muxreg sdhci_led_ext_muxreg[] = {
777 static struct spear_muxreg sdhci_muxreg[] = {
[all …]
H A Dpinctrl-spear1340.c215 static struct spear_muxreg pads_as_gpio_muxreg[] = {
276 static struct spear_muxreg fsmc_8bit_muxreg[] = {
301 static struct spear_muxreg fsmc_16bit_muxreg[] = {
332 static struct spear_muxreg fsmc_pnor_muxreg[] = {
370 static struct spear_muxreg keyboard_row_col_muxreg[] = {
399 static struct spear_muxreg keyboard_col5_muxreg[] = {
436 static struct spear_muxreg spdif_in_muxreg[] = {
468 static struct spear_muxreg spdif_out_muxreg[] = {
504 static struct spear_muxreg gpt_0_1_muxreg[] = {
544 static struct spear_muxreg pwm0_muxreg[] = {
[all …]
H A Dpinctrl-spear3xx.c23 static struct spear_muxreg firda_muxreg[] = {
56 static struct spear_muxreg i2c_muxreg[] = {
89 static struct spear_muxreg ssp_cs_muxreg[] = {
122 static struct spear_muxreg ssp_muxreg[] = {
156 static struct spear_muxreg mii_muxreg[] = {
189 static struct spear_muxreg gpio0_pin0_muxreg[] = {
215 static struct spear_muxreg gpio0_pin1_muxreg[] = {
241 static struct spear_muxreg gpio0_pin2_muxreg[] = {
267 static struct spear_muxreg gpio0_pin3_muxreg[] = {
293 static struct spear_muxreg gpio0_pin4_muxreg[] = {
[all …]
H A Dpinctrl-spear1310.c237 static struct spear_muxreg i2c0_muxreg[] = {
273 static struct spear_muxreg ssp0_muxreg[] = {
302 static struct spear_muxreg ssp0_cs0_muxreg[] = {
331 static struct spear_muxreg ssp0_cs1_2_muxreg[] = {
368 static struct spear_muxreg i2s0_muxreg[] = {
404 static struct spear_muxreg i2s1_muxreg[] = {
442 static struct spear_muxreg clcd_muxreg[] = {
471 static struct spear_muxreg clcd_high_res_muxreg[] = {
507 static struct spear_muxreg arm_gpio_muxreg[] = {
551 static struct spear_muxreg smi_2_chips_muxreg[] = {
[all …]
H A Dpinctrl-spear310.c24 static struct spear_muxreg emi_cs_0_to_5_muxreg[] = {
56 static struct spear_muxreg uart1_muxreg[] = {
88 static struct spear_muxreg uart2_muxreg[] = {
120 static struct spear_muxreg uart3_muxreg[] = {
152 static struct spear_muxreg uart4_muxreg[] = {
184 static struct spear_muxreg uart5_muxreg[] = {
216 static struct spear_muxreg fsmc_muxreg[] = {
248 static struct spear_muxreg rs485_0_muxreg[] = {
280 static struct spear_muxreg rs485_1_muxreg[] = {
312 static struct spear_muxreg tdm_muxreg[] = {
H A Dpinctrl-spear300.c160 static struct spear_muxreg fsmc_2chips_muxreg[] = {
187 static struct spear_muxreg fsmc_4chips_muxreg[] = {
222 static struct spear_muxreg clcd_lcdmode_muxreg[] = {
249 static struct spear_muxreg clcd_pfmode_muxreg[] = {
283 static struct spear_muxreg tdm_muxreg[] = {
320 static struct spear_muxreg i2c_clk_muxreg[] = {
356 static struct spear_muxreg caml_muxreg[] = {
382 static struct spear_muxreg camu_muxreg[] = {
415 static struct spear_muxreg dac_muxreg[] = {
449 static struct spear_muxreg i2s_muxreg[] = {
[all …]
H A Dpinctrl-spear.h47 struct spear_muxreg { struct
56 struct spear_muxreg *muxregs; argument
62 static struct spear_muxreg __pins##_muxregs[] = { \
71 static struct spear_muxreg __pins##_muxregs[] = { \
100 struct spear_muxreg *muxregs;
H A Dpinctrl-spear.c34 struct spear_muxreg *muxregs, u8 count, bool enable) in muxregs_endisable()
36 struct spear_muxreg *muxreg; in muxregs_endisable()