Home
last modified time | relevance | path

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

/drivers/tty/serial/
Ddz.c809 unsigned short csr, tcr, trdy, mask; in dz_console_putchar() local
823 trdy = dz_in(dport, DZ_CSR); in dz_console_putchar()
824 if (!(trdy & DZ_TRDY)) in dz_console_putchar()
826 trdy = (trdy & DZ_TLINE) >> 8; in dz_console_putchar()
827 if (trdy == dport->port.line) in dz_console_putchar()
829 mask &= ~(1 << trdy); in dz_console_putchar()
/drivers/thermal/qcom/
Dtsens-8960.c251 u32 code, trdy; in get_temp_8960() local
257 ret = regmap_read(priv->tm_map, INT_STATUS_ADDR, &trdy); in get_temp_8960()
260 if (!(trdy & TRDY_MASK)) in get_temp_8960()