/src/sys/arch/sgimips/hpc/ |
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...] |
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,
|
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...] |
hpcdma.c | 66 hpcdma_init(struct hpc_attach_args *haa, struct hpc_dma_softc *sc, int ndesc) 71 sc->sc_bst = haa->ha_st; 72 sc->sc_dmat = haa->ha_dmat; 76 if (bus_space_subregion(haa->ha_st, haa->ha_sh, haa->ha_dmaoff,
|
if_sq.c | 178 struct hpc_attach_args *haa = aux; local in function:sq_attach 182 sc->sc_hpct = haa->ha_st; 183 sc->hpc_regs = haa->hpc_regs; /* HPC register definitions */ 185 if ((err = bus_space_subregion(haa->ha_st, haa->ha_sh, 186 haa->ha_dmaoff, sc->hpc_regs->enet_regs_size, 192 sc->sc_regt = haa->ha_st; 193 if ((err = bus_space_subregion(haa->ha_st, haa->ha_sh, 194 haa->ha_devoff, sc->hpc_regs->enet_devregs_size [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/arch/evbppc/wii/dev/ |
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...] |
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,
|
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,
|
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,
|
/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);
|
/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/dev/hpc/ |
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]);
|
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);
|
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]);
|
/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/hpcmips/vr/ |
vrgiu.c | 198 struct hpcio_attach_args haa; local in function:vrgiu_attach 267 haa.haa_busname = HPCIO_BUSNAME; 268 haa.haa_sc = sc; 269 haa.haa_getchip = vrgiu_getchip; 270 haa.haa_iot = sc->sc_iot; 271 while (config_found(self, &haa, vrgiu_print, 287 struct hpcio_attach_args haa; local in function:vrgiu_callback 289 haa.haa_busname = "vrisab"; 290 haa.haa_sc = sc; 291 haa.haa_getchip = vrgiu_getchip [all...] |
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/sgimips/dev/ |
zs.c | 212 struct hpc_attach_args *haa = aux; local in function:zs_hpc_attach 222 zsc->zsc_bustag = haa->ha_st; 223 if ((err = bus_space_subregion(haa->ha_st, haa->ha_sh, 224 haa->ha_devoff, 0x10, 334 cpu_intr_establish(haa->ha_irq, IPL_TTY, zshard, NULL);
|