Home
last modified time | relevance | path

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

12

/u-boot/board/Seagate/goflexhome/
A Dgoflexhome.c153 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 Dpinctrl-sti.c97 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 Ddockstar.c151 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 Dgpio.c27 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 Domap-gpmc-smsc911x.dtsi36 gpmc,oe-on-ns = <45>;
37 gpmc,oe-off-ns = <140>;
A Domap-gpmc-smsc9221.dtsi38 gpmc,oe-on-ns = <0>;
39 gpmc,oe-off-ns = <42>;
A Domap3-igep.dtsi130 gpmc,oe-off-ns = <54>;
161 gpmc,oe-on-ns = <18>;
162 gpmc,oe-off-ns = <96>;
A Dam335x-draco.dtsi146 gpmc,oe-on-ns = <0>;
147 gpmc,oe-off-ns = <54>;
A Ddm8168-evm.dts109 gpmc,oe-on-ns = <0>;
110 gpmc,oe-off-ns = <54>;
A Dam335x-chilisom.dtsi167 gpmc,oe-on-ns = <0>;
168 gpmc,oe-off-ns = <54>;
A Domap3-evm.dts79 gpmc,oe-off-ns = <54>;
A Dam335x-igep0033.dtsi159 gpmc,oe-on-ns = <0>;
160 gpmc,oe-off-ns = <54>;
A Domap3-evm-37xx.dts79 gpmc,oe-off-ns = <54>;
A Dam335x-brppt1-nand.dts325 gpmc,oe-on-ns = <0>;
326 gpmc,oe-off-ns = <54>;
A Dam335x-phycore-som.dtsi195 gpmc,oe-on-ns = <10>;
196 gpmc,oe-off-ns = <30>;
A Domap3-beagle.dts406 gpmc,oe-on-ns = <6>;
407 gpmc,oe-off-ns = <48>;
/u-boot/board/technexion/tao3530/
A Dtao3530.c139 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 D74x164_gpio.c35 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 Dppc.h242 #define XO_OPCODE(i,xo,oe,rc) (MAKE_OPCODE(i) | (((oe) & 0x1) << 10) | \ argument
/u-boot/arch/mips/dts/
A Dmrvl,octeon-ebb7304.dts43 cavium,t-oe = <50>;
61 cavium,t-oe = <160>;
/u-boot/arch/arm/mach-kirkwood/include/mach/
A Dcpu.h135 u32 oe; member
/u-boot/arch/arm/mach-mvebu/include/mach/
A Dcpu.h115 u32 oe; member
/u-boot/board/Synology/ds109/
A Dopenocd.cfg7 ftdi_layout_signal nTRST -data 0x0010 -oe 0x0010
8 ftdi_layout_signal nSRST -data 0x0040 -oe 0x0040
/u-boot/board/ti/beagle/
A Dbeagle.c466 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 Domap.h101 unsigned int oe; /* 0x34 */ member

Completed in 48 milliseconds

12