Searched refs:xtosb_val (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/rtc/
H A Drtc-isl1208.c188 static int isl1208_set_xtoscb(struct i2c_client *client, int sr, int xtosb_val) argument
191 if (!!(sr & ISL1208_REG_SR_XTOSCB) == xtosb_val)
194 if (xtosb_val)
848 int xtosb_val = 0; local
879 xtosb_val = 1;
900 xtosb_val = !xtosb_val;
902 rc = isl1208_set_xtoscb(client, sr, xtosb_val);

Completed in 225 milliseconds