Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dzs.c318 static unsigned int zs_raw_get_ab_mctrl(struct zs_port *zport_a, in zs_raw_get_ab_mctrl() function
339 return zport != zport_a ? zs_raw_get_ab_mctrl(zport_a, zport) : 0; in zs_raw_get_mctrl()
362 mctrl |= zs_raw_get_ab_mctrl(zport_a, zport) & mmask; in zs_raw_xor_mctrl()