HomeSort by relevance Sort by last modified time
    Searched refs:pio2 (Results 1 - 7 of 7) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_asinf.c 32 pio2 = 1.570796326794896558e+00; variable
44 return x*pio2; /* asin(+-1) = +-pi/2 with inexact */
63 t = pio2-2.0*(s+s*w);
  /external/u-boot/arch/arm/dts/
stih410-b2260.dts 52 gpios = <&pio2 1 GPIO_ACTIVE_LOW>;
58 gpios = <&pio2 5 GPIO_ACTIVE_LOW>;
stih407-pinctrl.dtsi 17 gpio2 = &pio2;
75 pio2: gpio@09612000 {
81 st,bank-name = "PIO2";
113 hdmi_cec = <&pio2 4 ALT1 BIDIR>;
157 tx = <&pio2 6 ALT3 OUT>;
158 rx = <&pio2 7 ALT3 IN>;
187 keyin3 = <&pio2 6 ALT2 IN>;
192 keyout3 = <&pio2 7 ALT2 OUT>;
218 rxdv = <&pio2 0 ALT1 IN DE_IO 0 CLK_A>;
219 rxclk = <&pio2 2 ALT1 IN NICLK 0 CLK_A>
    [all...]
  /external/u-boot/arch/arm/mach-at91/include/mach/
at91_pio.h 87 } pio2; member in union:at91_port::__anon46793
  /external/u-boot/drivers/net/
at91_emac.c 335 writel(value, &pio->pioa.mux.pio2.asr);
346 writel(value, &pio->piob.mux.pio2.bsr);
  /external/u-boot/drivers/pinctrl/
pinctrl-at91.c 130 writel(mask, &pio->mux.pio2.asr);
135 writel(mask, &pio->mux.pio2.bsr);
  /external/u-boot/drivers/gpio/
at91_gpio.c 98 writel(mask, &at91_port->mux.pio2.asr);
117 writel(mask, &at91_port->mux.pio2.bsr);

Completed in 822 milliseconds