Lines Matching defs:reg
99 HDF_LOGE("%s: read reg %d fail", __func__, CS1262_FIFO_STATE_REG);
162 HDF_LOGE("%s: reg unlock failed", __func__);
170 HDF_LOGE("%s: reg lock failed", __func__);
250 HDF_LOGE("%s: reg unlock failed", __func__);
273 HDF_LOGE("%s: reg lock failed", __func__);
285 HDF_LOGE("%s: reg unlock failed", __func__);
299 HDF_LOGE("%s: reg unlock failed", __func__);
317 uint16_t reg = cfgData->sensorCfg.sensorAttr.chipIdReg;
322 if ((Cs1262ReadRegs(reg, ®Read, 1) == HDF_SUCCESS) && (regRead == val)) {
328 HDF_LOGE("%s: cs1262 read chip id fail, reg=%u!", __func__, reg);