Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme_show.c111 ALLOC_CACHE_ALIGN_BUFFER(char, buf_ctrl, sizeof(struct nvme_id_ctrl)); in nvme_print_info()
112 struct nvme_id_ctrl *ctrl = (struct nvme_id_ctrl *)buf_ctrl; in nvme_print_info()
/openbmc/linux/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()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.h103 __le32 buf_ctrl; member