Searched refs:cz_ih (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dcz.c159 void *cz_ih; /* interrupt handle */ member in struct:cz_softc
343 cz->cz_ih = NULL;
347 cz->cz_ih = pci_intr_establish_xname(pa->pa_pc, ih, IPL_TTY,
350 if (cz->cz_ih == NULL) {
360 if (cz->cz_ih == NULL) {
928 if ((--cz->cz_nopenchan == 0) && (cz->cz_ih == NULL)) {
974 if ((cz->cz_nopenchan++ == 0) && (cz->cz_ih == NULL)) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A DMakefile95 cz_ih.o \

Completed in 266 milliseconds