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

  /src/sys/dev/i2c/
dbcool.c 665 struct chip_id chip_table[] = { variable in typeref:struct:chip_id[]
1874 for (i = 0; chip_table[i].company != 0; i++)
1875 if ((SMSC_COMPANYID == chip_table[i].company) &&
1876 (EMC6D103S_DEVICEID == chip_table[i].device)) {
1877 dc->dc_chip = &chip_table[i];
1885 for (i = 0; chip_table[i].company != 0; i++)
1886 if ((c_id == chip_table[i].company) &&
1887 (d_id == chip_table[i].device ||
1888 chip_table[i].device == 0xff) &&
1889 (r_id == chip_table[i].rev |
    [all...]
dbcool.c 665 struct chip_id chip_table[] = { variable in typeref:struct:chip_id[]
1874 for (i = 0; chip_table[i].company != 0; i++)
1875 if ((SMSC_COMPANYID == chip_table[i].company) &&
1876 (EMC6D103S_DEVICEID == chip_table[i].device)) {
1877 dc->dc_chip = &chip_table[i];
1885 for (i = 0; chip_table[i].company != 0; i++)
1886 if ((c_id == chip_table[i].company) &&
1887 (d_id == chip_table[i].device ||
1888 chip_table[i].device == 0xff) &&
1889 (r_id == chip_table[i].rev |
    [all...]

Completed in 26 milliseconds