Lines Matching refs:host_map
288 room = readq_be(&afu->host_map->cmd_room); in context_reset()
300 writeq_be(rrin, &afu->host_map->ioarrin); in context_reset()
302 rrin = readq_be(&afu->host_map->ioarrin); in context_reset()
337 room = readq_be(&afu->host_map->cmd_room); in send_cmd()
363 writeq_be((u64)&cmd->rcb, &afu->host_map->ioarrin); in send_cmd()
1189 writeq_be(SISL_MSI_SYNC_ERROR, &afu->host_map->ctx_ctrl); in afu_err_intr_init()
1190 writeq_be(SISL_ISTATUS_MASK, &afu->host_map->intr_mask); in afu_err_intr_init()
1206 reg = readq_be(&afu->host_map->intr_status); in cxlflash_sync_err_irq()
1218 writeq_be(reg_unmasked, &afu->host_map->intr_clear); in cxlflash_sync_err_irq()
1481 afu->host_map = &afu->afu_map->hosts[afu->ctx_hndl].host; in init_pcr()
1485 writeq_be(SISL_ENDIAN_CTRL, &afu->host_map->endian_ctrl); in init_pcr()
1517 writeq_be((u64) afu->hrrq_start, &afu->host_map->rrq_start); in init_global()
1518 writeq_be((u64) afu->hrrq_end, &afu->host_map->rrq_end); in init_global()
1759 atomic64_set(&afu->room, readq_be(&afu->host_map->cmd_room)); in init_afu()
2334 atomic64_set(&afu->room, readq_be(&afu->host_map->cmd_room)); in cxlflash_worker_thread()