Searched refs:compatchan (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/cobalt/stand/boot/
H A Dpciide.c42 int i, compatchan = 0; local
47 compatchan = *unit / PCIIDE_CHANNEL_NDEV;
48 if (compatchan >= PCIIDE_NUM_CHANNELS)
52 DPRINTF(("[pciide] unit: %d, channel: %d\n", *unit, compatchan));
58 PCIIDE_COMPAT_CMD_BASE(compatchan));
60 PCIIDE_COMPAT_CTL_BASE(compatchan));
H A Dwdvar.h57 uint8_t compatchan; member in struct:wdc_channel
H A Dwdc.c244 printf("wd%d: error %x\n", chp->compatchan,
290 printf("wd%d: error %x\n", chp->compatchan,
/netbsd-current/sys/dev/pci/
H A Dhptide.c111 int i, compatchan, revision; local
209 compatchan = i;
227 compatchan = 0;
229 compatchan = 1;
243 pciide_mapregs_compat(pa, cp, compatchan);
H A Dpciide_common.c285 struct pciide_channel *cp, int compatchan)
295 if (bus_space_map(wdr->cmd_iot, PCIIDE_COMPAT_CMD_BASE(compatchan),
304 if (bus_space_map(wdr->ctl_iot, PCIIDE_COMPAT_CTL_BASE(compatchan),
945 struct pciide_channel *cp, int compatchan)
952 pa, compatchan, pciide_compat_intr, cp);
966 int compatchan)
972 sc->sc_pc, compatchan, cp->ih);
284 pciide_mapregs_compat(const struct pci_attach_args *pa, struct pciide_channel *cp, int compatchan) argument
944 pciide_map_compat_intr(const struct pci_attach_args *pa, struct pciide_channel *cp, int compatchan) argument
965 pciide_unmap_compat_intr(pci_chipset_tag_t pc, struct pciide_channel *cp, int compatchan) argument
/netbsd-current/sys/arch/mmeye/stand/boot/
H A Dwdvar.h55 uint8_t compatchan; member in struct:wdc_channel
H A Dwdc.c281 printf("wd%d: error %x\n", chp->compatchan,
327 printf("wd%d: error %x\n", chp->compatchan,

Completed in 116 milliseconds