Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pinctrl/spear/
Dpinctrl-spear320.c462 static struct spear_muxreg clcd_muxreg[] = {
519 static struct spear_muxreg emi_muxreg[] = {
527 static struct spear_muxreg emi_ext_muxreg[] = {
600 static struct spear_muxreg fsmc_8bit_muxreg[] = {
638 static struct spear_muxreg fsmc_16bit_autoexp_muxreg[] = {
646 static struct spear_muxreg fsmc_16bit_muxreg[] = {
693 static struct spear_muxreg spp_muxreg[] = {
738 static struct spear_muxreg sdhci_led_muxreg[] = {
746 static struct spear_muxreg sdhci_led_ext_muxreg[] = {
778 static struct spear_muxreg sdhci_muxreg[] = {
[all …]
Dpinctrl-spear1340.c216 static struct spear_muxreg pads_as_gpio_muxreg[] = {
277 static struct spear_muxreg fsmc_8bit_muxreg[] = {
302 static struct spear_muxreg fsmc_16bit_muxreg[] = {
333 static struct spear_muxreg fsmc_pnor_muxreg[] = {
371 static struct spear_muxreg keyboard_row_col_muxreg[] = {
400 static struct spear_muxreg keyboard_col5_muxreg[] = {
437 static struct spear_muxreg spdif_in_muxreg[] = {
469 static struct spear_muxreg spdif_out_muxreg[] = {
505 static struct spear_muxreg gpt_0_1_muxreg[] = {
545 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-spear1310.c238 static struct spear_muxreg i2c0_muxreg[] = {
274 static struct spear_muxreg ssp0_muxreg[] = {
303 static struct spear_muxreg ssp0_cs0_muxreg[] = {
332 static struct spear_muxreg ssp0_cs1_2_muxreg[] = {
369 static struct spear_muxreg i2s0_muxreg[] = {
405 static struct spear_muxreg i2s1_muxreg[] = {
443 static struct spear_muxreg clcd_muxreg[] = {
472 static struct spear_muxreg clcd_high_res_muxreg[] = {
508 static struct spear_muxreg arm_gpio_muxreg[] = {
552 static struct spear_muxreg smi_2_chips_muxreg[] = {
[all …]
Dpinctrl-spear310.c25 static struct spear_muxreg emi_cs_0_to_5_muxreg[] = {
57 static struct spear_muxreg uart1_muxreg[] = {
89 static struct spear_muxreg uart2_muxreg[] = {
121 static struct spear_muxreg uart3_muxreg[] = {
153 static struct spear_muxreg uart4_muxreg[] = {
185 static struct spear_muxreg uart5_muxreg[] = {
217 static struct spear_muxreg fsmc_muxreg[] = {
249 static struct spear_muxreg rs485_0_muxreg[] = {
281 static struct spear_muxreg rs485_1_muxreg[] = {
313 static struct spear_muxreg tdm_muxreg[] = {
Dpinctrl-spear300.c161 static struct spear_muxreg fsmc_2chips_muxreg[] = {
188 static struct spear_muxreg fsmc_4chips_muxreg[] = {
223 static struct spear_muxreg clcd_lcdmode_muxreg[] = {
250 static struct spear_muxreg clcd_pfmode_muxreg[] = {
284 static struct spear_muxreg tdm_muxreg[] = {
321 static struct spear_muxreg i2c_clk_muxreg[] = {
357 static struct spear_muxreg caml_muxreg[] = {
383 static struct spear_muxreg camu_muxreg[] = {
416 static struct spear_muxreg dac_muxreg[] = {
450 static struct spear_muxreg i2s_muxreg[] = {
[all …]
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;
Dpinctrl-spear.c34 struct spear_muxreg *muxregs, u8 count, bool enable) in muxregs_endisable()
36 struct spear_muxreg *muxreg; in muxregs_endisable()