stat_ctrl          51 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 	__le16		stat_ctrl;
stat_ctrl          95 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 		tmp = readw(&i2c->regs->rx_fifo.stat_ctrl);
stat_ctrl          96 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 		writew(tmp & ~FIFO_IRQEN, &i2c->regs->rx_fifo.stat_ctrl);
stat_ctrl         103 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 		tmp = readw(&i2c->regs->tx_fifo.stat_ctrl);
stat_ctrl         104 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 		writew(tmp & ~FIFO_IRQEN, &i2c->regs->tx_fifo.stat_ctrl);
stat_ctrl         125 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 	writew(FIFO_RESET, &i2c->regs->tx_fifo.stat_ctrl);
stat_ctrl         126 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 	writew(FIFO_RESET, &i2c->regs->rx_fifo.stat_ctrl);
stat_ctrl         127 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 	writew(0x800, &i2c->regs->tx_fifo.stat_ctrl);
stat_ctrl         128 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 	writew(0x800, &i2c->regs->rx_fifo.stat_ctrl);
stat_ctrl         135 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 		(readw(&i2c->regs->tx_fifo.stat_ctrl) & 0x3f);
stat_ctrl         148 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 		writew(readw(&i2c->regs->tx_fifo.stat_ctrl) | FIFO_IRQEN,
stat_ctrl         149 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 			&i2c->regs->tx_fifo.stat_ctrl);
stat_ctrl         156 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 	u32 fifo_size = readw(&i2c->regs->rx_fifo.stat_ctrl) & 0x3f;
stat_ctrl         172 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 		writew(readw(&i2c->regs->rx_fifo.stat_ctrl) | FIFO_IRQEN,
stat_ctrl         173 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 			&i2c->regs->rx_fifo.stat_ctrl);
stat_ctrl         196 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 		writew(FIFO_IRQEN | readw(&i2c->regs->rx_fifo.stat_ctrl),
stat_ctrl         197 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 			&i2c->regs->rx_fifo.stat_ctrl);