Home
last modified time | relevance | path

Searched refs:CMD_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/drivers/media/usb/dvb-usb/
Dpctv452e.c402 #define CMD_BUFFER_SIZE 0x28 macro
542 u8 b[CMD_BUFFER_SIZE]; in pctv452e_rc_query()
/drivers/iommu/
Damd_iommu_types.h200 #define CMD_BUFFER_SIZE 8192 macro
Damd_iommu_init.c511 get_order(CMD_BUFFER_SIZE)); in alloc_command_buffer()
551 free_pages((unsigned long)iommu->cmd_buf, get_order(CMD_BUFFER_SIZE)); in free_command_buffer()
Damd_iommu.c754 tail = (tail + sizeof(*cmd)) % CMD_BUFFER_SIZE; in copy_cmd_to_buffer()
926 next_tail = (tail + sizeof(*cmd)) % CMD_BUFFER_SIZE; in iommu_queue_command_sync()
927 left = (head - next_tail) % CMD_BUFFER_SIZE; in iommu_queue_command_sync()