Lines Matching refs:ixp425_softc
85 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR); in slugled_callout()
86 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg | bit); in slugled_callout()
98 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR); in slugled_intr0()
100 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg); in slugled_intr0()
116 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR); in slugled_intr1()
118 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg); in slugled_intr1()
134 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR); in slugled_intr2()
136 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg); in slugled_intr2()
158 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR); in slugled_tmr()
160 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg | bit); in slugled_tmr()
185 reg = GPIO_CONF_READ_4(ixp425_softc,IXP425_GPIO_GPOUTR); in slugled_shutdown()
187 GPIO_CONF_WRITE_4(ixp425_softc,IXP425_GPIO_GPOUTR, reg); in slugled_shutdown()
195 struct ixp425_softc *ixsc = ixp425_softc; in slugled_defer()