Lines Matching refs:busaddr
753 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); in set_performant_mode()
774 c->busaddr |= 1 | (h->ioaccel1_blockFetchTable[c->Header.SGList] << 1) | in set_ioaccel1_performant_mode()
792 c->busaddr |= (h->ioaccel2_blockFetchTable[cp->sg_count]); in set_ioaccel2_performant_mode()
832 writel(c->busaddr, h->vaddr + SA5_REQUEST_PORT_OFFSET); in enqueue_cmd_and_start_io()
836 writel(c->busaddr, h->vaddr + IOACCEL2_INBOUND_POSTQ_32); in enqueue_cmd_and_start_io()
3390 c->busaddr = (u32) h->ioaccel_cmd_pool_dhandle + in hpsa_scsi_ioaccel1_queue_command()
3392 BUG_ON(c->busaddr & 0x0000007F); in hpsa_scsi_ioaccel1_queue_command()
3545 c->busaddr = (u32) h->ioaccel2_cmd_pool_dhandle + in hpsa_scsi_ioaccel2_queue_command()
3547 BUG_ON(c->busaddr & 0x0000007F); in hpsa_scsi_ioaccel2_queue_command()
3609 cp->err_ptr = cpu_to_le64(c->busaddr + in hpsa_scsi_ioaccel2_queue_command()
4717 c->busaddr = (u32) cmd_dma_handle; in cmd_alloc()
6590 h->reply_queue[i].head, h->reply_queue[i].busaddr); in hpsa_free_reply_queues()
6592 h->reply_queue[i].busaddr = 0; in hpsa_free_reply_queues()
7263 writel(h->reply_queue[i].busaddr, in hpsa_enter_performant_mode()
7486 &(h->reply_queue[i].busaddr)); in hpsa_put_ctlr_into_performant_mode()