Home
last modified time | relevance | path

Searched refs:ctrl_map (Results 1 – 6 of 6) sorted by relevance

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