zl10353_read
if ((rv = zl10353_read(zl, ZL10353_REG_ID, &val)) != 0)
static int zl10353_read(struct zl10353 *, uint8_t, uint8_t *);
if (zl10353_read(zl, ZL10353_REG_STATUS_LOCK, &val) == 0) {
if (zl10353_read(zl, ZL10353_REG_STATUS_SYNC, &val) == 0) {
if (zl10353_read(zl, ZL10353_REG_STATUS_SIGNAL, &val) == 0) {
if (zl10353_read(zl, ZL10353_REG_SIGSTR_1, &val1) != 0)
if (zl10353_read(zl, ZL10353_REG_SIGSTR_2, &val2) != 0)
if (zl10353_read(zl, ZL10353_REG_SNR, &val) != 0)