/src/sys/arch/arm/xscale/ |
ixp425var.h | 64 struct ixp425_softc { struct 127 extern struct ixp425_softc *ixp425_softc; 134 void ixp425_md_pci_init(struct ixp425_softc *); 137 void ixp425_pci_init(struct ixp425_softc *); 138 void ixp425_pci_dma_init(struct ixp425_softc *); 142 void ixp425_pci_conf_reg_write(struct ixp425_softc *, uint32_t, uint32_t); 143 uint32_t ixp425_pci_conf_reg_read(struct ixp425_softc *, uint32_t);
|
ixp425.c | 45 struct ixp425_softc *ixp425_softc; variable in typeref:struct:ixp425_softc * 50 struct ixp425_softc *sc = device_private(self); 58 ixp425_softc = sc;
|
ixp425_pci.c | 57 void ixp425_pci_conf_setup(void *, struct ixp425_softc *, pcitag_t, int); 66 ixp425_pci_init(struct ixp425_softc *sc) 153 ixp425_pci_conf_setup(void *v, struct ixp425_softc *sc, pcitag_t tag, int offset) 180 struct ixp425_softc *sc = v; 227 struct ixp425_softc *sc = v; 255 ixp425_pci_conf_reg_read(struct ixp425_softc *sc, uint32_t reg) 268 ixp425_pci_conf_reg_write(struct ixp425_softc *sc, uint32_t reg,
|
ixp425_pci_dma.c | 47 ixp425_pci_dma_init(struct ixp425_softc *sc)
|
ixp425_npe.c | 834 regVal = EXP_BUS_READ_4(ixp425_softc, EXP_FCTRL_OFFSET); 840 EXP_BUS_WRITE_4(ixp425_softc, EXP_FCTRL_OFFSET, regVal | resetNpeParity); 845 EXP_BUS_WRITE_4(ixp425_softc, EXP_FCTRL_OFFSET, regVal &~ resetNpeParity);
|
ixp425_qmgr.c | 220 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev));
|
/src/sys/arch/evbarm/nslu2/ |
nslu2_iic.c | 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) [all...] |
nslu2_leds.c | 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) [all...] |
nslu2_mainbus.c | 59 CFATTACH_DECL_NEW(ixpio_mainbus, sizeof(struct ixp425_softc),
|
nslu2_buttons.c | 72 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPISR, SLUGBUTT_PWR_BIT); 97 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPISR, SLUGBUTT_RST_BIT); 112 struct ixp425_softc *ixsc = ixp425_softc; 178 /* Defer, to ensure ixp425_softc has been initialised */
|
nslu2_pci.c | 159 ixp425_md_pci_init(struct ixp425_softc *sc)
|
/src/sys/arch/evbarm/ixdp425/ |
ixdp425_mainbus.c | 54 CFATTACH_DECL_NEW(ixpio_mainbus, sizeof(struct ixp425_softc),
|
ixdp425_pci.c | 62 ixp425_md_pci_init(struct ixp425_softc *sc)
|