| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | flat.h | 35 u32 val_hi, val_lo; in flat_get_addr_from_rp() local 37 val_hi = get_unaligned(p); in flat_get_addr_from_rp() 41 *addr = ((val_hi & 0xffff) << 16) + (val_lo & 0xffff); in flat_get_addr_from_rp() 62 unsigned long val_hi = get_unaligned(p); in flat_put_addr_at_rp() local 66 val_hi = (val_hi & 0xffff0000) | addr >> 16; in flat_put_addr_at_rp() 70 put_unaligned(val_hi, p); in flat_put_addr_at_rp()
|
| /OK3568_Linux_fs/kernel/drivers/char/mwave/ |
| H A D | 3780i.c | 624 unsigned short val_lo, val_hi; in dsp3780I_ReadIStore() local 627 val_hi = InWordDsp(DSP_MsaDataDSISHigh); in dsp3780I_ReadIStore() 631 if(put_user(val_hi, pusBuffer++)) in dsp3780I_ReadIStore() 636 uCount, val_lo, val_hi); in dsp3780I_ReadIStore() 673 unsigned short val_lo, val_hi; in dsp3780I_WriteIStore() local 676 if(get_user(val_hi, pusBuffer++)) in dsp3780I_WriteIStore() 680 OutWordDsp(DSP_MsaDataDSISHigh, val_hi); in dsp3780I_WriteIStore() 685 uCount, val_lo, val_hi); in dsp3780I_WriteIStore()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | fsldma.h | 209 u32 val_hi = in_le32((u32 __iomem *)addr + 1); in fsl_ioread64() local 211 return ((u64)val_hi << 32) + val_lo; in fsl_ioread64() 222 u32 val_hi = in_be32((u32 __iomem *)addr); in fsl_ioread64be() local 225 return ((u64)val_hi << 32) + val_lo; in fsl_ioread64be()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-rk-timer.c | 103 u32 val_lo, val_hi, tmp_hi; in rk_timer_rtc_read64() local 107 ret = regmap_read(rk_timer_rtc->regmap, reg + 4, &val_hi); in rk_timer_rtc_read64() 118 } while (val_hi != tmp_hi); in rk_timer_rtc_read64() 120 *val = ((u64) val_hi << 32) | val_lo; in rk_timer_rtc_read64()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-gpio.c | 43 u32 val_hi = cx->gpio_val >> 16; in gpio_write() local 51 cx18_write_reg_expect(cx, (dir_hi << 16) | val_hi, in gpio_write() 52 CX18_REG_GPIO_OUT2, val_hi, dir_hi); in gpio_write()
|
| /OK3568_Linux_fs/u-boot/drivers/nvme/ |
| H A D | nvme.h | 544 u64 val_hi = readl(ptr + 1); in nvme_readq() 546 return val_lo + (val_hi << 32); in nvme_readq() 557 u32 val_hi = upper_32_bits(val); in nvme_writeq() 559 writel(val_hi, ptr + 1); in nvme_writeq()
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | xhci.h | 1120 u64 val_hi = readl(ptr + 1); in xhci_readq() 1121 return val_lo + (val_hi << 32); in xhci_readq() 1133 u32 val_hi = upper_32_bits(val); in xhci_writeq() 1135 writel(val_hi, ptr + 1); in xhci_writeq()
|
| /OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_ioctl.h | 568 __u32 val_hi; member
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | xgene_edac.c | 664 u32 val_hi; in xgene_edac_pmd_l2_check() local 674 val_hi = readl(pg_e + MEMERR_L2C_L2EAHR_PAGE_OFFSET); in xgene_edac_pmd_l2_check() 677 ctx->pmd, val, val_hi, val_lo); in xgene_edac_pmd_l2_check() 726 val_hi = readl(pg_d + CPUX_L2C_L2RTOAHR_PAGE_OFFSET); in xgene_edac_pmd_l2_check() 729 ctx->pmd, val, val_hi, val_lo); in xgene_edac_pmd_l2_check()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_init_ops.h | 199 u32 val_hi) in bnx2x_wr_64() argument 204 wb_write[1] = val_hi; in bnx2x_wr_64()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/broadcom/ |
| H A D | bcm47xx_sprom.c | 97 u16 *val_lo, u16 *val_hi, bool fallback) in NVRAM_READ_VAL() 113 *val_hi = (val & 0xFFFF0000U) >> 16; in NVRAM_READ_VAL()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_core_linux.c | 1595 user_page->out.val_hi = 0; in kbase_ioctl_read_user_page()
|