Searched refs:out_be64 (Results 1 – 11 of 11) sorted by relevance
| /arch/powerpc/platforms/cell/spufs/ |
| A D | switch.c | 271 out_be64(&priv2->mfc_control_RW, in halt_mfc_decr() 303 out_be64(&prob->spc_mssync_RW, 1UL); in do_mfc_mssync() 464 out_be64(&priv2->mfc_control_RW, in purge_mfc_queue() 529 out_be64(&priv2->spu_privcntl_RW, 0UL); in reset_spu_privcntl() 625 out_be64(&priv2->spu_chnlcntptr_RW, 1); in save_ch_part1() 636 out_be64(&priv2->spu_chnlcnt_RW, 0UL); in save_ch_part1() 655 out_be64(&priv2->spu_chnlcnt_RW, 0UL); in save_spu_mb() 783 out_be64(&prob->mfc_ea_W, ea); in send_mfc_dma() 1076 out_be64(&priv2->spu_chnlcntptr_RW, 1); in reset_ch_part1() 1077 out_be64(&priv2->spu_chnldata_RW, 0UL); in reset_ch_part1() [all …]
|
| A D | hw_ops.c | 146 out_be64(&priv2->spu_cfg_RW, tmp); in spu_hw_signal1_type_set() 167 out_be64(&priv2->spu_cfg_RW, tmp); in spu_hw_signal2_type_set() 198 out_be64(&ctx->spu->priv2->spu_privcntl_RW, val); in spu_hw_privcntl_write() 282 out_be64(&prob->mfc_ea_W, cmd->ea); in spu_hw_send_mfc_command() 305 out_be64(&priv2->mfc_control_RW, MFC_CNTL_RESTART_DMA_COMMAND); in spu_hw_restart_dma()
|
| A D | run.c | 109 out_be64(mfc_cntl, MFC_CNTL_PURGE_DMA_REQUEST); in spu_setup_isolated() 122 out_be64(mfc_cntl, 0); in spu_setup_isolated()
|
| /arch/powerpc/platforms/cell/ |
| A D | spu_base.c | 71 out_be64(&priv2->slb_invalidate_all_W, 0UL); in spu_invalidate_slbs() 126 out_be64(&priv2->mfc_control_RW, MFC_CNTL_RESTART_DMA_COMMAND); in spu_restart_dma() 140 out_be64(&priv2->slb_index_W, slbe); in spu_load_slb() 142 out_be64(&priv2->slb_esid_RW, 0); in spu_load_slb() 144 out_be64(&priv2->slb_vsid_RW, slb->vsid); in spu_load_slb() 146 out_be64(&priv2->slb_esid_RW, slb->esid); in spu_load_slb() 454 out_be64(&priv2->spu_chnlcntptr_RW, zero_list[i].channel); in spu_init_channels() 456 out_be64(&priv2->spu_chnldata_RW, 0); in spu_init_channels() 461 out_be64(&priv2->spu_chnlcntptr_RW, count_list[i].channel); in spu_init_channels() 462 out_be64(&priv2->spu_chnlcnt_RW, count_list[i].count); in spu_init_channels()
|
| /arch/powerpc/platforms/powernv/ |
| A D | vas.h | 458 out_be64(regptr, val); in write_uwc_reg() 469 out_be64(regptr, val); in write_hvwc_reg()
|
| A D | ocxl.c | 543 out_be64(arva + PNV_OCXL_ATSD_AVA, val); in pnv_ocxl_tlb_invalidate() 573 out_be64(arva + PNV_OCXL_ATSD_LNCH, val); in pnv_ocxl_tlb_invalidate()
|
| A D | eeh-powernv.c | 110 out_be64(phb->regs + offset, val); in pnv_eeh_dbgfs_set()
|
| /arch/powerpc/include/asm/ |
| A D | io.h | 191 DEF_MMIO_OUT_D(out_be64, 64, std); 202 out_be64(addr, swab64(val)); in out_le64() 214 static inline void out_be64(volatile u64 __iomem *addr, u64 val) in out_be64() function 627 out_be64(addr, val); in writeq_be()
|
| /arch/powerpc/platforms/85xx/ |
| A D | smp.c | 252 out_be64((u64 *)(&spin_table->addr_h), in smp_85xx_start_cpu()
|
| /arch/powerpc/sysdev/xive/ |
| A D | common.c | 237 out_be64(xd->eoi_mmio + offset, data); in xive_esb_write() 434 out_be64(xd->trig_mmio, 0); in xive_do_source_eoi() 1069 out_be64(xd->trig_mmio, 0); in xive_cause_ipi()
|
| /arch/powerpc/kvm/ |
| A D | book3s_xive.c | 835 out_be64(xd->trig_mmio, 0); in xive_irq_trigger()
|
Completed in 38 milliseconds