Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgap/
Ddgap.c6753 uint true_count; in dgap_tty_init() local
6766 true_count = readw((vaddr + NCHAN)); in dgap_tty_init()
6776 if (true_count != brd->nasync) { in dgap_tty_init()
6779 brd->name, brd->nasync, true_count); in dgap_tty_init()
6782 (true_count == 64 || true_count == 0)) { in dgap_tty_init()
6789 brd->nasync = true_count; in dgap_tty_init()