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

/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_os.c106 int bt848_amsound = 0; /* hard-wire AM sound at 6.5 Hz (france), variable
119 SYSCTL_INT(_hw_bt848, OID_AUTO, amsound, CTLFLAG_RW, &bt848_amsound, 0, "");
639 if (bt848_amsound != -1) {
640 if ((bt848_amsound >> 8) == unit ) {
641 bktr->amsound = (bt848_amsound & 0xff);

Completed in 30 milliseconds