Searched refs:TW_COMMAND_QUEUE_REG_ADDR (Results 1 – 4 of 4) sorted by relevance
256 #define TW_COMMAND_QUEUE_REG_ADDR(x) (x->base_addr + 0x8) macro
373 outl(command_que_value, TW_COMMAND_QUEUE_REG_ADDR(tw_dev)); in tw_post_command_packet()610 outl(command_que_value, TW_COMMAND_QUEUE_REG_ADDR(tw_dev)); in tw_aen_read_queue()750 outl(command_que_value, TW_COMMAND_QUEUE_REG_ADDR(tw_dev)); in tw_aen_drain_queue()1111 outl(command_que_value, TW_COMMAND_QUEUE_REG_ADDR(tw_dev)); in tw_initconnection()1180 outl(command_que_value, TW_COMMAND_QUEUE_REG_ADDR(tw_dev)); in tw_setfeature()
451 #define TW_COMMAND_QUEUE_REG_ADDR(x) (sizeof(dma_addr_t) > 4 ? ((unsigned char __iomem *)x->base_ad… macro
1580 writel((u32)command_que_value, TW_COMMAND_QUEUE_REG_ADDR(tw_dev)); in twa_post_command_packet()1581 writel((u32)((u64)command_que_value >> 32), TW_COMMAND_QUEUE_REG_ADDR(tw_dev) + 0x4); in twa_post_command_packet()1583 writel(TW_COMMAND_OFFSET + command_que_value, TW_COMMAND_QUEUE_REG_ADDR(tw_dev)); in twa_post_command_packet()