buf_ctrl          290 drivers/media/dvb-frontends/si2165.c 	u8 buf_ctrl[4] = { 0x00, 0x00, 0x00, 0xc0 };
buf_ctrl          323 drivers/media/dvb-frontends/si2165.c 		buf_ctrl[0] = wordcount - 1;
buf_ctrl          325 drivers/media/dvb-frontends/si2165.c 		ret = si2165_write(state, REG_DCOM_CONTROL_BYTE, buf_ctrl, 4);
buf_ctrl          920 drivers/tty/cyclades.c 	struct BUF_CTRL __iomem *buf_ctrl = info->u.cyz.buf_ctrl;
buf_ctrl          932 drivers/tty/cyclades.c 	rx_get = new_rx_get = readl(&buf_ctrl->rx_get);
buf_ctrl          933 drivers/tty/cyclades.c 	rx_put = readl(&buf_ctrl->rx_put);
buf_ctrl          934 drivers/tty/cyclades.c 	rx_bufsize = readl(&buf_ctrl->rx_bufsize);
buf_ctrl          935 drivers/tty/cyclades.c 	rx_bufaddr = readl(&buf_ctrl->rx_bufaddr);
buf_ctrl          989 drivers/tty/cyclades.c 	rx_put = readl(&buf_ctrl->rx_put);
buf_ctrl          994 drivers/tty/cyclades.c 	if (char_count >= readl(&buf_ctrl->rx_threshold) &&
buf_ctrl         1002 drivers/tty/cyclades.c 	cy_writel(&buf_ctrl->rx_get, new_rx_get);
buf_ctrl         1007 drivers/tty/cyclades.c 	struct BUF_CTRL __iomem *buf_ctrl = info->u.cyz.buf_ctrl;
buf_ctrl         1020 drivers/tty/cyclades.c 	tx_get = readl(&buf_ctrl->tx_get);
buf_ctrl         1021 drivers/tty/cyclades.c 	tx_put = readl(&buf_ctrl->tx_put);
buf_ctrl         1022 drivers/tty/cyclades.c 	tx_bufsize = readl(&buf_ctrl->tx_bufsize);
buf_ctrl         1023 drivers/tty/cyclades.c 	tx_bufaddr = readl(&buf_ctrl->tx_bufaddr);
buf_ctrl         1080 drivers/tty/cyclades.c 	cy_writel(&buf_ctrl->tx_put, tx_put);
buf_ctrl         1906 drivers/tty/cyclades.c 		struct BUF_CTRL __iomem *buf_ctrl = info->u.cyz.buf_ctrl;
buf_ctrl         1910 drivers/tty/cyclades.c 		tx_get = readl(&buf_ctrl->tx_get);
buf_ctrl         1911 drivers/tty/cyclades.c 		tx_put = readl(&buf_ctrl->tx_put);
buf_ctrl         1912 drivers/tty/cyclades.c 		tx_bufsize = readl(&buf_ctrl->tx_bufsize);
buf_ctrl         3086 drivers/tty/cyclades.c 			info->u.cyz.buf_ctrl = &zfw_ctrl->buf_ctrl[channel];
buf_ctrl          102 drivers/usb/cdns3/gadget.h 	__le32 buf_ctrl;
buf_ctrl          129 include/linux/cyclades.h 			struct BUF_CTRL __iomem	*buf_ctrl;
buf_ctrl          488 include/uapi/linux/cyclades.h 	struct BUF_CTRL		buf_ctrl[MAX_CHAN];