/drivers/comedi/ |
D | comedi_fops.c | 2947 struct comedi32_cmd_struct v32; in get_compat_cmd() local 2949 if (copy_from_user(&v32, cmd32, sizeof(v32))) in get_compat_cmd() 2952 cmd->subdev = v32.subdev; in get_compat_cmd() 2953 cmd->flags = v32.flags; in get_compat_cmd() 2954 cmd->start_src = v32.start_src; in get_compat_cmd() 2955 cmd->start_arg = v32.start_arg; in get_compat_cmd() 2956 cmd->scan_begin_src = v32.scan_begin_src; in get_compat_cmd() 2957 cmd->scan_begin_arg = v32.scan_begin_arg; in get_compat_cmd() 2958 cmd->convert_src = v32.convert_src; in get_compat_cmd() 2959 cmd->convert_arg = v32.convert_arg; in get_compat_cmd() [all …]
|
/drivers/media/dvb-frontends/ |
D | lgs8gxx.c | 145 u32 v32; in lgs8gxx_set_if_freq() local 155 v32 = val & 0xFFFFFFFF; in lgs8gxx_set_if_freq() 158 v32 = 0; in lgs8gxx_set_if_freq() 161 dprintk("AFC_INIT_FREQ = 0x%08X\n", v32); in lgs8gxx_set_if_freq() 164 lgs8gxx_write_reg(priv, 0x08, 0xFF & (v32)); in lgs8gxx_set_if_freq() 165 lgs8gxx_write_reg(priv, 0x09, 0xFF & (v32 >> 8)); in lgs8gxx_set_if_freq() 166 lgs8gxx_write_reg(priv, 0x0A, 0xFF & (v32 >> 16)); in lgs8gxx_set_if_freq() 167 lgs8gxx_write_reg(priv, 0x0B, 0xFF & (v32 >> 24)); in lgs8gxx_set_if_freq() 169 lgs8gxx_write_reg(priv, 0x09, 0xFF & (v32)); in lgs8gxx_set_if_freq() 170 lgs8gxx_write_reg(priv, 0x0A, 0xFF & (v32 >> 8)); in lgs8gxx_set_if_freq() [all …]
|
/drivers/gpu/drm/ |
D | drm_ioc32.c | 94 drm_version32_t v32; in compat_drm_version() local 98 if (copy_from_user(&v32, (void __user *)arg, sizeof(v32))) in compat_drm_version() 104 .name_len = v32.name_len, in compat_drm_version() 105 .name = compat_ptr(v32.name), in compat_drm_version() 106 .date_len = v32.date_len, in compat_drm_version() 107 .date = compat_ptr(v32.date), in compat_drm_version() 108 .desc_len = v32.desc_len, in compat_drm_version() 109 .desc = compat_ptr(v32.desc), in compat_drm_version() 116 v32.version_major = v.version_major; in compat_drm_version() 117 v32.version_minor = v.version_minor; in compat_drm_version() [all …]
|
/drivers/char/ipmi/ |
D | ipmi_devintf.c | 703 struct compat_ipmi_recv v32; in copyout_recv32() local 704 memset(&v32, 0, sizeof(struct compat_ipmi_recv)); in copyout_recv32() 705 v32.recv_type = p64->recv_type; in copyout_recv32() 706 v32.addr = ptr_to_compat(p64->addr); in copyout_recv32() 707 v32.addr_len = p64->addr_len; in copyout_recv32() 708 v32.msgid = p64->msgid; in copyout_recv32() 709 v32.msg.netfn = p64->msg.netfn; in copyout_recv32() 710 v32.msg.cmd = p64->msg.cmd; in copyout_recv32() 711 v32.msg.data_len = p64->msg.data_len; in copyout_recv32() 712 v32.msg.data = ptr_to_compat(p64->msg.data); in copyout_recv32() [all …]
|
/drivers/ntb/hw/intel/ |
D | ntb_hw_gen1.c | 500 union { u64 v64; u32 v32; u16 v16; u8 v8; } u; in ndev_ntb_debugfs_read() member 620 u.v32 = ioread32(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 4)); in ndev_ntb_debugfs_read() 622 "XLAT4 -\t\t\t%#06x\n", u.v32); in ndev_ntb_debugfs_read() 624 u.v32 = ioread32(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 5)); in ndev_ntb_debugfs_read() 626 "XLAT5 -\t\t\t%#06x\n", u.v32); in ndev_ntb_debugfs_read() 638 u.v32 = ioread32(mmio + bar2_off(ndev->xlat_reg->bar2_limit, 4)); in ndev_ntb_debugfs_read() 640 "LMT4 -\t\t\t%#06x\n", u.v32); in ndev_ntb_debugfs_read() 641 u.v32 = ioread32(mmio + bar2_off(ndev->xlat_reg->bar2_limit, 5)); in ndev_ntb_debugfs_read() 643 "LMT5 -\t\t\t%#06x\n", u.v32); in ndev_ntb_debugfs_read() 660 u.v32 = ioread32(mmio + XEON_PBAR4XLAT_OFFSET); in ndev_ntb_debugfs_read() [all …]
|
D | ntb_hw_gen4.c | 227 union { u64 v64; u32 v32; u16 v16; } u; in ndev_ntb4_debugfs_read() member 323 GEN4_UNCERRSTS_OFFSET, &u.v32)) in ndev_ntb4_debugfs_read() 325 "UNCERRSTS -\t\t%#06x\n", u.v32); in ndev_ntb4_debugfs_read() 328 GEN4_CORERRSTS_OFFSET, &u.v32)) in ndev_ntb4_debugfs_read() 330 "CORERRSTS -\t\t%#06x\n", u.v32); in ndev_ntb4_debugfs_read()
|
D | ntb_hw_gen3.c | 263 union { u64 v64; u32 v32; u16 v16; } u; in ndev_ntb3_debugfs_read() member 404 GEN3_UNCERRSTS_OFFSET, &u.v32)) in ndev_ntb3_debugfs_read() 406 "UNCERRSTS -\t\t%#06x\n", u.v32); in ndev_ntb3_debugfs_read() 409 GEN3_CORERRSTS_OFFSET, &u.v32)) in ndev_ntb3_debugfs_read() 411 "CORERRSTS -\t\t%#06x\n", u.v32); in ndev_ntb3_debugfs_read()
|
/drivers/dma/ |
D | fsldma.h | 90 typedef u32 __bitwise v32; typedef 96 v32 count; 97 v32 reserve;
|
/drivers/block/ |
D | floppy.c | 3818 struct compat_floppy_fdc_state v32; in compat_getfdcstat() local 3825 memset(&v32, 0, sizeof(struct compat_floppy_fdc_state)); in compat_getfdcstat() 3826 v32.spec1 = v.spec1; in compat_getfdcstat() 3827 v32.spec2 = v.spec2; in compat_getfdcstat() 3828 v32.dtr = v.dtr; in compat_getfdcstat() 3829 v32.version = v.version; in compat_getfdcstat() 3830 v32.dor = v.dor; in compat_getfdcstat() 3831 v32.address = v.address; in compat_getfdcstat() 3832 v32.rawcmd = v.rawcmd; in compat_getfdcstat() 3833 v32.reset = v.reset; in compat_getfdcstat() [all …]
|
/drivers/tty/ |
D | tty_io.c | 2823 struct serial_struct32 v32; in compat_tty_tiocsserial() local 2826 if (copy_from_user(&v32, ss, sizeof(*ss))) in compat_tty_tiocsserial() 2829 memcpy(&v, &v32, offsetof(struct serial_struct32, iomem_base)); in compat_tty_tiocsserial() 2830 v.iomem_base = compat_ptr(v32.iomem_base); in compat_tty_tiocsserial() 2831 v.iomem_reg_shift = v32.iomem_reg_shift; in compat_tty_tiocsserial() 2832 v.port_high = v32.port_high; in compat_tty_tiocsserial() 2841 struct serial_struct32 v32; in compat_tty_tiocgserial() local 2846 memset(&v32, 0, sizeof(v32)); in compat_tty_tiocgserial() 2852 memcpy(&v32, &v, offsetof(struct serial_struct32, iomem_base)); in compat_tty_tiocgserial() 2853 v32.iomem_base = (unsigned long)v.iomem_base >> 32 ? in compat_tty_tiocgserial() [all …]
|
/drivers/ntb/hw/amd/ |
D | ntb_hw_amd.c | 846 union { u64 v64; u32 v32; u16 v16; } u; in ndev_debugfs_read() member 895 u.v32 = readl(ndev->self_mmio + AMD_DBMASK_OFFSET); in ndev_debugfs_read() 897 "Doorbell Mask -\t\t\t%#06x\n", u.v32); in ndev_debugfs_read() 899 u.v32 = readl(mmio + AMD_DBSTAT_OFFSET); in ndev_debugfs_read() 901 "Doorbell Bell -\t\t\t%#06x\n", u.v32); in ndev_debugfs_read() 918 u.v32 = readl(mmio + AMD_BAR1LMT_OFFSET); in ndev_debugfs_read() 920 "LMT1 -\t\t\t%#06x\n", u.v32); in ndev_debugfs_read()
|
/drivers/staging/rtl8723bs/hal/ |
D | sdio_ops.c | 964 u32 v32; in sd_int_hdl() local 969 v32 = hal->sdio_hisr & MASK_SDIO_HISR_CLEAR; in sd_int_hdl() 970 if (v32) in sd_int_hdl() 971 sdio_local_cmd52_write4byte(adapter, SDIO_REG_HISR, v32); in sd_int_hdl()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_atomfirmware.c | 34 struct atom_firmware_info_v3_2 v32; member 219 struct atom_umc_info_v3_2 v32; member 536 umc_config = le32_to_cpu(umc_info->v32.umc_config); in amdgpu_atomfirmware_mem_ecc_supported()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 259 #define Lo16(v32) ((u16)((v32) & 0xFFFF)) argument 260 #define Hi16(v32) ((u16)(((v32) >> 16) & 0xFFFF)) argument
|
/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 367 #define Lo16(v32) ((u16)((v32) & 0xFFFF)) argument 368 #define Hi16(v32) ((u16)(((v32) >> 16) & 0xFFFF)) argument
|