HomeSort by: relevance | last modified time | path
    Searched refs:GPIO_SET (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/evbarm/tsarm/
tslcd.c 126 #define GPIO_SET(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
156 GPIO_SET(PADDR, 0); /* Port A to inputs */
182 GPIO_SET(PADDR, 0xff); /* set port A to outputs */
183 GPIO_SET(PADR, cmd);
190 GPIO_SET(PHDR, ctrl);
197 GPIO_SET(PHDR, ctrl);
204 GPIO_SET(PHDR, ctrl);
211 GPIO_SET(PHDR, ctrl);
228 GPIO_SET(PADDR, 0x0); /* set port A to inputs */
235 GPIO_SET(PHDR, ctrl)
    [all...]
tskp.c 116 #define GPIO_SET(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
144 GPIO_SET(PBDDR, 0xff); /* tristate all lines */
164 GPIO_SET(PBDDR, (1 << pos));
165 GPIO_SET(PBDR, ~(1 << pos));
tspld.c 96 #define GPIO_SET(x, y) bus_space_write_4(sc->sc_iot, sc->sc_gpioh, \
131 GPIO_SET(PFDDR, 0x0);
141 GPIO_SET(PFDDR, 0x4);
374 GPIO_SET(PFDR, 0x0);
  /src/sys/arch/evbarm/gumstix/
gxpcic.c 94 #define HAVE_CARD(r) (!((r) & GPIO_SET))
215 return (reg & GPIO_SET ? 1 : 0);
284 pxa2x0_gpio_set_function(48, GPIO_OUT | GPIO_SET);
295 result |= ((gpio & GPIO_SET) == GPIO_SET) << shift;
324 pxa2x0_gpio_set_function(52, GPIO_OUT | GPIO_SET);
332 pxa2x0_gpio_set_function(53, GPIO_OUT | GPIO_SET);
gxio.c 98 { 7, GPIO_OUT | GPIO_SET }, /* power on */
135 { 12, GPIO_OUT | GPIO_SET },
438 npoe_fn &= GPIO_SET;
476 pxa2x0_gpio_set_function(rst, GPIO_OUT | GPIO_SET); /* RESET 1 */
535 pxa2x0_gpio_set_function(52, GPIO_OUT | GPIO_SET); /* RESET 2 */
551 pxa2x0_gpio_set_function(107, GPIO_OUT | GPIO_SET);
565 pxa2x0_gpio_set_function(80, GPIO_OUT | GPIO_SET);
583 pxa2x0_gpio_set_function(80, GPIO_OUT | GPIO_SET);
605 pxa2x0_gpio_set_function(80, GPIO_OUT | GPIO_SET);
  /src/sys/arch/hpcarm/dev/
nbppcic.c 45 #define HAVE_CARD(r) (!((r) & GPIO_SET))
118 return (reg & GPIO_SET) ? 1 : 0;
140 GPIO_OUT | (arg ? GPIO_CLR : GPIO_SET));
wzero3_ssp.c 195 GPIO_OUT|GPIO_SET);
197 GPIO_OUT|GPIO_SET);
201 GPIO_OUT|GPIO_SET);
205 GPIO_OUT|GPIO_SET);
wzero3_tp.c 370 pxa2x0_gpio_set_function(sc->sc_model->intr_pin, GPIO_OUT|GPIO_SET);
  /src/sys/arch/zaurus/dev/
zssp.c 191 pxa2x0_gpio_set_function(sc->ads7846.gpio, GPIO_OUT|GPIO_SET);
192 pxa2x0_gpio_set_function(sc->max1111.gpio, GPIO_OUT|GPIO_SET);
193 pxa2x0_gpio_set_function(sc->lz9jg18.gpio, GPIO_OUT|GPIO_SET);
439 pxa2x0_gpio_set_function(sc->lz9jg18.sfrm_pin, GPIO_OUT | GPIO_SET);
zusb.c 153 GPIO_OUT | GPIO_SET);
zmci.c 108 pxa2x0_gpio_set_function(sc->sc_power_pin, GPIO_OUT|GPIO_SET);
zkbd.c 296 pxa2x0_gpio_set_function(pin, GPIO_SET|GPIO_OUT);
ztp.c 307 pxa2x0_gpio_set_function(sc->sc_tp_int_pin, GPIO_OUT | GPIO_SET);
  /src/sys/arch/hpcarm/hpcarm/
wzero3_machdep.c 103 pxa2x0_gpio_set_function(89, GPIO_OUT | GPIO_SET);
  /src/sys/arch/arm/xscale/
pxa2x0reg.h 438 #define GPIO_SET 0x20 /* Initial state is Set */
443 #define GPIO_FN_IS_SET(n) ((n) & GPIO_SET)
pxa2x0_gpio.c 509 rv |= GPIO_SET;
pxa2x0_apm.c 1039 pxa2x0_gpio_set_function(GPIO_EXT_BUS_READY, GPIO_SET | GPIO_OUT);
  /src/sys/arch/zaurus/zaurus/
machdep.c 445 pxa2x0_gpio_set_function(89, GPIO_OUT | GPIO_SET);

Completed in 28 milliseconds