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

1 2

  /src/sys/arch/evbppc/wii/dev/
ohci_hollywood.c 68 struct hollywood_attach_args *haa = aux; local in function:ohci_hollywood_attach
77 sc->iot = haa->haa_bst;
78 error = bus_space_map(sc->iot, haa->haa_addr, sc->sc_size, 0, &sc->ioh);
95 hollywood_intr_establish(haa->haa_irq, IPL_USB, ohci_intr, sc,
ehci_hollywood.c 67 struct hollywood_attach_args *haa = aux; local in function:ehci_hollywood_attach
78 sc->iot = haa->haa_bst;
79 if (bus_space_map(sc->iot, haa->haa_addr, sc->sc_size, 0, &sc->ioh)) {
94 hollywood_intr_establish(haa->haa_irq, IPL_USB, ehci_intr, sc,
resetbtn.c 64 struct hollywood_attach_args *haa = aux; local in function:resetbtn_attach
84 hollywood_intr_establish(haa->haa_irq, IPL_HIGH, resetbtn_intr, smpsw,
sdhc_hollywood.c 68 struct hollywood_attach_args *haa = aux; local in function:sdhc_hollywood_attach
81 bst = haa->haa_bst;
82 if (bus_space_map(bst, haa->haa_addr, SDHC_SIZE, 0, &bsh)) {
93 hollywood_intr_establish(haa->haa_irq, IPL_SDMMC, sdhc_intr,
hollywood.c 112 struct hollywood_attach_args haa; local in function:hollywood_search
114 haa.haa_bst = hollywood_maa.maa_bst;
115 haa.haa_dmat = hollywood_maa.maa_dmat;
117 haa.haa_addr = cf->cf_loc[HOLLYWOODCF_ADDR];
119 haa.haa_addr = 0;
121 haa.haa_irq = cf->cf_loc[HOLLYWOODCF_IRQ];
123 if (config_probe(parent, cf, &haa)) {
124 config_attach(parent, cf, &haa, hollywood_print,
134 struct hollywood_attach_args *haa = aux; local in function:hollywood_print
140 if (haa->haa_addr != 0)
    [all...]
  /src/sys/arch/hpcmips/tx/
txioman.c 70 struct hpcio_attach_args haa; local in function:txioman_callback
72 haa.haa_busname = HPCIO_BUSNAME;
73 haa.haa_sc = tx_conf_get_tag();
74 haa.haa_getchip = tx_conf_reference_ioman;
75 haa.haa_iot = 0; /* not needed for TX */
77 config_found(self, &haa, txioman_print, CFARGS_NONE);
  /src/sys/dev/hpc/
hpcioman.c 60 struct hpcio_attach_args *haa = aux; local in function:hpcioman_match
63 if (strcmp(haa->haa_busname, HPCIO_BUSNAME))
83 struct hpcio_attach_args *haa = aux; local in function:hpcioman_search
87 hma.hma_hc = (*haa->haa_getchip)(haa->haa_sc, cf->cf_iochip);
button.c 75 struct hpcio_attach_args *haa = aux; local in function:button_match
78 if (strcmp(haa->haa_busname, HPCIO_BUSNAME))
89 struct hpcio_attach_args *haa = aux; local in function:button_attach
95 sc->sc_hc = (*haa->haa_getchip)(haa->haa_sc, loc[HPCIOIFCF_IOCHIP]);
pwctl.c 96 struct hpcio_attach_args *haa = aux; local in function:pwctl_match
99 if (strcmp(haa->haa_busname, HPCIO_BUSNAME))
112 struct hpcio_attach_args *haa = aux; local in function:pwctl_attach
117 sc->sc_hc = (*haa->haa_getchip)(haa->haa_sc, loc[HPCIOIFCF_IOCHIP]);
hpckbd.c 151 struct hpckbd_attach_args *haa = aux; local in function:hpckbd_attach
153 struct hpckbd_ic_if *ic = haa->haa_ic;
  /src/sys/arch/sgimips/hpc/
button.c 89 struct hpc_attach_args *haa; local in function:button_attach
93 haa = aux;
94 sc->sc_tag = haa->ha_st;
98 if (bus_space_subregion(haa->ha_st, haa->ha_sh, haa->ha_devoff,
105 if ((cpu_intr_establish(haa->ha_irq, IPL_BIO,
pckbc_hpc.c 87 struct hpc_attach_args *haa = aux; local in function:pckbc_hpc_attach
93 msc->sc_irq = haa->ha_irq;
100 if (pckbc_is_console(haa->ha_st, MIPS_KSEG1_TO_PHYS(haa->ha_sh +
101 haa->ha_devoff))) {
106 if (bus_space_subregion(haa->ha_st, haa->ha_sh,
107 haa->ha_devoff + KBDATAP, 1, &ioh_d) ||
108 bus_space_subregion(haa->ha_st, haa->ha_sh
    [all...]
wdsc.c 99 struct hpc_attach_args *haa = aux; local in function:wdsc_match
101 if (strcmp(haa->ha_name, cf->cf_name) == 0) {
104 reset = MIPS_PHYS_TO_KSEG1(haa->ha_sh + haa->ha_dmaoff +
105 haa->hpc_regs->scsi0_ctl);
106 asr = MIPS_PHYS_TO_KSEG1(haa->ha_sh + haa->ha_devoff);
114 *(volatile uint32_t *)reset = haa->hpc_regs->scsi_dmactl_reset;
122 if (haa->hpc_regs->revision == 3) {
142 struct hpc_attach_args *haa = aux local in function:wdsc_attach
    [all...]
haltwo.c 262 struct hpc_attach_args *haa; local in function:haltwo_match
265 haa = aux;
266 if (strcmp(haa->ha_name, cf->cf_name))
269 if ( platform.badaddr((void *)(vaddr_t)(haa->ha_sh + haa->ha_devoff),
274 (void *)(vaddr_t)(haa->ha_sh + haa->ha_devoff + HAL2_REG_CTL_REV),
278 rev = *(uint32_t *)MIPS_PHYS_TO_KSEG1(haa->ha_sh + haa->ha_devoff +
292 struct hpc_attach_args *haa; local in function:haltwo_attach
    [all...]
pi1ppc.c 175 struct hpc_attach_args *haa; local in function:pi1ppc_attach
179 haa = aux;
180 sc->sc_iot = haa->ha_st;
182 if (bus_space_subregion(haa->ha_st, haa->ha_sh, haa->ha_devoff,
  /src/sys/arch/hpcarm/dev/
epsonlcd.c 104 struct hpcfb_attach_args haa; local in function:epsonlcd_attach
136 haa.ha_console = 1; /* Always console */
137 haa.ha_accessops = &epsonlcd_ha;
138 haa.ha_accessctx = sc;
139 haa.ha_curfbconf = 0;
140 haa.ha_nfbconf = 1;
141 haa.ha_fbconflist = &sc->sc_fb;
142 haa.ha_curdspconf = 0;
143 haa.ha_ndspconf = 1;
144 haa.ha_dspconflist = &sc->sc_dsp
    [all...]
j720kbd.c 109 struct hpckbd_attach_args haa; local in function:j720kbd_attach
128 haa.haa_ic = &sc->sc_chip->scc_if;
129 config_found(self, &haa, hpckbd_print, CFARGS_NONE);
nbpkbd.c 105 struct hpckbd_attach_args haa; local in function:nbpkbd_attach
123 haa.haa_ic = &sc->sc_if;
124 config_found(self, &haa, hpckbd_print, CFARGS_NONE);
wzero3_kbd.c 264 struct hpckbd_attach_args haa; local in function:wzero3kbd_attach
352 haa.haa_ic = &sc->sc_if;
353 config_found(self, &haa, hpckbd_print, CFARGS_NONE);
  /src/sys/arch/hpcmips/dev/
com_hpcio.c 276 struct hpcio_attach_args *haa = aux; local in function:com_hpcio_probe
277 bus_space_tag_t iot = haa->haa_iot;
300 struct hpcio_attach_args *haa = aux; local in function:com_hpcio_attach
309 if ((com_hpcio_cniot == haa->haa_iot ||
310 com_hpcio_cniot->bs_base == haa->haa_iot) &&
314 if (com_hpcio_cniot->bs_base == haa->haa_iot)
317 com_hpcio_common_probe(haa->haa_iot, addr, &alignment);
321 com_hpcio_iot_init(iot, haa->haa_iot);
323 iot = haa->haa_iot;
338 hsc->hsc_hc = (*haa->haa_getchip)(haa->haa_sc, loc[HPCIOIFCF_IOCHIP])
    [all...]
m38813c.c 98 struct hpckbd_attach_args haa; local in function:m38813c_attach
123 haa.haa_ic = &sc->sc_chip->scc_if;
125 config_found(self, &haa, hpckbd_print, CFARGS_NONE);
tc5165buf.c 109 struct hpckbd_attach_args haa; local in function:tc5165buf_attach
148 haa.haa_ic = &sc->sc_chip->scc_if;
150 config_found(self, &haa, hpckbd_print, CFARGS_NONE);
  /src/sys/arch/hpcmips/vr/
vrkiu.c 140 struct hpckbd_attach_args haa; local in function:vrkiuattach
177 haa.haa_ic = &sc->sc_chip->kc_if;
178 config_found(self, &haa, hpckbd_print, CFARGS_NONE);
  /src/sys/arch/hpcmips/isa/
isa_machdep.c 117 struct hpcio_attach_args *haa = aux; local in function:vrisabmatch
121 if (strcmp(haa->haa_busname, match->cf_name))
137 struct hpcio_attach_args *haa = aux; local in function:vrisabattach
144 sc->sc_hc = (*haa->haa_getchip)(haa->haa_sc, VRIP_IOCHIP_VRGIU);
154 (struct bus_space_tag_hpcmips *)haa->haa_iot, "ISA mem",
162 (struct bus_space_tag_hpcmips *)haa->haa_iot, "ISA port",
  /src/sys/arch/hpcsh/dev/
pfckbd.c 133 struct hpckbd_attach_args haa; local in function:pfckbd_attach
143 haa.haa_ic = &pfckbd_core.pc_if; /* tell hpckbd our interface */
144 config_found(self, &haa, hpckbd_print, CFARGS_NONE);

Completed in 68 milliseconds

1 2