HomeSort by: relevance | last modified time | path
    Searched defs:cz_dev (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
cz.c 153 device_t cz_dev; /* generic device info */ member in struct:cz_softc
299 cz->cz_dev = self;
306 aprint_error_dev(cz->cz_dev, "unable to map PLX registers\n");
312 aprint_error_dev(cz->cz_dev, "unable to map device window\n");
351 aprint_error_dev(cz->cz_dev, "unable to establish interrupt");
357 aprint_normal_dev(cz->cz_dev, "interrupting at %s\n", intrstr);
364 aprint_normal_dev(cz->cz_dev,
400 aprint_error_dev(cz->cz_dev,
408 aprint_error_dev(cz->cz_dev,
418 (device_unit(cz->cz_dev) * ZFIRM_MAX_CHANNELS) + i)
    [all...]

Completed in 11 milliseconds