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