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

  /src/sys/dev/ic/
cy.c 183 int port, cy_chip, num_chips, cdu, chip; local in function:cy_attach
191 num_chips = sc->sc_nchips;
192 if (num_chips == 0)
198 for (cy_chip = 0, chip = 0; cy_chip < num_chips; cy_chip++,
cy.c 183 int port, cy_chip, num_chips, cdu, chip; local in function:cy_attach
191 num_chips = sc->sc_nchips;
192 if (num_chips == 0)
198 for (cy_chip = 0, chip = 0; cy_chip < num_chips; cy_chip++,
cy.c 183 int port, cy_chip, num_chips, cdu, chip; local in function:cy_attach
191 num_chips = sc->sc_nchips;
192 if (num_chips == 0)
198 for (cy_chip = 0, chip = 0; cy_chip < num_chips; cy_chip++,

Completed in 73 milliseconds