Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dmxuport.c156 #define MX_PORTS_MASK GENMASK(3, 0) macro
158 #define MX_PORTS(n) (((n) - MX_PORTS_OFFSET) & MX_PORTS_MASK)
943 if (features & MX_PORTS_MASK) { in mxuport_calc_num_ports()
944 num_ports = (features & MX_PORTS_MASK) + MX_PORTS_OFFSET; in mxuport_calc_num_ports()