| /rk3399_rockchip-uboot/board/Seagate/goflexhome/ |
| H A D | goflexhome.c | 150 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 D | pinctrl-sti.c | 95 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 D | dockstar.c | 148 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 D | gpio.c | 28 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 D | omap-gpmc-smsc9221.dtsi | 38 gpmc,oe-on-ns = <0>; 39 gpmc,oe-off-ns = <42>;
|
| H A D | am335x-draco.dtsi | 145 gpmc,oe-on-ns = <0>; 146 gpmc,oe-off-ns = <54>;
|
| H A D | dm8168-evm.dts | 109 gpmc,oe-on-ns = <0>; 110 gpmc,oe-off-ns = <54>;
|
| H A D | am335x-pxm2.dtsi | 174 gpmc,oe-on-ns = <0>; 175 gpmc,oe-off-ns = <54>;
|
| H A D | dra72-evm-common.dtsi | 316 gpmc,oe-on-ns = <4>; 317 gpmc,oe-off-ns = <40>;
|
| H A D | am43x-epos-evm.dts | 589 gpmc,oe-on-ns = <3>; /* cs-on-ns + tRR + 2 */ 590 gpmc,oe-off-ns = <30>; /* oe-on-ns + tRP + 2 */
|
| H A D | am335x-rut.dts | 223 gpmc,oe-on-ns = <0>; 224 gpmc,oe-off-ns = <57>;
|
| H A D | logicpd-torpedo-som.dtsi | 63 gpmc,oe-off-ns = <54>;
|
| H A D | logicpd-som-lv.dtsi | 60 gpmc,oe-off-ns = <54>;
|
| H A D | am335x-evm.dts | 518 gpmc,oe-on-ns = <0>; 519 gpmc,oe-off-ns = <54>;
|
| H A D | imx6ull-14x14-evk.dts | 85 oe-gpios = <&gpio5 8 0>;
|
| H A D | am437x-gp-evm.dts | 679 gpmc,oe-on-ns = <3>; 680 gpmc,oe-off-ns = <30>;
|
| H A D | dra7-evm.dts | 780 gpmc,oe-on-ns = <4>; 781 gpmc,oe-off-ns = <40>;
|
| /rk3399_rockchip-uboot/board/technexion/tao3530/ |
| H A D | tao3530.c | 136 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 D | 74x164_gpio.c | 34 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 D | ppc.h | 242 #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 D | cpu.h | 130 u32 oe; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-mvebu/include/mach/ |
| H A D | cpu.h | 110 u32 oe; member
|
| /rk3399_rockchip-uboot/board/Synology/ds109/ |
| H A D | openocd.cfg | 7 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 D | omap.h | 102 unsigned int oe; /* 0x34 */ member
|
| /rk3399_rockchip-uboot/board/ti/beagle/ |
| H A D | beagle.c | 494 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()
|