Searched refs:CMD_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance
402 #define CMD_BUFFER_SIZE 0x28 macro542 u8 b[CMD_BUFFER_SIZE]; in pctv452e_rc_query()
200 #define CMD_BUFFER_SIZE 8192 macro
511 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()
754 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()