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

  /src/sys/dev/ic/
isp_stds.h 51 uint8_t d_id[3]; member in struct:__anona583cb230108
  /src/sys/dev/i2c/
dbcool.c 1862 uint8_t c_id, d_id, r_id; local in function:dbcool_chip_ident
1866 d_id = dc->dc_readreg(dc, DBCOOL_DEVICEID_REG);
1877 if ((c_id == 0) && (d_id == 0) && (r_id == 0)) {
1885 d_id = dc->dc_readreg(dc, DBCOOL_DEVICEID_REG);
1891 (d_id == chip_table[i].device ||
1899 aprint_debug("dbcool_chip_ident: addr 0x%02x c_id 0x%02x d_id 0x%02x"
1900 " r_id 0x%02x: No match.\n", dc->dc_addr, c_id, d_id,

Completed in 13 milliseconds