Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Ddz.c811 unsigned short csr, tcr, trdy, mask; in dz_console_putchar() local
825 trdy = dz_in(dport, DZ_CSR); in dz_console_putchar()
826 if (!(trdy & DZ_TRDY)) in dz_console_putchar()
828 trdy = (trdy & DZ_TLINE) >> 8; in dz_console_putchar()
829 if (trdy == dport->port.line) in dz_console_putchar()
831 mask &= ~(1 << trdy); in dz_console_putchar()
/Linux-v6.6/drivers/thermal/qcom/
Dtsens.c785 int last_temp = 0, ret, trdy; in get_temp_common() local
791 ret = regmap_field_read(priv->rf[TRDY], &trdy); in get_temp_common()
794 if (!trdy) in get_temp_common()