Home | History | Annotate | Download | only in nslu2

Lines Matching refs:ixp425_softc

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);
185 reg = GPIO_CONF_READ_4(ixp425_softc,IXP425_GPIO_GPOUTR);
187 GPIO_CONF_WRITE_4(ixp425_softc,IXP425_GPIO_GPOUTR, reg);
195 struct ixp425_softc *ixsc = ixp425_softc;