Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Ddz.c830 unsigned short csr, tcr, trdy, mask; in dz_console_putchar() local
844 trdy = dz_in(dport, DZ_CSR); in dz_console_putchar()
845 if (!(trdy & DZ_TRDY)) in dz_console_putchar()
847 trdy = (trdy & DZ_TLINE) >> 8; in dz_console_putchar()
848 if (trdy == dport->port.line) in dz_console_putchar()
850 mask &= ~(1 << trdy); in dz_console_putchar()
/linux/drivers/thermal/qcom/
H A Dtsens.c829 int last_temp = 0, ret, trdy;
835 ret = regmap_field_read(priv->rf[TRDY], &trdy); in dbg_version_show()
838 if (!trdy) in dbg_version_show()
786 int last_temp = 0, ret, trdy; get_temp_common() local