Home | History | Annotate | Download | only in hpc

Lines Matching defs:hd

399 	const struct hpc_device *hd;
515 hd = (hpctype == 3) ? hpc3_devices : hpc1_devices;
516 for (; hd->hd_name != NULL; hd++) {
517 if (!(hd->hd_sysmask & sysmask) || hd->hd_base != sc->sc_base)
520 ha.ha_name = hd->hd_name;
521 ha.ha_devoff = hd->hd_devoff;
522 ha.ha_dmaoff = hd->hd_dmaoff;
523 ha.ha_irq = hd->hd_irq;