/src/sys/arch/evbppc/wii/dev/ |
hollywood.h | 34 int haa_irq; member in struct:hollywood_attach_args
|
hollywood.c | 121 haa.haa_irq = cf->cf_loc[HOLLYWOODCF_IRQ]; 143 if (haa->haa_irq != HOLLYWOODCF_IRQ_DEFAULT) { 144 aprint_normal(" irq %d", haa->haa_irq);
|
resetbtn.c | 84 hollywood_intr_establish(haa->haa_irq, IPL_HIGH, resetbtn_intr, smpsw,
|
ohci_hollywood.c | 95 hollywood_intr_establish(haa->haa_irq, IPL_USB, ohci_intr, sc,
|
ehci_hollywood.c | 94 hollywood_intr_establish(haa->haa_irq, IPL_USB, ehci_intr, sc,
|
sdhc_hollywood.c | 93 hollywood_intr_establish(haa->haa_irq, IPL_SDMMC, sdhc_intr,
|
di.c | 224 hollywood_intr_establish(haa->haa_irq, IPL_BIO, di_intr, sc,
|