Home | History | Annotate | Download | only in nslu2

Lines Matching refs:ixp425_softc

109 		reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR);
111 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOER);
113 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOER, reg);
117 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOER);
119 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOER, reg);
144 oer = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOER);
149 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOER, oer);
151 outr = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR);
153 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, outr | bits);
159 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOER, oer);
169 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPINR);
179 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR);
181 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg);
183 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOER);
186 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOER, reg);
225 * Defer until ixp425_softc has been initialised