Home
last modified time | relevance | path

Searched refs:probe_zero_pattern (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/rtc/
Drtc-x1205.c354 static const unsigned char probe_zero_pattern[] = { in x1205_validate_client() local
378 for (i = 0; i < ARRAY_SIZE(probe_zero_pattern); i += 2) { in x1205_validate_client()
381 unsigned char addr[2] = { 0, probe_zero_pattern[i] }; in x1205_validate_client()
391 __func__, probe_zero_pattern[i]); in x1205_validate_client()
396 if ((buf & probe_zero_pattern[i+1]) != 0) { in x1205_validate_client()
399 __func__, probe_zero_pattern[i], i, buf); in x1205_validate_client()