Searched refs:writeq_be (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | main.c | 300 writeq_be(rrin, &afu->host_map->ioarrin); in context_reset() 363 writeq_be((u64)&cmd->rcb, &afu->host_map->ioarrin); in send_cmd() 921 writeq_be(cmdcfg, &fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_online() 937 writeq_be(cmdcfg, &fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_offline() 1035 writeq_be(wwpn, &fc_regs[FC_PNAME / 8]); in afu_set_wwpn() 1073 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset() 1090 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset() 1153 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_mask); in afu_err_intr_init() 1159 writeq_be(reg, &afu->afu_map->global.regs.afu_ctrl); in afu_err_intr_init() 1161 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_clear); in afu_err_intr_init() [all …]
|
D | vlun.c | 829 writeq_be(lli->lun_id[0], &agm->fc_port[0][lind]); in cxlflash_restore_luntable() 830 writeq_be(lli->lun_id[1], &agm->fc_port[1][lind]); in cxlflash_restore_luntable() 836 writeq_be(lli->lun_id[chan], &agm->fc_port[chan][lind]); in cxlflash_restore_luntable() 882 writeq_be(lli->lun_id[0], &agm->fc_port[0][lind]); in init_luntable() 883 writeq_be(lli->lun_id[1], &agm->fc_port[1][lind]); in init_luntable() 899 writeq_be(lli->lun_id[chan], &agm->fc_port[chan][lind]); in init_luntable()
|
D | superpipe.c | 260 writeq_be(val, &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() 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()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | io-defs.h | 19 DEF_PCI_AC_NORET(writeq_be, (u64 val, PCI_IO_ADDR addr), (val, addr), mem, addr)
|
/linux-4.4.14/arch/mips/include/asm/ |
D | io.h | 478 #define writeq_be(val, addr) \ in BUILDIO_MEM() macro
|