Searched refs:cy_chip (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | cy.c | 109 int cy_chip, chip_offs; in cy_probe_common() local 124 for (cy_chip = 0, chip_offs = 0; in cy_probe_common() 125 cy_chip < CY_MAX_CD1400s; in cy_probe_common() 126 cy_chip++, chip_offs += (CY_CD1400_MEMSPACING << bustype)) { in cy_probe_common() 131 if (cy_chip == 4) in cy_probe_common() 136 cy_chip, chip_offs); in cy_probe_common() 159 if (cy_chip == 4 && in cy_probe_common() 206 int card, port, cy_chip, num_chips, cdu, chip_offs, cy_clock; local 219 for (cy_chip = 0, chip_offs = 0; 220 cy_chip < num_chips; [all …]
|