Searched refs:padconf (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/pinctrl/
H A Domap.h54 * padconf registers instead of the offset from padconf base.
70 * Macros to allow using the offset from the padconf physical address
71 * instead of the offset from padconf base.
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/pinctrl/
H A Domap.h54 * padconf registers instead of the offset from padconf base.
70 * Macros to allow using the offset from the padconf physical address
71 * instead of the offset from padconf base.
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/pinctrl/
H A Domap.h54 * padconf registers instead of the offset from padconf base.
70 * Macros to allow using the offset from the padconf physical address
71 * instead of the offset from padconf base.
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/pinctrl/
H A Domap.h54 * padconf registers instead of the offset from padconf base.
70 * Macros to allow using the offset from the padconf physical address
71 * instead of the offset from padconf base.
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/pinctrl/
H A Domap.h54 * padconf registers instead of the offset from padconf base.
70 * Macros to allow using the offset from the padconf physical address
71 * instead of the offset from padconf base.
/linux-4.1.27/include/dt-bindings/pinctrl/
H A Domap.h54 * padconf registers instead of the offset from padconf base.
70 * Macros to allow using the offset from the padconf physical address
71 * instead of the offset from padconf base.
/linux-4.1.27/arch/arm/mach-omap2/
H A Dpdata-quirks.c312 OF_DEV_AUXDATA("ti,omap3-padconf", 0x48002030, "48002030.pinmux", &pcs_pdata),
313 OF_DEV_AUXDATA("ti,omap3-padconf", 0x480025a0, "480025a0.pinmux", &pcs_pdata),
314 OF_DEV_AUXDATA("ti,omap3-padconf", 0x48002a00, "48002a00.pinmux", &pcs_pdata),
323 OF_DEV_AUXDATA("ti,omap4-padconf", 0x4a100040, "4a100040.pinmux", &pcs_pdata),
324 OF_DEV_AUXDATA("ti,omap4-padconf", 0x4a31e040, "4a31e040.pinmux", &pcs_pdata),
327 OF_DEV_AUXDATA("ti,omap5-padconf", 0x4a002840, "4a002840.pinmux", &pcs_pdata),
328 OF_DEV_AUXDATA("ti,omap5-padconf", 0x4ae0c840, "4ae0c840.pinmux", &pcs_pdata),
331 OF_DEV_AUXDATA("ti,dra7-padconf", 0x4a003400, "4a003400.pinmux", &pcs_pdata),
334 OF_DEV_AUXDATA("ti,am437-padconf", 0x44e10800, "44e10800.pinmux", &pcs_pdata),
H A Dcontrol.c553 * omap3_ctrl_save_padconf - save padconf registers to scratchpad RAM
555 * Tell the SCM to start saving the padconf registers, then wait for
566 /* Save the padconf registers */ omap3_ctrl_save_padconf()
599 u16 mask, padconf; omap3_ctrl_setup_d2d_padconf() local
608 padconf = omap_ctrl_readw(OMAP3_PADCONF_SAD2D_MSTANDBY); omap3_ctrl_setup_d2d_padconf()
609 padconf |= mask; omap3_ctrl_setup_d2d_padconf()
610 omap_ctrl_writew(padconf, OMAP3_PADCONF_SAD2D_MSTANDBY); omap3_ctrl_setup_d2d_padconf()
612 padconf = omap_ctrl_readw(OMAP3_PADCONF_SAD2D_IDLEACK); omap3_ctrl_setup_d2d_padconf()
613 padconf |= mask; omap3_ctrl_setup_d2d_padconf()
614 omap_ctrl_writew(padconf, OMAP3_PADCONF_SAD2D_IDLEACK); omap3_ctrl_setup_d2d_padconf()
H A Dpm34xx.c90 /* Save the system control module context, padconf already save above*/ omap3_core_save_context()
97 /* Restore the control module context, padconf restored by h/w */ omap3_core_restore_context()
H A Dmux.h75 * OMAP_MUX_REG_8BIT: Ensure that access to padconf is done in 8 bits.
/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-single.c2004 { .compatible = "ti,omap3-padconf", .data = &pinctrl_single_omap_wkup },
2005 { .compatible = "ti,omap4-padconf", .data = &pinctrl_single_omap_wkup },
2006 { .compatible = "ti,omap5-padconf", .data = &pinctrl_single_omap_wkup },
2007 { .compatible = "ti,dra7-padconf", .data = &pinctrl_single_dra7 },
2008 { .compatible = "ti,am437-padconf", .data = &pinctrl_single_am437x },

Completed in 300 milliseconds