HomeSort by: relevance | last modified time | path
    Searched defs:saa (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/sys/arch/hppa/dev/
lpt_ssio.c 40 struct ssio_attach_args *saa = aux; local in function:lpt_ssio_match
42 if (strcmp(saa->saa_name, "lpt") != 0)
46 if (cf->ssiocf_irq != SSIO_UNK_IRQ && cf->ssiocf_irq != saa->saa_irq)
56 struct ssio_attach_args *saa = aux; local in function:lpt_ssio_attach
59 sc->sc_iot = saa->saa_iot;
60 if (bus_space_map(sc->sc_iot, saa->saa_iobase, LPT_NPORTS,
68 sc->sc_ih = ssio_intr_establish(IPL_TTY, saa->saa_irq,
lpt_ssio.c 40 struct ssio_attach_args *saa = aux; local in function:lpt_ssio_match
42 if (strcmp(saa->saa_name, "lpt") != 0)
46 if (cf->ssiocf_irq != SSIO_UNK_IRQ && cf->ssiocf_irq != saa->saa_irq)
56 struct ssio_attach_args *saa = aux; local in function:lpt_ssio_attach
59 sc->sc_iot = saa->saa_iot;
60 if (bus_space_map(sc->sc_iot, saa->saa_iobase, LPT_NPORTS,
68 sc->sc_ih = ssio_intr_establish(IPL_TTY, saa->saa_irq,
lpt_ssio.c 40 struct ssio_attach_args *saa = aux; local in function:lpt_ssio_match
42 if (strcmp(saa->saa_name, "lpt") != 0)
46 if (cf->ssiocf_irq != SSIO_UNK_IRQ && cf->ssiocf_irq != saa->saa_irq)
56 struct ssio_attach_args *saa = aux; local in function:lpt_ssio_attach
59 sc->sc_iot = saa->saa_iot;
60 if (bus_space_map(sc->sc_iot, saa->saa_iobase, LPT_NPORTS,
68 sc->sc_ih = ssio_intr_establish(IPL_TTY, saa->saa_irq,
com_ssio.c 55 struct ssio_attach_args *saa = aux; local in function:com_ssio_match
57 if (strcmp(saa->saa_name, "com") != 0)
61 if (cf->ssiocf_irq != SSIO_UNK_IRQ && cf->ssiocf_irq != saa->saa_irq)
72 struct ssio_attach_args *saa = aux; local in function:com_ssio_attach
80 iobase = saa->saa_iobase;
81 iot = saa->saa_iot;
107 sc_ssio->sc_ih = ssio_intr_establish(IPL_TTY, saa->saa_irq,
com_ssio.c 55 struct ssio_attach_args *saa = aux; local in function:com_ssio_match
57 if (strcmp(saa->saa_name, "com") != 0)
61 if (cf->ssiocf_irq != SSIO_UNK_IRQ && cf->ssiocf_irq != saa->saa_irq)
72 struct ssio_attach_args *saa = aux; local in function:com_ssio_attach
80 iobase = saa->saa_iobase;
81 iot = saa->saa_iot;
107 sc_ssio->sc_ih = ssio_intr_establish(IPL_TTY, saa->saa_irq,
com_ssio.c 55 struct ssio_attach_args *saa = aux; local in function:com_ssio_match
57 if (strcmp(saa->saa_name, "com") != 0)
61 if (cf->ssiocf_irq != SSIO_UNK_IRQ && cf->ssiocf_irq != saa->saa_irq)
72 struct ssio_attach_args *saa = aux; local in function:com_ssio_attach
80 iobase = saa->saa_iobase;
81 iot = saa->saa_iot;
107 sc_ssio->sc_ih = ssio_intr_establish(IPL_TTY, saa->saa_irq,
  /src/sys/arch/arm/imx/
imx51_spi.c 81 struct imxspi_attach_args saa; local in function:imxspi_attach
imx51_spi.c 81 struct imxspi_attach_args saa; local in function:imxspi_attach
imx51_spi.c 81 struct imxspi_attach_args saa; local in function:imxspi_attach
  /src/sys/arch/hp300/dev/
sgc.c 96 struct sgc_attach_args saa; local in function:sgcattach
129 memset(&saa, 0, sizeof(saa));
130 saa.saa_iot = bst;
131 saa.saa_slot = slot;
134 config_found(self, &saa, sgcprint, CFARGS_NONE);
141 struct sgc_attach_args *saa = aux; local in function:sgcprint
145 aprint_normal(" slot %d", saa->saa_slot);
sti_sgc.c 55 struct sgc_attach_args *saa = aux; local in function:sti_sgc_match
61 if (saa->saa_slot == sticonslot)
64 return sti_sgc_probe(saa->saa_iot, saa->saa_slot);
72 struct sgc_attach_args *saa = aux; local in function:sti_sgc_attach
80 bst = saa->saa_iot;
81 base = (bus_addr_t)sgc_slottopa(saa->saa_slot);
84 if (saa->saa_slot == sticonslot) {
sgc.c 96 struct sgc_attach_args saa; local in function:sgcattach
129 memset(&saa, 0, sizeof(saa));
130 saa.saa_iot = bst;
131 saa.saa_slot = slot;
134 config_found(self, &saa, sgcprint, CFARGS_NONE);
141 struct sgc_attach_args *saa = aux; local in function:sgcprint
145 aprint_normal(" slot %d", saa->saa_slot);
sti_sgc.c 55 struct sgc_attach_args *saa = aux; local in function:sti_sgc_match
61 if (saa->saa_slot == sticonslot)
64 return sti_sgc_probe(saa->saa_iot, saa->saa_slot);
72 struct sgc_attach_args *saa = aux; local in function:sti_sgc_attach
80 bst = saa->saa_iot;
81 base = (bus_addr_t)sgc_slottopa(saa->saa_slot);
84 if (saa->saa_slot == sticonslot) {
sgc.c 96 struct sgc_attach_args saa; local in function:sgcattach
129 memset(&saa, 0, sizeof(saa));
130 saa.saa_iot = bst;
131 saa.saa_slot = slot;
134 config_found(self, &saa, sgcprint, CFARGS_NONE);
141 struct sgc_attach_args *saa = aux; local in function:sgcprint
145 aprint_normal(" slot %d", saa->saa_slot);
sti_sgc.c 55 struct sgc_attach_args *saa = aux; local in function:sti_sgc_match
61 if (saa->saa_slot == sticonslot)
64 return sti_sgc_probe(saa->saa_iot, saa->saa_slot);
72 struct sgc_attach_args *saa = aux; local in function:sti_sgc_attach
80 bst = saa->saa_iot;
81 base = (bus_addr_t)sgc_slottopa(saa->saa_slot);
84 if (saa->saa_slot == sticonslot) {
  /src/sys/dev/ic/
pl181.c 113 struct sdmmcbus_attach_args saa; local in function:plmmc_init
139 memset(&saa, 0, sizeof(saa));
140 saa.saa_busname = "sdmmc";
141 saa.saa_sct = &plmmc_chip_functions;
142 saa.saa_sch = sc;
143 saa.saa_clkmin = 400;
144 saa.saa_clkmax = sc->sc_max_freq > 0 ?
146 saa.saa_caps = SMC_CAPS_4BIT_MODE;
148 sc->sc_sdmmc_dev = config_found(sc->sc_dev, &saa, NULL, CFARGS_NONE)
    [all...]
w83l518d_sdmmc.c 168 struct sdmmcbus_attach_args saa; local in function:wb_sdmmc_attach
179 memset(&saa, 0, sizeof(saa));
180 saa.saa_busname = "sdmmc";
181 saa.saa_sct = &wb_sdmmc_chip_functions;
182 saa.saa_sch = wb;
183 saa.saa_clkmin = 375;
184 saa.saa_clkmax = 24000;
186 saa.saa_caps = SMC_CAPS_4BIT_MODE;
188 wb->wb_sdmmc_dev = config_found(wb->wb_dev, &saa, NULL, CFARGS_NONE)
    [all...]
dwc_mmc.c 164 struct sdmmcbus_attach_args saa; local in function:dwc_mmc_attach_i
180 memset(&saa, 0, sizeof(saa));
181 saa.saa_busname = "sdmmc";
182 saa.saa_sct = &dwc_mmc_chip_functions;
183 saa.saa_sch = sc;
184 saa.saa_clkmin = 400;
185 saa.saa_clkmax = sc->sc_clock_freq / 1000;
186 saa.saa_dmat = sc->sc_dmat;
187 saa.saa_caps = SMC_CAPS_SD_HIGHSPEED
    [all...]
pl181.c 113 struct sdmmcbus_attach_args saa; local in function:plmmc_init
139 memset(&saa, 0, sizeof(saa));
140 saa.saa_busname = "sdmmc";
141 saa.saa_sct = &plmmc_chip_functions;
142 saa.saa_sch = sc;
143 saa.saa_clkmin = 400;
144 saa.saa_clkmax = sc->sc_max_freq > 0 ?
146 saa.saa_caps = SMC_CAPS_4BIT_MODE;
148 sc->sc_sdmmc_dev = config_found(sc->sc_dev, &saa, NULL, CFARGS_NONE)
    [all...]
w83l518d_sdmmc.c 168 struct sdmmcbus_attach_args saa; local in function:wb_sdmmc_attach
179 memset(&saa, 0, sizeof(saa));
180 saa.saa_busname = "sdmmc";
181 saa.saa_sct = &wb_sdmmc_chip_functions;
182 saa.saa_sch = wb;
183 saa.saa_clkmin = 375;
184 saa.saa_clkmax = 24000;
186 saa.saa_caps = SMC_CAPS_4BIT_MODE;
188 wb->wb_sdmmc_dev = config_found(wb->wb_dev, &saa, NULL, CFARGS_NONE)
    [all...]
  /src/sys/arch/arm/xscale/
pxa2x0_mci.c 192 struct sdmmcbus_attach_args saa; local in function:pxamci_attach_sub
299 memset(&saa, 0, sizeof(saa));
300 saa.saa_busname = "sdmmc";
301 saa.saa_sct = &pxamci_chip_functions;
302 saa.saa_sch = sc;
303 saa.saa_dmat = pxa->pxa_dmat;
304 saa.saa_clkmin = sc->sc_clkmin;
305 saa.saa_clkmax = sc->sc_clkmax;
306 saa.saa_caps = 0
    [all...]
pxa2x0_mci.c 192 struct sdmmcbus_attach_args saa; local in function:pxamci_attach_sub
299 memset(&saa, 0, sizeof(saa));
300 saa.saa_busname = "sdmmc";
301 saa.saa_sct = &pxamci_chip_functions;
302 saa.saa_sch = sc;
303 saa.saa_dmat = pxa->pxa_dmat;
304 saa.saa_clkmin = sc->sc_clkmin;
305 saa.saa_clkmax = sc->sc_clkmax;
306 saa.saa_caps = 0
    [all...]
  /src/sys/arch/evbsh3/t_sh7706lan/
scimci.c 201 struct sdmmcbus_attach_args saa; local in function:scimci_attach
226 memset(&saa, 0, sizeof(saa));
227 saa.saa_busname = "sdmmc";
228 saa.saa_sct = &scimci_chip_functions;
229 saa.saa_spi_sct = &scimci_spi_chip_functions;
230 saa.saa_sch = sc;
231 saa.saa_clkmin = 4000 / (LOW_SPEED + 1);
232 saa.saa_clkmax = 4000 / (MID_SPEED + 1);
233 saa.saa_caps = SMC_CAPS_SPI_MOD
    [all...]
ssumci.c 220 struct sdmmcbus_attach_args saa; local in function:ssumci_attach
234 memset(&saa, 0, sizeof(saa));
235 saa.saa_busname = "sdmmc";
236 saa.saa_sct = &ssumci_chip_functions;
237 saa.saa_spi_sct = &ssumci_spi_chip_functions;
238 saa.saa_sch = sc;
239 saa.saa_clkmin = 400;
240 saa.saa_clkmax = 400;
241 saa.saa_caps = SMC_CAPS_SPI_MOD
    [all...]
  /src/sys/dev/sdmmc/
sdmmc.c 106 struct sdmmcbus_attach_args *saa = (struct sdmmcbus_attach_args *)aux; local in function:sdmmc_match
108 if (strcmp(saa->saa_busname, cf->cf_name) == 0)
117 struct sdmmcbus_attach_args *saa = (struct sdmmcbus_attach_args *)aux; local in function:sdmmc_attach
124 sc->sc_sct = saa->saa_sct;
125 sc->sc_spi_sct = saa->saa_spi_sct;
126 sc->sc_sch = saa->saa_sch;
127 sc->sc_dmat = saa->saa_dmat;
128 sc->sc_clkmin = saa->saa_clkmin;
129 sc->sc_clkmax = saa->saa_clkmax;
132 sc->sc_caps = saa->saa_caps
432 struct sdmmc_attach_args saa; local in function:sdmmc_card_attach
    [all...]

Completed in 78 milliseconds

1 2 3 4