Home
last modified time | relevance | path

Searched refs:oe (Results 1 – 25 of 25) sorted by relevance

/rk3399_rockchip-uboot/board/Seagate/goflexhome/
H A Dgoflexhome.c150 u32 oe; in set_leds() local
154 oe = readl(&r->oe) | BOTH_LEDS; in set_leds()
155 writel(oe & ~leds, &r->oe); /* active low */ in set_leds()
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-sti.c95 int oe = 0, pu = 0, od = 0; in sti_pin_configure() local
129 oe = 0; pu = 0; od = 0; in sti_pin_configure()
132 oe = 0; pu = 1; od = 0; in sti_pin_configure()
135 oe = 1; pu = 0; od = 0; in sti_pin_configure()
138 oe = 1; pu = 0; od = 1; in sti_pin_configure()
141 oe = 1; pu = 1; od = 1; in sti_pin_configure()
180 if (oe) in sti_pin_configure()
/rk3399_rockchip-uboot/board/Seagate/dockstar/
H A Ddockstar.c148 u32 oe = readl(&r->oe) | BOTH_LEDS; in set_leds() local
149 writel(oe & ~leds, &r->oe); /* active low */ in set_leds()
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/
H A Dgpio.c28 writel(gpp0_oe, &gpio0reg->oe); in mvebu_config_gpio()
29 writel(gpp1_oe, &gpio1reg->oe); in mvebu_config_gpio()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Domap-gpmc-smsc9221.dtsi38 gpmc,oe-on-ns = <0>;
39 gpmc,oe-off-ns = <42>;
H A Dam335x-draco.dtsi145 gpmc,oe-on-ns = <0>;
146 gpmc,oe-off-ns = <54>;
H A Ddm8168-evm.dts109 gpmc,oe-on-ns = <0>;
110 gpmc,oe-off-ns = <54>;
H A Dam335x-pxm2.dtsi174 gpmc,oe-on-ns = <0>;
175 gpmc,oe-off-ns = <54>;
H A Ddra72-evm-common.dtsi316 gpmc,oe-on-ns = <4>;
317 gpmc,oe-off-ns = <40>;
H A Dam43x-epos-evm.dts589 gpmc,oe-on-ns = <3>; /* cs-on-ns + tRR + 2 */
590 gpmc,oe-off-ns = <30>; /* oe-on-ns + tRP + 2 */
H A Dam335x-rut.dts223 gpmc,oe-on-ns = <0>;
224 gpmc,oe-off-ns = <57>;
H A Dlogicpd-torpedo-som.dtsi63 gpmc,oe-off-ns = <54>;
H A Dlogicpd-som-lv.dtsi60 gpmc,oe-off-ns = <54>;
H A Dam335x-evm.dts518 gpmc,oe-on-ns = <0>;
519 gpmc,oe-off-ns = <54>;
H A Dimx6ull-14x14-evk.dts85 oe-gpios = <&gpio5 8 0>;
H A Dam437x-gp-evm.dts679 gpmc,oe-on-ns = <3>;
680 gpmc,oe-off-ns = <30>;
H A Ddra7-evm.dts780 gpmc,oe-on-ns = <4>;
781 gpmc,oe-off-ns = <40>;
/rk3399_rockchip-uboot/board/technexion/tao3530/
H A Dtao3530.c136 writel(~(GPIO10 | GPIO8 | GPIO2 | GPIO1), &gpio6_base->oe); in misc_init_r()
138 GPIO15 | GPIO14 | GPIO13 | GPIO12), &gpio5_base->oe); in misc_init_r()
/rk3399_rockchip-uboot/drivers/gpio/
H A D74x164_gpio.c34 struct gpio_desc oe; member
156 ret = gpio_request_by_name(dev, "oe-gpios", 0, &priv->oe, in gen_74x164_probe()
/rk3399_rockchip-uboot/include/bedbug/
H A Dppc.h242 #define XO_OPCODE(i,xo,oe,rc) (MAKE_OPCODE(i) | (((oe) & 0x1) << 10) | \ argument
/rk3399_rockchip-uboot/arch/arm/mach-kirkwood/include/mach/
H A Dcpu.h130 u32 oe; member
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/include/mach/
H A Dcpu.h110 u32 oe; member
/rk3399_rockchip-uboot/board/Synology/ds109/
H A Dopenocd.cfg7 ftdi_layout_signal nTRST -data 0x0010 -oe 0x0010
8 ftdi_layout_signal nSRST -data 0x0040 -oe 0x0040
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/
H A Domap.h102 unsigned int oe; /* 0x34 */ member
/rk3399_rockchip-uboot/board/ti/beagle/
H A Dbeagle.c494 writel(~(GPIO23 | GPIO10 | GPIO8 | GPIO2 | GPIO1), &gpio6_base->oe); in misc_init_r()
496 GPIO15 | GPIO14 | GPIO13 | GPIO12), &gpio5_base->oe); in misc_init_r()