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

  /src/sys/arch/arm/xscale/
pxa2x0reg.h 397 #define GPIO_GAFR0_L 0x54 /* alternate function [15:0] */
427 #define GPIO_FN_REG(pin) (GPIO_GAFR0_L + (((pin) / 16) * 4))
pxa2x0_apm.c 947 sd.sd_gafr0_l = bus_space_read_4(sc->sc_iot, pxa2x0_gpio_ioh, GPIO_GAFR0_L);
1071 bus_space_write_4(sc->sc_iot, pxa2x0_gpio_ioh, GPIO_GAFR0_L, sd.sd_gafr0_l);

Completed in 45 milliseconds