Home
last modified time | relevance | path

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

/linux/sound/isa/sb/
H A Dsb16_csp.c542 unsigned char csp_test1, csp_test2; in csp_detect() local
551 csp_test2 = read_register(chip, 0x83); in csp_detect()
552 if (csp_test2 != (csp_test1 ^ 0xff)) in csp_detect()
556 csp_test2 = read_register(chip, 0x83); in csp_detect()
557 if (csp_test2 != csp_test1) in csp_detect()