Searched refs:trdy (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | dz.c | 809 unsigned short csr, tcr, trdy, mask; in dz_console_putchar() local 823 trdy = dz_in(dport, DZ_CSR); in dz_console_putchar() 824 if (!(trdy & DZ_TRDY)) in dz_console_putchar() 826 trdy = (trdy & DZ_TLINE) >> 8; in dz_console_putchar() 827 if (trdy == dport->port.line) in dz_console_putchar() 829 mask &= ~(1 << trdy); in dz_console_putchar()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | dz.c | 811 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()
|
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
H A D | tsens-8960.c | 251 u32 code, trdy; in get_temp_8960() local 257 ret = regmap_read(priv->tm_map, INT_STATUS_ADDR, &trdy); in get_temp_8960() 260 if (!(trdy & TRDY_MASK)) in get_temp_8960()
|
/kernel/linux/linux-6.6/drivers/thermal/qcom/ |
H A D | tsens.c | 785 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()
|
Completed in 5 milliseconds