Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/spear/
Dpinctrl-spear320.c463 static struct spear_muxreg clcd_muxreg[] = {
520 static struct spear_muxreg emi_muxreg[] = {
528 static struct spear_muxreg emi_ext_muxreg[] = {
601 static struct spear_muxreg fsmc_8bit_muxreg[] = {
639 static struct spear_muxreg fsmc_16bit_autoexp_muxreg[] = {
647 static struct spear_muxreg fsmc_16bit_muxreg[] = {
694 static struct spear_muxreg spp_muxreg[] = {
739 static struct spear_muxreg sdhci_led_muxreg[] = {
747 static struct spear_muxreg sdhci_led_ext_muxreg[] = {
779 static struct spear_muxreg sdhci_muxreg[] = {
[all …]
Dpinctrl-spear1340.c217 static struct spear_muxreg pads_as_gpio_muxreg[] = {
278 static struct spear_muxreg fsmc_8bit_muxreg[] = {
303 static struct spear_muxreg fsmc_16bit_muxreg[] = {
334 static struct spear_muxreg fsmc_pnor_muxreg[] = {
372 static struct spear_muxreg keyboard_row_col_muxreg[] = {
401 static struct spear_muxreg keyboard_col5_muxreg[] = {
438 static struct spear_muxreg spdif_in_muxreg[] = {
470 static struct spear_muxreg spdif_out_muxreg[] = {
506 static struct spear_muxreg gpt_0_1_muxreg[] = {
546 static struct spear_muxreg pwm0_muxreg[] = {
[all …]
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 …]
Dpinctrl-spear310.c26 static struct spear_muxreg emi_cs_0_to_5_muxreg[] = {
58 static struct spear_muxreg uart1_muxreg[] = {
90 static struct spear_muxreg uart2_muxreg[] = {
122 static struct spear_muxreg uart3_muxreg[] = {
154 static struct spear_muxreg uart4_muxreg[] = {
186 static struct spear_muxreg uart5_muxreg[] = {
218 static struct spear_muxreg fsmc_muxreg[] = {
250 static struct spear_muxreg rs485_0_muxreg[] = {
282 static struct spear_muxreg rs485_1_muxreg[] = {
314 static struct spear_muxreg tdm_muxreg[] = {
Dpinctrl-spear1310.c239 static struct spear_muxreg i2c0_muxreg[] = {
275 static struct spear_muxreg ssp0_muxreg[] = {
304 static struct spear_muxreg ssp0_cs0_muxreg[] = {
333 static struct spear_muxreg ssp0_cs1_2_muxreg[] = {
370 static struct spear_muxreg i2s0_muxreg[] = {
406 static struct spear_muxreg i2s1_muxreg[] = {
444 static struct spear_muxreg clcd_muxreg[] = {
473 static struct spear_muxreg clcd_high_res_muxreg[] = {
509 static struct spear_muxreg arm_gpio_muxreg[] = {
553 static struct spear_muxreg smi_2_chips_muxreg[] = {
[all …]
Dpinctrl-spear300.c162 static struct spear_muxreg fsmc_2chips_muxreg[] = {
189 static struct spear_muxreg fsmc_4chips_muxreg[] = {
224 static struct spear_muxreg clcd_lcdmode_muxreg[] = {
251 static struct spear_muxreg clcd_pfmode_muxreg[] = {
285 static struct spear_muxreg tdm_muxreg[] = {
322 static struct spear_muxreg i2c_clk_muxreg[] = {
358 static struct spear_muxreg caml_muxreg[] = {
384 static struct spear_muxreg camu_muxreg[] = {
417 static struct spear_muxreg dac_muxreg[] = {
451 static struct spear_muxreg i2s_muxreg[] = {
[all …]
Dpinctrl-spear.h46 struct spear_muxreg { struct
55 struct spear_muxreg *muxregs; argument
61 static struct spear_muxreg __pins##_muxregs[] = { \
70 static struct spear_muxreg __pins##_muxregs[] = { \
99 struct spear_muxreg *muxregs;
Dpinctrl-spear.c32 struct spear_muxreg *muxregs, u8 count, bool enable) in muxregs_endisable()
34 struct spear_muxreg *muxreg; in muxregs_endisable()