Home
last modified time | relevance | path

Searched defs:PIN (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dbus_vcxk.c23 #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 Dpinmux.c10 #define PIN(pin, f0, f1, f2, f3) \ macro
/openbmc/u-boot/arch/arm/mach-tegra/tegra114/
H A Dpinmux.c10 #define PIN(pin, f0, f1, f2, f3) \ macro
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/
H A Dpinmux.c10 #define PIN(pin, f0, f1, f2, f3) \ macro
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dpinmux.c10 #define PIN(pin, f0, f1, f2, f3) \ macro
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson.h92 #define PIN(x, b) (b + x) macro
/openbmc/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-pinctrl.dtsi14 #define PIN(_pin, _func, _pull, _drv) \ macro
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c215 #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 Dpinmux.c270 #define PIN(pingrp, f0, f1, f2, f3) \ macro
/openbmc/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c96 #define PIN(n) (0x0800 + 0x10 + (n)) macro