/src/sys/dev/ic/ |
isp_stds.h | 51 uint8_t d_id[3]; member in struct:__anona583cb230108
|
isp_target.c | 1023 /* Channel has to derived from D_ID */ 1024 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr.d_id[2]; 1031 isp_prt(isp, ISP_LOGWARN, "%s: D_ID 0x%x not found on any channel", __func__, did);
|
isp_library.c | 1917 ISP_IOZGET_8(isp, &src->d_id[0], dst->d_id[0]); 1918 ISP_IOZGET_8(isp, &src->d_id[1], dst->d_id[1]); 1919 ISP_IOZGET_8(isp, &src->d_id[2], dst->d_id[2]);
|
/src/sys/dev/i2c/ |
dbcool.c | 1858 uint8_t c_id, d_id, r_id; local in function:dbcool_chip_ident 1862 d_id = dc->dc_readreg(dc, DBCOOL_DEVICEID_REG); 1873 if ((c_id == 0) && (d_id == 0) && (r_id == 0)) { 1881 d_id = dc->dc_readreg(dc, DBCOOL_DEVICEID_REG); 1887 (d_id == chip_table[i].device || 1895 aprint_debug("dbcool_chip_ident: addr 0x%02x c_id 0x%02x d_id 0x%02x" 1896 " r_id 0x%02x: No match.\n", dc->dc_addr, c_id, d_id,
|