Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxlflash/
Dmain.c288 room = readq_be(&afu->host_map->cmd_room); in context_reset()
302 rrin = readq_be(&afu->host_map->ioarrin); in context_reset()
337 room = readq_be(&afu->host_map->cmd_room); in send_cmd()
918 cmdcfg = readq_be(&fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_online()
934 cmdcfg = readq_be(&fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_offline()
965 status = readq_be(&fc_regs[FC_MTIP_STATUS / 8]); in wait_port_online()
996 status = readq_be(&fc_regs[FC_MTIP_STATUS / 8]); in wait_port_offline()
1071 port_sel = readq_be(&afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1170 reg = readq_be(&afu->afu_map->global.fc_regs[0][FC_CONFIG2 / 8]); in afu_err_intr_init()
1206 reg = readq_be(&afu->host_map->intr_status); in cxlflash_sync_err_irq()
[all …]
Dsuperpipe.c258 readq_be(&ctrl_map->mbox_r); in afu_attach()
261 val = readq_be(&ctrl_map->ctx_cap); in afu_attach()
1668 reg = readq_be(&afu->ctrl_map->mbox_r); in cxlflash_afu_recover()
/linux-4.4.14/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-4.4.14/arch/powerpc/include/asm/
Dio-defs.h17 DEF_PCI_AC_RET(readq_be, u64, (const PCI_IO_ADDR addr), (addr), mem, addr)
/linux-4.4.14/arch/mips/include/asm/
Dio.h469 #define readq_be(addr) \ in BUILDIO_MEM() macro