Searched refs:trdy (Results 1 – 2 of 2) sorted by relevance
812 unsigned short csr, tcr, trdy, mask; in dz_console_putchar() local826 trdy = dz_in(dport, DZ_CSR); in dz_console_putchar()827 if (!(trdy & DZ_TRDY)) in dz_console_putchar()829 trdy = (trdy & DZ_TLINE) >> 8; in dz_console_putchar()830 if (trdy == dport->port.line) in dz_console_putchar()832 mask &= ~(1 << trdy); in dz_console_putchar()
632 int last_temp = 0, ret, trdy; in get_temp_common() local638 ret = regmap_field_read(priv->rf[TRDY], &trdy); in get_temp_common()641 if (!trdy) in get_temp_common()