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

  /src/sys/dev/ic/
cy.c 1354 u_int waitcnt = 5 * 8 * 1024; /* approx 5 ms */ local in function:cd1400_channel_cmd
1361 while (cd_read_reg(sc, cy->cy_chip, CD1400_CCR) != 0 && waitcnt-- > 0);
1363 if (waitcnt == 0)
cy.c 1354 u_int waitcnt = 5 * 8 * 1024; /* approx 5 ms */ local in function:cd1400_channel_cmd
1361 while (cd_read_reg(sc, cy->cy_chip, CD1400_CCR) != 0 && waitcnt-- > 0);
1363 if (waitcnt == 0)

Completed in 23 milliseconds