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

/freebsd-13-stable/sys/dev/usb/serial/
H A Dumcs.h177 #define MCS7840_DEV_SPx_CLOCK_MASK 0x70 /* Mask to extract Baud CLK macro
H A Dumcs.c1048 if (divisor == 0 || (clk & MCS7840_DEV_SPx_CLOCK_MASK) != clk) {
1058 data &= MCS7840_DEV_SPx_CLOCK_MASK;

Completed in 38 milliseconds