OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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[]
1878
for (i = 0;
chip_table
[i].company != 0; i++)
1879
if ((SMSC_COMPANYID ==
chip_table
[i].company) &&
1880
(EMC6D103S_DEVICEID ==
chip_table
[i].device)) {
1881
dc->dc_chip = &
chip_table
[i];
1889
for (i = 0;
chip_table
[i].company != 0; i++)
1890
if ((c_id ==
chip_table
[i].company) &&
1891
(d_id ==
chip_table
[i].device ||
1892
chip_table
[i].device == 0xff) &&
1893
(r_id ==
chip_table
[i].rev |
[
all
...]
dbcool.c
665
struct chip_id
chip_table
[] = {
variable in typeref:struct:chip_id[]
1878
for (i = 0;
chip_table
[i].company != 0; i++)
1879
if ((SMSC_COMPANYID ==
chip_table
[i].company) &&
1880
(EMC6D103S_DEVICEID ==
chip_table
[i].device)) {
1881
dc->dc_chip = &
chip_table
[i];
1889
for (i = 0;
chip_table
[i].company != 0; i++)
1890
if ((c_id ==
chip_table
[i].company) &&
1891
(d_id ==
chip_table
[i].device ||
1892
chip_table
[i].device == 0xff) &&
1893
(r_id ==
chip_table
[i].rev |
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025