/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | mxs-auart.c | 371 REG_STAT, enumerator 387 [REG_STAT] = ASM9260_HW_STAT, 400 [REG_STAT] = AUART_STAT, 609 !(mxs_read(s, REG_STAT) & AUART_STAT_TXFF), in mxs_auart_tx_chars() 626 stat = mxs_read(s, REG_STAT); in mxs_auart_rx_char() 661 mxs_write(stat, s, REG_STAT); in mxs_auart_rx_char() 669 stat = mxs_read(s, REG_STAT); in mxs_auart_rx_chars() 675 mxs_write(stat, s, REG_STAT); in mxs_auart_rx_chars() 752 u32 stat = mxs_read(s, REG_STAT); in mxs_auart_get_mctrl() 829 stat = mxs_read(s, REG_STAT); in dma_rx_callback() [all...] |
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-zx2967.c | 24 #define REG_STAT 0x28 macro 97 status = zx2967_i2c_readl(i2c, REG_STAT); in zx2967_i2c_start_ctrl() 99 zx2967_i2c_writel(i2c, status, REG_STAT); in zx2967_i2c_start_ctrl() 202 status = zx2967_i2c_readl(i2c, REG_STAT); in zx2967_i2c_isr_clr() 204 zx2967_i2c_writel(i2c, status, REG_STAT); in zx2967_i2c_isr_clr() 212 status = zx2967_i2c_readl(i2c, REG_STAT) & I2C_INT_MASK; in zx2967_i2c_isr()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | mxs-auart.c | 373 REG_STAT, enumerator 389 [REG_STAT] = ASM9260_HW_STAT, 402 [REG_STAT] = AUART_STAT, 617 while (!(mxs_read(s, REG_STAT) & AUART_STAT_TXFF)) { in mxs_auart_tx_chars() 650 stat = mxs_read(s, REG_STAT); in mxs_auart_rx_char() 685 mxs_write(stat, s, REG_STAT); in mxs_auart_rx_char() 693 stat = mxs_read(s, REG_STAT); in mxs_auart_rx_chars() 699 mxs_write(stat, s, REG_STAT); in mxs_auart_rx_chars() 776 u32 stat = mxs_read(s, REG_STAT); in mxs_auart_get_mctrl() 853 stat = mxs_read(s, REG_STAT); in dma_rx_callback() [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ultra45_env.c | 29 #define REG_STAT 0x01UL macro 190 val = readb(p->regs + REG_STAT); in show_stat_bit() 206 val = readb(p->regs + REG_STAT); in show_fwver()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ultra45_env.c | 30 #define REG_STAT 0x01UL macro 191 val = readb(p->regs + REG_STAT); in show_stat_bit() 207 val = readb(p->regs + REG_STAT); in show_fwver()
|
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | eesox.c | 205 status = readb(reg_fas + (REG_STAT << EESOX_FAS216_SHIFT)); in eesoxscsi_buffer_in() 282 status = readb(reg_fas + (REG_STAT << EESOX_FAS216_SHIFT)); in eesoxscsi_buffer_out()
|
H A D | fas216.h | 55 #define REG_STAT (4) macro
|
H A D | fas216.c | 158 stat = fas216_readb(info, REG_STAT); in fas216_dumpstate() 1171 stat = fas216_readb(info, REG_STAT); in fas216_wait_cmd() 1637 stat = fas216_readb(info, REG_STAT); in fas216_intr() 2306 if (fas216_readb(info, REG_STAT) & STAT_INT) { in fas216_noqueue_command_lck() 2580 while (fas216_readb(info, REG_STAT) & STAT_INT) in fas216_eh_bus_reset()
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | eesox.c | 209 status = readb(reg_fas + (REG_STAT << EESOX_FAS216_SHIFT)); in eesoxscsi_buffer_in() 286 status = readb(reg_fas + (REG_STAT << EESOX_FAS216_SHIFT)); in eesoxscsi_buffer_out()
|
H A D | fas216.h | 55 #define REG_STAT (4) macro
|
H A D | fas216.c | 161 stat = fas216_readb(info, REG_STAT); in fas216_dumpstate() 1176 stat = fas216_readb(info, REG_STAT); in fas216_wait_cmd() 1643 stat = fas216_readb(info, REG_STAT); in fas216_intr() 2308 if (fas216_readb(info, REG_STAT) & STAT_INT) { in fas216_noqueue_command_lck() 2582 while (fas216_readb(info, REG_STAT) & STAT_INT) in fas216_eh_bus_reset()
|