Home
last modified time | relevance | path

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

/NextBSD/sys/arm/xscale/ixp425/
HDcambria_exp_space.c59 struct ixp425_softc *sc; /* bus space tag */
74 enable_16(struct ixp425_softc *sc, bus_size_t cs) in enable_16()
80 disable_16(struct ixp425_softc *sc, bus_size_t cs) in disable_16()
89 struct ixp425_softc *sc = exp->sc; in cambria_bs_r_1()
102 struct ixp425_softc *sc = exp->sc; in cambria_bs_w_1()
113 struct ixp425_softc *sc = exp->sc; in cambria_bs_r_2()
128 struct ixp425_softc *sc = exp->sc; in cambria_bs_w_2()
142 struct ixp425_softc *sc = exp->sc; in cambria_bs_rm_2()
156 struct ixp425_softc *sc = exp->sc; in cambria_bs_wm_2()
172 struct ixp425_softc *sc = exp->sc; in cambria_bs_rm_2_s()
[all …]
HDixp425.c68 struct ixp425_softc *ixp425_softc = NULL; variable
138 uint32_t gpoutr = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR); in DB_SHOW_COMMAND()
139 uint32_t gpoer = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOER); in DB_SHOW_COMMAND()
140 uint32_t gpinr = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPINR); in DB_SHOW_COMMAND()
141 uint32_t gpit1r = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPIT1R); in DB_SHOW_COMMAND()
142 uint32_t gpit2r = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPIT2R); in DB_SHOW_COMMAND()
147 GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPISR)); in DB_SHOW_COMMAND()
149 gpit1r, gpit2r, GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPCLKR)); in DB_SHOW_COMMAND()
166 ixp425_set_gpio(struct ixp425_softc *sc, int pin, int type) in ixp425_set_gpio()
302 struct ixp425_softc *sc; in ixp425_attach()
[all …]
HDixp425var.h54 struct ixp425_softc { struct
67 void ixp425_set_gpio(struct ixp425_softc *sc, int pin, int type); argument
103 void cambria_exp_bus_init(struct ixp425_softc *);
HDcambria_gpio.c98 extern struct ixp425_softc *ixp425_softc;
439 sc->sc_iot = ixp425_softc->sc_iot; in cambria_gpio_attach()
440 sc->sc_gpio_ioh = ixp425_softc->sc_gpio_ioh; in cambria_gpio_attach()
HDavila_led.c76 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in led_avila_attach()
HDavila_ata.c85 ata_getconfig(struct ixp425_softc *sa) in ata_getconfig()
158 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in ata_avila_probe()
173 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in ata_avila_attach()
HDcambria_led.c81 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in led_attach()
HDixp425_pci.c66 extern struct ixp425_softc *ixp425_softc;
HDixp425_timer.c105 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in ixpclk_attach()
HDixdp425_pci.c60 struct ixp425_softc *sc = device_get_softc(device_get_parent(dev)); in ixp425_md_attach()
HDixp425_iic.c74 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in ixpiic_attach()
HDif_npe.c97 extern struct ixp425_softc *ixp425_softc;
322 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in npe_attach()
485 error = bus_dma_tag_create(ixp425_softc->sc_dmat, 1, 0, in npe_dma_setup()
496 error = bus_dma_tag_create(ixp425_softc->sc_dmat, sizeof(uint32_t), 0, in npe_dma_setup()
738 error = bus_dma_tag_create(ixp425_softc->sc_dmat, sizeof(uint32_t), 0, in npe_activate()
HDavila_gpio.c309 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in avila_gpio_attach()
HDixp425_qmgr.c214 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in ixpqmgr_attach()
HDixp425_npe.c283 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in ixpnpe_attach()
/NextBSD/sys/dev/cfi/
HDcfi_bus_ixp4xx.c57 struct ixp425_softc *sa = in cfi_ixp4xx_probe()