Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Diomap.c58 return readq_be(addr); in ioread64be()
62 return readq_be(addr); in ioread64be_lo_hi()
66 return readq_be(addr); in ioread64be_hi_lo()
/Linux-v4.19/drivers/scsi/cxlflash/
Dmain.c259 val = readq_be(reset_reg); in context_reset()
324 room = readq_be(&hwq->host_map->cmd_room); in send_cmd_ioarrin()
386 readq_be(&hwq->host_map->sq_head), in send_cmd_sq()
387 readq_be(&hwq->host_map->sq_tail)); in send_cmd_sq()
876 reg = readq_be(&fc_port_regs[FC_CONFIG2 / 8]); in notify_shutdown()
890 status = readq_be(&fc_port_regs[FC_STATUS / 8]); in notify_shutdown()
1096 cmdcfg = readq_be(&fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_online()
1112 cmdcfg = readq_be(&fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_offline()
1139 status = readq_be(&fc_regs[FC_MTIP_STATUS / 8]); in wait_port_online()
1168 status = readq_be(&fc_regs[FC_MTIP_STATUS / 8]); in wait_port_offline()
[all …]
Dsuperpipe.c276 readq_be(&ctrl_map->mbox_r); in afu_attach()
279 val = readq_be(&ctrl_map->ctx_cap); in afu_attach()
1741 reg = readq_be(&hwq->ctrl_map->mbox_r); in cxlflash_afu_recover()
/Linux-v4.19/arch/powerpc/platforms/cell/
Dspider-pci.c70 SPIDER_PCI_MMIO_READ(readq_be, u64) in SPIDER_PCI_MMIO_READ()
178 .readq_be = spiderpci_readq_be,
/Linux-v4.19/arch/powerpc/include/asm/
Dio-defs.h18 DEF_PCI_AC_RET(readq_be, u64, (const PCI_IO_ADDR addr), (addr), mem, addr)
/Linux-v4.19/arch/mips/include/asm/
Dio.h486 #define readq_be(addr) \ in BUILDIO_MEM() macro