Home
last modified time | relevance | path

Searched refs:buf_ctrl (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme_show.c112 ALLOC_CACHE_ALIGN_BUFFER(char, buf_ctrl, sizeof(struct nvme_id_ctrl)); in nvme_print_info()
113 struct nvme_id_ctrl *ctrl = (struct nvme_id_ctrl *)buf_ctrl; in nvme_print_info()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dcyclades.c920 struct BUF_CTRL __iomem *buf_ctrl = info->u.cyz.buf_ctrl; in cyz_handle_rx() local
932 rx_get = new_rx_get = readl(&buf_ctrl->rx_get); in cyz_handle_rx()
933 rx_put = readl(&buf_ctrl->rx_put); in cyz_handle_rx()
934 rx_bufsize = readl(&buf_ctrl->rx_bufsize); in cyz_handle_rx()
935 rx_bufaddr = readl(&buf_ctrl->rx_bufaddr); in cyz_handle_rx()
989 rx_put = readl(&buf_ctrl->rx_put); in cyz_handle_rx()
994 if (char_count >= readl(&buf_ctrl->rx_threshold) && in cyz_handle_rx()
1002 cy_writel(&buf_ctrl->rx_get, new_rx_get); in cyz_handle_rx()
1007 struct BUF_CTRL __iomem *buf_ctrl = info->u.cyz.buf_ctrl; in cyz_handle_tx() local
1020 tx_get = readl(&buf_ctrl->tx_get); in cyz_handle_tx()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dcyclades.h129 struct BUF_CTRL __iomem *buf_ctrl; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcyclades.h488 struct BUF_CTRL buf_ctrl[MAX_CHAN]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcyclades.h488 struct BUF_CTRL buf_ctrl[MAX_CHAN]; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcyclades.h488 struct BUF_CTRL buf_ctrl[MAX_CHAN]; member
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dsi2165.c290 u8 buf_ctrl[4] = { 0x00, 0x00, 0x00, 0xc0 }; in si2165_upload_firmware_block() local
323 buf_ctrl[0] = wordcount - 1; in si2165_upload_firmware_block()
325 ret = si2165_write(state, REG_DCOM_CONTROL_BYTE, buf_ctrl, 4); in si2165_upload_firmware_block()
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dgadget.h102 __le32 buf_ctrl; member
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dgadget.h102 __le32 buf_ctrl; member