Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
HDusb_serial.c111 static int ucom_pps_mode; variable
114 &ucom_pps_mode, 0, "pulse capturing mode - 0/1/2 - disabled/CTS/DCD");
115 TUNABLE_INT("hw.usb.ucom.pss_mode", &ucom_pps_mode);
1537 switch(ucom_pps_mode) { in ucom_cfg_status_change()