Home
last modified time | relevance | path

Searched refs:REG_STAT (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/tty/serial/
Dmxs-auart.c371 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 …]
/linux-6.6.21/drivers/hwmon/
Dultra45_env.c30 #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()
/linux-6.6.21/drivers/scsi/arm/
Dfas216.h55 #define REG_STAT (4) macro
Deesox.c209 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()
Dfas216.c161 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()