/openbmc/u-boot/drivers/video/ |
H A D | bus_vcxk.c | 23 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument 32 #define VCXK_SET_PIN(PORT, PIN) writel(PIN, &pio->PORT.sodr); argument 33 #define VCXK_CLR_PIN(PORT, PIN) writel(PIN, &pio->PORT.codr); argument 44 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument 47 #define VCXK_SET_PIN(PORT, PIN) PORT |= PIN; argument 48 #define VCXK_CLR_PIN(PORT, PIN) PORT &= ~PIN; argument
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/ |
H A D | pinmux.c | 10 #define PIN(pin, f0, f1, f2, f3) \ macro
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra114/ |
H A D | pinmux.c | 10 #define PIN(pin, f0, f1, f2, f3) \ macro
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/ |
H A D | pinmux.c | 10 #define PIN(pin, f0, f1, f2, f3) \ macro
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/ |
H A D | pinmux.c | 10 #define PIN(pin, f0, f1, f2, f3) \ macro
|
/openbmc/u-boot/drivers/pinctrl/meson/ |
H A D | pinctrl-meson.h | 92 #define PIN(x, b) (b + x) macro
|
/openbmc/linux/arch/arm64/boot/dts/exynos/ |
H A D | exynos5433-pinctrl.dtsi | 14 #define PIN(_pin, _func, _pull, _drv) \ macro
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 215 #define PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, FLAG) \ argument 225 #define RK_MUXROUTE_SAME(ID, PIN, FUNC, REG, VAL) \ argument 228 #define RK_MUXROUTE_GRF(ID, PIN, FUNC, REG, VAL) \ argument 231 #define RK_MUXROUTE_PMU(ID, PIN, FUNC, REG, VAL) \ argument 234 #define RK3588_PIN_BANK_FLAGS(ID, PIN, LABEL, M, P) \ argument
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
H A D | pinmux.c | 270 #define PIN(pingrp, f0, f1, f2, f3) \ macro
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pinctrl-rzg2l.c | 96 #define PIN(n) (0x0800 + 0x10 + (n)) macro
|