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

  /src/sys/arch/evbarm/ixdp425/
ixdp425_pci.c 82 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPCLKR);
83 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPCLKR, reg & ~GPCLKR_MUX14);
104 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPCLKR);
105 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPCLKR, reg |
109 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPCLKR);
110 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPCLKR, reg | GPCLKR_MUX14);
  /src/sys/arch/evbarm/nslu2/
nslu2_pci.c 177 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPCLKR);
179 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPCLKR, reg);
217 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPCLKR);
219 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPCLKR, reg);
222 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPCLKR);
224 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPCLKR, reg);
  /src/sys/arch/arm/xscale/
ixp425reg.h 252 #define IXP425_GPIO_GPCLKR 0x18

Completed in 43 milliseconds