Searched refs:trdy (Results 1 – 2 of 2) sorted by relevance
810 unsigned short csr, tcr, trdy, mask; in dz_console_putchar() local824 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()
786 int last_temp = 0, ret, trdy; in get_temp_common() local792 ret = regmap_field_read(priv->rf[TRDY], &trdy); in get_temp_common()795 if (!trdy) in get_temp_common()