Searched refs:IXP425_GPIO_GPOUTR (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/arch/evbarm/nslu2/ |
| D | nslu2_leds.c | 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() [all …]
|
| D | nslu2_iic.c | 109 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()
|
| D | nslu2_pci.c | 172 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()
|
| D | nslu2_machdep.c | 313 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/ |
| D | ixdp425_pci.c | 78 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/ |
| D | ixp425reg.h | 246 #define IXP425_GPIO_GPOUTR 0x00 macro
|