Searched refs:writeq_be (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/scsi/cxlflash/ |
D | main.c | 253 writeq_be(val, reset_reg); in context_reset() 333 writeq_be((u64)&cmd->rcb, &hwq->host_map->ioarrin); in send_cmd_ioarrin() 375 writeq_be((u64)hwq->hsq_curr, &hwq->host_map->sq_tail); in send_cmd_sq() 877 writeq_be(reg, &fc_port_regs[FC_CONFIG2 / 8]); in notify_shutdown() 1102 writeq_be(cmdcfg, &fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_online() 1118 writeq_be(cmdcfg, &fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_offline() 1206 writeq_be(wwpn, &fc_regs[FC_PNAME / 8]); in afu_set_wwpn() 1238 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset() 1255 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset() 1281 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_mask); in afu_err_intr_init() [all …]
|
D | superpipe.c | 274 writeq_be(val, &ctrl_map->ctx_cap); in afu_attach() 287 writeq_be(val, &ctrl_map->lisn_ea[i]); in afu_attach() 292 writeq_be(SISL_LISN_PASID(val, val), &ctrl_map->lisn_pasid[0]); in afu_attach() 293 writeq_be(SISL_LISN_PASID(0UL, val), &ctrl_map->lisn_pasid[1]); in afu_attach() 297 writeq_be((u64)ctxi->rht_start, &ctrl_map->rht_start); in afu_attach() 299 writeq_be(val, &ctrl_map->rht_cnt_id); in afu_attach() 760 writeq_be(0, &ctxi->ctrl_map->rht_start); in destroy_context() 761 writeq_be(0, &ctxi->ctrl_map->rht_cnt_id); in destroy_context() 762 writeq_be(0, &ctxi->ctrl_map->ctx_cap); in destroy_context()
|
D | vlun.c | 851 writeq_be(lli->lun_id[k], &fc_port_luns[lind]); in cxlflash_restore_luntable() 929 writeq_be(lli->lun_id[k], &fc_port_luns[lind]); in init_luntable() 947 writeq_be(lli->lun_id[chan], &fc_port_luns[lind]); in init_luntable()
|
/linux-6.12.1/drivers/misc/ocxl/ |
D | mmio.c | 96 writeq_be(val, (char *)afu->global_mmio_ptr + offset); in ocxl_global_mmio_write64() 157 writeq_be(tmp, (char *)afu->global_mmio_ptr + offset); in ocxl_global_mmio_set64() 220 writeq_be(tmp, (char *)afu->global_mmio_ptr + offset); in ocxl_global_mmio_clear64()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | io.h | 799 writeq_be(val, addr); in iowrite64be() 805 writeq_be(val, addr); in iowrite64be_lo_hi() 811 writeq_be(val, addr); in iowrite64be_hi_lo() 926 #define mmio_write64be(val, addr) writeq_be(val, addr)
|
D | io-defs.h | 20 DEF_PCI_AC_NORET(writeq_be, (u64 val, PCI_IO_ADDR addr), (val, addr), mem, addr)
|
/linux-6.12.1/arch/mips/include/asm/ |
D | io.h | 389 #define writeq_be(val, addr) \ macro
|