Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgap/
Ddgap.c6660 uint true_count; in dgap_tty_init() local
6673 true_count = readw((vaddr + NCHAN)); in dgap_tty_init()
6683 if (true_count != brd->nasync) { in dgap_tty_init()
6686 brd->name, brd->nasync, true_count); in dgap_tty_init()
6689 (true_count == 64 || true_count == 0)) { in dgap_tty_init()
6696 brd->nasync = true_count; in dgap_tty_init()