Home
last modified time | relevance | path

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

/sound/isa/sb/
Dsb16_csp.c560 unsigned char csp_test1, csp_test2; in csp_detect() local
569 csp_test1 = read_register(chip, 0x83); in csp_detect()
570 set_register(chip, 0x83, ~csp_test1); in csp_detect()
572 if (csp_test2 != (csp_test1 ^ 0xff)) in csp_detect()
575 set_register(chip, 0x83, csp_test1); in csp_detect()
577 if (csp_test2 != csp_test1) in csp_detect()