Searched refs:pxa2x0_gpio_get_bit (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_gpio.h54 extern int pxa2x0_gpio_get_bit(u_int);
H A Dpxa2x0_gpio.c582 pxa2x0_gpio_get_bit(u_int gpio) function
728 return pxa2x0_gpio_get_bit(pin);
/netbsd-current/sys/arch/hpcarm/dev/
H A Dwzero3_usb.c189 pxa2x0_gpio_get_bit(sc->sc_host_pin) ? "H" : "L"));
203 pxa2x0_gpio_get_bit(sc->sc_client_pin) ? "H" : "L"));
216 host_cable = pxa2x0_gpio_get_bit(sc->sc_host_pin);
H A Dwzero3_kbd.c454 pxa2x0_gpio_get_bit(sc->sc_key_pin) ? "on" : "off");
459 if (pxa2x0_gpio_get_bit(sc->sc_test_pin)) {
496 pxa2x0_gpio_get_bit(sc->sc_test_pin) ? "on" : "off");
509 pxa2x0_gpio_get_bit(pin) ? "on" : "off");
533 pxa2x0_gpio_get_bit(sc->sc_power_pin) ? "on" : "off");
537 if (pxa2x0_gpio_get_bit(sc->sc_power_pin)) {
571 if (pxa2x0_gpio_get_bit(sc->sc_power_pin)) {
581 if (pxa2x0_gpio_get_bit(sc->sc_power_pin)) {
607 if (pxa2x0_gpio_get_bit(sc->sc_power_pin)) {
H A Dnbpmci.c140 if (pxa2x0_gpio_get_bit(9))
H A Dwzero3_mci.c248 if (pxa2x0_gpio_get_bit(sc->sc_detect_pin))
H A Dwzero3_tp.c418 pindown = pxa2x0_gpio_get_bit(sc->sc_model->intr_pin) ? 0 : 1;
536 while (pxa2x0_gpio_get_bit(GPIO_WS007SH_HSYNC) == 0)
538 while (pxa2x0_gpio_get_bit(GPIO_WS007SH_HSYNC) != 0)
/netbsd-current/sys/arch/zaurus/dev/
H A Dzusb.c143 int host_cable = pxa2x0_gpio_get_bit(C3000_USB_HOST_PIN);
145 int client_cable = pxa2x0_gpio_get_bit(C3000_USB_DEVICE_PIN);
H A Dzmci.c197 if (!pxa2x0_gpio_get_bit(sc->sc_detect_pin))
210 if (pxa2x0_gpio_get_bit(sc->sc_wp_pin))
H A Dzkbd.c424 bit = pxa2x0_gpio_get_bit(sc->sc_sense_array[i]);
553 down = pxa2x0_gpio_get_bit(sc->sc_onkey_pin) ? 1 : 0;
600 a = pxa2x0_gpio_get_bit(sc->sc_swa_pin) ? 1 : 0;
601 b = pxa2x0_gpio_get_bit(sc->sc_swb_pin) ? 2 : 0;
H A Dztp.c334 while (pxa2x0_gpio_get_bit(sc->sc_hsync_pin) == 0) \
336 while (pxa2x0_gpio_get_bit(sc->sc_hsync_pin) != 0) \
515 pindown = pxa2x0_gpio_get_bit(sc->sc_tp_int_pin) ? 0 : 1;
H A Dzapm.c629 if (!pxa2x0_gpio_get_bit(sc->sc_ac_detect_pin))
638 return pxa2x0_gpio_get_bit(sc->sc_batt_cover_pin);
645 return pxa2x0_gpio_get_bit(sc->sc_charge_comp_pin);
H A Dwm8731_zaudio.c436 if (pxa2x0_gpio_get_bit(GPIO_HP_IN_C860)) {
444 if (pxa2x0_gpio_get_bit(GPIO_HP_IN_C860)) {
455 if (!pxa2x0_gpio_get_bit(GPIO_HP_IN_C860)) {
463 if (!pxa2x0_gpio_get_bit(GPIO_HP_IN_C860)) {
H A Dwm8750_zaudio.c481 if (pxa2x0_gpio_get_bit(GPIO_HP_IN_C3000)) {
489 if (pxa2x0_gpio_get_bit(GPIO_HP_IN_C3000)) {
502 if (!pxa2x0_gpio_get_bit(GPIO_HP_IN_C3000)) {
510 if (!pxa2x0_gpio_get_bit(GPIO_HP_IN_C3000)) {

Completed in 277 milliseconds