Searched refs:csp_test1 (Results 1 – 1 of 1) sorted by relevance
546 unsigned char csp_test1, csp_test2; in csp_detect() local555 csp_test1 = read_register(chip, 0x83); in csp_detect()556 set_register(chip, 0x83, ~csp_test1); in csp_detect()558 if (csp_test2 != (csp_test1 ^ 0xff)) in csp_detect()561 set_register(chip, 0x83, csp_test1); in csp_detect()563 if (csp_test2 != csp_test1) in csp_detect()