Searched refs:ixp425_softc (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/sys/arm/xscale/ixp425/
H A Dcambria_exp_space.c59 struct ixp425_softc *sc; /* bus space tag */
74 enable_16(struct ixp425_softc *sc, bus_size_t cs)
80 disable_16(struct ixp425_softc *sc, bus_size_t cs)
89 struct ixp425_softc *sc = exp->sc;
102 struct ixp425_softc *sc = exp->sc;
113 struct ixp425_softc *sc = exp->sc;
128 struct ixp425_softc *sc = exp->sc;
142 struct ixp425_softc *sc = exp->sc;
156 struct ixp425_softc *sc = exp->sc;
172 struct ixp425_softc *s
[all...]
H A Dixp425var.h54 struct ixp425_softc { struct
67 void ixp425_set_gpio(struct ixp425_softc *sc, int pin, int type);
103 void cambria_exp_bus_init(struct ixp425_softc *);
H A Dixp425.c67 struct ixp425_softc *ixp425_softc = NULL; variable in typeref:struct:ixp425_softc
137 uint32_t gpoutr = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR);
138 uint32_t gpoer = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOER);
139 uint32_t gpinr = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPINR);
140 uint32_t gpit1r = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPIT1R);
141 uint32_t gpit2r = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPIT2R);
146 GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPISR));
148 gpit1r, gpit2r, GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPCLKR));
165 ixp425_set_gpio(struct ixp425_softc *s
[all...]
H A Davila_led.c76 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev));
H A Dcambria_gpio.c96 extern struct ixp425_softc *ixp425_softc;
435 sc->sc_iot = ixp425_softc->sc_iot;
436 sc->sc_gpio_ioh = ixp425_softc->sc_gpio_ioh;
H A Dcambria_led.c81 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev));
H A Dixdp425_pci.c60 struct ixp425_softc *sc = device_get_softc(device_get_parent(dev));
H A Dixp425_iic.c74 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev));
H A Dixp425_timer.c104 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev));
H A Davila_ata.c85 ata_getconfig(struct ixp425_softc *sa)
158 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev));
173 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev));
H A Dixp425_pci.c65 extern struct ixp425_softc *ixp425_softc;
H A Dif_npe.c97 extern struct ixp425_softc *ixp425_softc;
326 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev));
489 error = bus_dma_tag_create(ixp425_softc->sc_dmat, 1, 0,
500 error = bus_dma_tag_create(ixp425_softc->sc_dmat, sizeof(uint32_t), 0,
740 error = bus_dma_tag_create(ixp425_softc->sc_dmat, sizeof(uint32_t), 0,
H A Davila_gpio.c304 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev));
H A Dixp425_qmgr.c215 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev));
H A Dixp425_npe.c284 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev));
/freebsd-10.1-release/sys/dev/cfi/
H A Dcfi_bus_ixp4xx.c57 struct ixp425_softc *sa =

Completed in 179 milliseconds