Home
last modified time | relevance | path

Searched refs:ccid (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/siba/
HDsiba.c164 uint16_t ccid; in siba_probe() local
194 ccid = ((idhi & 0x8ff0) >> 4); in siba_probe()
198 device_printf(dev, " chipcore id = %08x\n", ccid); in siba_probe()
204 if (ccid != SIBA_DEVID_CHIPCOMMON) { in siba_probe()