Home
last modified time | relevance | path

Searched refs:IXP425_GPIO_GPOUTR (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/evbarm/nslu2/
Dnslu2_leds.c85 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()
[all …]
Dnslu2_iic.c109 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR); in slugiic_set_dir()
151 outr = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR); in slugiic_set_bits()
153 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, outr | bits); in slugiic_set_bits()
180 reg = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR); in slugiic_deferred_attach()
182 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOUTR, reg); in slugiic_deferred_attach()
Dnslu2_pci.c172 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPOUTR); in ixp425_md_pci_init()
174 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPOUTR, reg); in ixp425_md_pci_init()
232 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPOUTR); in ixp425_md_pci_init()
234 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPOUTR, reg); in ixp425_md_pci_init()
Dnslu2_machdep.c313 reg = GPRD(IXP425_GPIO_GPOUTR); in cpu_reboot()
315 GPWR(IXP425_GPIO_GPOUTR, reg); in cpu_reboot()
319 reg = GPRD(IXP425_GPIO_GPOUTR); in cpu_reboot()
321 GPWR(IXP425_GPIO_GPOUTR, reg); in cpu_reboot()
427 reg = GPRD(IXP425_GPIO_GPOUTR); in initarm()
429 GPWR(IXP425_GPIO_GPOUTR, reg); in initarm()
/netbsd/src/sys/arch/evbarm/ixdp425/
Dixdp425_pci.c78 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPOUTR); in ixp425_md_pci_init()
79 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPOUTR, reg & ~(1U << GPIO_PCI_RESET)); in ixp425_md_pci_init()
118 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPOUTR); in ixp425_md_pci_init()
119 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPOUTR, reg | (1U << GPIO_PCI_RESET)); in ixp425_md_pci_init()
/netbsd/src/sys/arch/arm/xscale/
Dixp425reg.h246 #define IXP425_GPIO_GPOUTR 0x00 macro