Searched refs:stat_ctrl (Results 1 – 4 of 4) sorted by relevance
51 __le16 stat_ctrl; member95 tmp = readw(&i2c->regs->rx_fifo.stat_ctrl); in netup_i2c_interrupt()96 writew(tmp & ~FIFO_IRQEN, &i2c->regs->rx_fifo.stat_ctrl); in netup_i2c_interrupt()103 tmp = readw(&i2c->regs->tx_fifo.stat_ctrl); in netup_i2c_interrupt()104 writew(tmp & ~FIFO_IRQEN, &i2c->regs->tx_fifo.stat_ctrl); in netup_i2c_interrupt()125 writew(FIFO_RESET, &i2c->regs->tx_fifo.stat_ctrl); in netup_i2c_reset()126 writew(FIFO_RESET, &i2c->regs->rx_fifo.stat_ctrl); in netup_i2c_reset()127 writew(0x800, &i2c->regs->tx_fifo.stat_ctrl); in netup_i2c_reset()128 writew(0x800, &i2c->regs->rx_fifo.stat_ctrl); in netup_i2c_reset()135 (readw(&i2c->regs->tx_fifo.stat_ctrl) & 0x3f); in netup_i2c_fifo_tx()[all …]
47 bool stat_ctrl; member
64 stall->stat_ctrl = in isp_get_state()
456 stall.stat_ctrl); in ia_css_debug_dump_isp_state()