Searched refs:ixp425_softc (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/sys/arm/xscale/ixp425/ |
| HD | cambria_exp_space.c | 59 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 …]
|
| HD | ixp425.c | 68 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 …]
|
| HD | ixp425var.h | 54 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 *);
|
| HD | cambria_gpio.c | 98 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()
|
| HD | avila_led.c | 76 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in led_avila_attach()
|
| HD | avila_ata.c | 85 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()
|
| HD | cambria_led.c | 81 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in led_attach()
|
| HD | ixp425_pci.c | 66 extern struct ixp425_softc *ixp425_softc;
|
| HD | ixp425_timer.c | 105 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in ixpclk_attach()
|
| HD | ixdp425_pci.c | 60 struct ixp425_softc *sc = device_get_softc(device_get_parent(dev)); in ixp425_md_attach()
|
| HD | ixp425_iic.c | 74 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in ixpiic_attach()
|
| HD | if_npe.c | 97 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()
|
| HD | avila_gpio.c | 309 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in avila_gpio_attach()
|
| HD | ixp425_qmgr.c | 214 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in ixpqmgr_attach()
|
| HD | ixp425_npe.c | 283 struct ixp425_softc *sa = device_get_softc(device_get_parent(dev)); in ixpnpe_attach()
|
| /NextBSD/sys/dev/cfi/ |
| HD | cfi_bus_ixp4xx.c | 57 struct ixp425_softc *sa = in cfi_ixp4xx_probe()
|