Lines Matching refs:dma_addr_t
446 #define TW_COMMAND_QUEUE_REG_ADDR(x) (sizeof(dma_addr_t) > 4 ? ((unsigned char __iomem *)x->base_ad…
471 #define TW_COMMAND_SIZE (sizeof(dma_addr_t) > 4 ? 5 : 4)
472 #define TW_APACHE_MAX_SGL_LENGTH (sizeof(dma_addr_t) > 4 ? 72 : 109)
473 #define TW_ESCALADE_MAX_SGL_LENGTH (sizeof(dma_addr_t) > 4 ? 41 : 62)
474 #define TW_PADDING_LENGTH (sizeof(dma_addr_t) > 4 ? 8 : 0)
475 #define TW_CPU_TO_SGL(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x))
481 dma_addr_t address;
502 dma_addr_t padding;
507 dma_addr_t padding2;
642 dma_addr_t generic_buffer_phys[TW_Q_LENGTH];
644 dma_addr_t command_packet_phys[TW_Q_LENGTH];