Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/isa/sb/
H A Dsb16_csp.c546 unsigned char csp_test1, csp_test2; in csp_detect() local
557 csp_test2 = read_register(chip, 0x83); in csp_detect()
558 if (csp_test2 != (csp_test1 ^ 0xff)) in csp_detect()
562 csp_test2 = read_register(chip, 0x83); in csp_detect()
563 if (csp_test2 != csp_test1) in csp_detect()
/kernel/linux/linux-6.6/sound/isa/sb/
H A Dsb16_csp.c548 unsigned char csp_test1, csp_test2; in csp_detect() local
559 csp_test2 = read_register(chip, 0x83); in csp_detect()
560 if (csp_test2 != (csp_test1 ^ 0xff)) in csp_detect()
564 csp_test2 = read_register(chip, 0x83); in csp_detect()
565 if (csp_test2 != csp_test1) in csp_detect()

Completed in 5 milliseconds