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

  /src/sys/arch/evbarm/nslu2/
nslu2_leds.c 85 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR);
86 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg | bit);
98 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR);
100 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg);
116 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR);
118 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg);
134 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR);
136 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg);
158 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR);
160 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg | bit)
    [all...]
nslu2_iic.c 109 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR);
151 outr = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR);
153 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, outr | bits);
179 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR);
181 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg);
nslu2_pci.c 172 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPOUTR);
174 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPOUTR, reg);
232 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPOUTR);
234 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPOUTR, reg);
nslu2_machdep.c 313 reg = GPRD(IXP425_GPIO_GPOUTR);
315 GPWR(IXP425_GPIO_GPOUTR, reg);
319 reg = GPRD(IXP425_GPIO_GPOUTR);
321 GPWR(IXP425_GPIO_GPOUTR, reg);
427 reg = GPRD(IXP425_GPIO_GPOUTR);
429 GPWR(IXP425_GPIO_GPOUTR, reg);
  /src/sys/arch/evbarm/ixdp425/
ixdp425_pci.c 78 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPOUTR);
79 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPOUTR, reg & ~(1U << GPIO_PCI_RESET));
118 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPOUTR);
119 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPOUTR, reg | (1U << GPIO_PCI_RESET));
  /src/sys/arch/arm/xscale/
ixp425reg.h 246 #define IXP425_GPIO_GPOUTR 0x00

Completed in 32 milliseconds