Home
last modified time | relevance | path

Searched refs:readq_be (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/misc/ocxl/
Dmmio.c45 *val = readq_be((char *)afu->global_mmio_ptr + offset); in ocxl_global_mmio_read64()
155 tmp = readq_be((char *)afu->global_mmio_ptr + offset); in ocxl_global_mmio_set64()
218 tmp = readq_be((char *)afu->global_mmio_ptr + offset); in ocxl_global_mmio_clear64()
/linux-6.12.1/drivers/scsi/cxlflash/
Dmain.c255 val = readq_be(reset_reg); in context_reset()
320 room = readq_be(&hwq->host_map->cmd_room); in send_cmd_ioarrin()
382 readq_be(&hwq->host_map->sq_head), in send_cmd_sq()
383 readq_be(&hwq->host_map->sq_tail)); in send_cmd_sq()
875 reg = readq_be(&fc_port_regs[FC_CONFIG2 / 8]); in notify_shutdown()
889 status = readq_be(&fc_port_regs[FC_STATUS / 8]); in notify_shutdown()
1099 cmdcfg = readq_be(&fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_online()
1115 cmdcfg = readq_be(&fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_offline()
1142 status = readq_be(&fc_regs[FC_MTIP_STATUS / 8]); in wait_port_online()
1171 status = readq_be(&fc_regs[FC_MTIP_STATUS / 8]); in wait_port_offline()
[all …]
Dsuperpipe.c272 readq_be(&ctrl_map->mbox_r); in afu_attach()
275 val = readq_be(&ctrl_map->ctx_cap); in afu_attach()
1735 reg = readq_be(&hwq->ctrl_map->mbox_r); in cxlflash_afu_recover()
/linux-6.12.1/arch/powerpc/platforms/cell/
Dspider-pci.c56 SPIDER_PCI_MMIO_READ(readq_be, u64) in SPIDER_PCI_MMIO_READ()
164 .readq_be = spiderpci_readq_be,
/linux-6.12.1/arch/powerpc/include/asm/
Dio.h755 return readq_be(addr); in ioread64be()
761 return readq_be(addr); in ioread64be_lo_hi()
767 return readq_be(addr); in ioread64be_hi_lo()
923 #define mmio_read64be(addr) readq_be(addr)
Dio-defs.h18 DEF_PCI_AC_RET(readq_be, u64, (const PCI_IO_ADDR addr), (addr), mem, addr)
/linux-6.12.1/arch/mips/include/asm/
Dio.h380 #define readq_be(addr) \ macro