Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Ddz.c810 unsigned short csr, tcr, trdy, mask; in dz_console_putchar() local
824 trdy = dz_in(dport, DZ_CSR); in dz_console_putchar()
825 if (!(trdy & DZ_TRDY)) in dz_console_putchar()
827 trdy = (trdy & DZ_TLINE) >> 8; in dz_console_putchar()
828 if (trdy == dport->port.line) in dz_console_putchar()
830 mask &= ~(1 << trdy); in dz_console_putchar()
/linux-6.12.1/drivers/thermal/qcom/
Dtsens.c786 int last_temp = 0, ret, trdy; in get_temp_common() local
792 ret = regmap_field_read(priv->rf[TRDY], &trdy); in get_temp_common()
795 if (!trdy) in get_temp_common()