/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,
|
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,
|
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,
|
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);
|
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);
|
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]);
|
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]);
|
/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...] |
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...] |
/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);
|
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...] |