Searched refs:ctrl_map (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/s390/char/
H A Ddefkeymap.c49 static u_short ctrl_map[NR_KEYS] = { variable
89 ctrl_map, shift_ctrl_map, NULL,
/linux-4.4.14/drivers/scsi/cxlflash/
H A Dsuperpipe.c253 struct sisl_ctrl_map __iomem *ctrl_map = ctxi->ctrl_map; afu_attach() local
258 readq_be(&ctrl_map->mbox_r); afu_attach()
260 writeq_be(val, &ctrl_map->ctx_cap); afu_attach()
261 val = readq_be(&ctrl_map->ctx_cap); afu_attach()
270 writeq_be((u64)ctxi->rht_start, &ctrl_map->rht_start); afu_attach()
272 writeq_be(val, &ctrl_map->rht_cnt_id); afu_attach()
729 if (afu->afu_map && ctxi->ctrl_map) { destroy_context()
730 writeq_be(0, &ctxi->ctrl_map->rht_start); destroy_context()
731 writeq_be(0, &ctxi->ctrl_map->rht_cnt_id); destroy_context()
732 writeq_be(0, &ctxi->ctrl_map->ctx_cap); destroy_context()
786 ctxi->ctrl_map = &afu->afu_map->ctrls[ctxid].ctrl; create_context()
1219 ctxi->ctrl_map = NULL; cxlflash_mark_contexts_error()
1532 ctxi->ctrl_map = &afu->afu_map->ctrls[ctxid].ctrl; recover_context()
1668 reg = readq_be(&afu->ctrl_map->mbox_r); cxlflash_afu_recover()
H A Dcommon.h166 struct sisl_ctrl_map __iomem *ctrl_map; /* MC control map */ member in struct:afu
H A Dsuperpipe.h93 struct sisl_ctrl_map __iomem *ctrl_map; /* initialized at startup */ member in struct:ctx_info
H A Dmain.c1467 struct sisl_ctrl_map __iomem *ctrl_map; init_pcr() local
1471 ctrl_map = &afu->afu_map->ctrls[i].ctrl; init_pcr()
1474 writeq_be(0, &ctrl_map->rht_start); init_pcr()
1475 writeq_be(0, &ctrl_map->rht_cnt_id); init_pcr()
1476 writeq_be(0, &ctrl_map->ctx_cap); init_pcr()
1482 afu->ctrl_map = &afu->afu_map->ctrls[afu->ctx_hndl].ctrl; init_pcr()
1567 (void)readq_be(&afu->ctrl_map->mbox_r); /* unlock ctx_cap */ init_global()
1571 &afu->ctrl_map->ctx_cap); init_global()

Completed in 235 milliseconds