Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/rtc/
Drtc-x1205.c390 static const unsigned char probe_zero_pattern[] = { in x1205_validate_client() local
414 for (i = 0; i < ARRAY_SIZE(probe_zero_pattern); i += 2) { in x1205_validate_client()
417 unsigned char addr[2] = { 0, probe_zero_pattern[i] }; in x1205_validate_client()
437 __func__, probe_zero_pattern[i]); in x1205_validate_client()
442 if ((buf & probe_zero_pattern[i+1]) != 0) { in x1205_validate_client()
445 __func__, probe_zero_pattern[i], i, buf); in x1205_validate_client()