/u-boot/board/Seagate/goflexhome/ |
A D | goflexhome.c | 153 u32 oe; in set_leds() local 157 oe = readl(&r->oe) | BOTH_LEDS; in set_leds() 158 writel(oe & ~leds, &r->oe); /* active low */ in set_leds()
|
/u-boot/drivers/pinctrl/ |
A D | pinctrl-sti.c | 97 int oe = 0, pu = 0, od = 0; in sti_pin_configure() local 131 oe = 0; pu = 0; od = 0; in sti_pin_configure() 134 oe = 0; pu = 1; od = 0; in sti_pin_configure() 137 oe = 1; pu = 0; od = 0; in sti_pin_configure() 140 oe = 1; pu = 0; od = 1; in sti_pin_configure() 143 oe = 1; pu = 1; od = 1; in sti_pin_configure() 182 if (oe) in sti_pin_configure()
|
/u-boot/board/Seagate/dockstar/ |
A D | dockstar.c | 151 u32 oe = readl(&r->oe) | BOTH_LEDS; in set_leds() local 152 writel(oe & ~leds, &r->oe); /* active low */ in set_leds()
|
/u-boot/arch/arm/mach-mvebu/ |
A D | gpio.c | 27 writel(gpp0_oe, &gpio0reg->oe); in mvebu_config_gpio() 28 writel(gpp1_oe, &gpio1reg->oe); in mvebu_config_gpio()
|
/u-boot/arch/arm/dts/ |
A D | omap-gpmc-smsc911x.dtsi | 36 gpmc,oe-on-ns = <45>; 37 gpmc,oe-off-ns = <140>;
|
A D | omap-gpmc-smsc9221.dtsi | 38 gpmc,oe-on-ns = <0>; 39 gpmc,oe-off-ns = <42>;
|
A D | omap3-igep.dtsi | 130 gpmc,oe-off-ns = <54>; 161 gpmc,oe-on-ns = <18>; 162 gpmc,oe-off-ns = <96>;
|
A D | am335x-draco.dtsi | 146 gpmc,oe-on-ns = <0>; 147 gpmc,oe-off-ns = <54>;
|
A D | dm8168-evm.dts | 109 gpmc,oe-on-ns = <0>; 110 gpmc,oe-off-ns = <54>;
|
A D | am335x-chilisom.dtsi | 167 gpmc,oe-on-ns = <0>; 168 gpmc,oe-off-ns = <54>;
|
A D | omap3-evm.dts | 79 gpmc,oe-off-ns = <54>;
|
A D | am335x-igep0033.dtsi | 159 gpmc,oe-on-ns = <0>; 160 gpmc,oe-off-ns = <54>;
|
A D | omap3-evm-37xx.dts | 79 gpmc,oe-off-ns = <54>;
|
A D | am335x-brppt1-nand.dts | 325 gpmc,oe-on-ns = <0>; 326 gpmc,oe-off-ns = <54>;
|
A D | am335x-phycore-som.dtsi | 195 gpmc,oe-on-ns = <10>; 196 gpmc,oe-off-ns = <30>;
|
A D | omap3-beagle.dts | 406 gpmc,oe-on-ns = <6>; 407 gpmc,oe-off-ns = <48>;
|
/u-boot/board/technexion/tao3530/ |
A D | tao3530.c | 139 writel(~(GPIO10 | GPIO8 | GPIO2 | GPIO1), &gpio6_base->oe); in misc_init_r() 141 GPIO15 | GPIO14 | GPIO13 | GPIO12), &gpio5_base->oe); in misc_init_r()
|
/u-boot/drivers/gpio/ |
A D | 74x164_gpio.c | 35 struct gpio_desc oe; member 157 ret = gpio_request_by_name(dev, "oe-gpios", 0, &priv->oe, in gen_74x164_probe()
|
/u-boot/include/bedbug/ |
A D | ppc.h | 242 #define XO_OPCODE(i,xo,oe,rc) (MAKE_OPCODE(i) | (((oe) & 0x1) << 10) | \ argument
|
/u-boot/arch/mips/dts/ |
A D | mrvl,octeon-ebb7304.dts | 43 cavium,t-oe = <50>; 61 cavium,t-oe = <160>;
|
/u-boot/arch/arm/mach-kirkwood/include/mach/ |
A D | cpu.h | 135 u32 oe; member
|
/u-boot/arch/arm/mach-mvebu/include/mach/ |
A D | cpu.h | 115 u32 oe; member
|
/u-boot/board/Synology/ds109/ |
A D | openocd.cfg | 7 ftdi_layout_signal nTRST -data 0x0010 -oe 0x0010 8 ftdi_layout_signal nSRST -data 0x0040 -oe 0x0040
|
/u-boot/board/ti/beagle/ |
A D | beagle.c | 466 writel(~(GPIO23 | GPIO10 | GPIO8 | GPIO2 | GPIO1), &gpio6_base->oe); in misc_init_r() 468 GPIO15 | GPIO14 | GPIO13 | GPIO12), &gpio5_base->oe); in misc_init_r()
|
/u-boot/arch/arm/include/asm/arch-omap3/ |
A D | omap.h | 101 unsigned int oe; /* 0x34 */ member
|