Searched refs:data32 (Results 1 – 3 of 3) sorted by relevance
576 struct i2c_smbus_ioctl_data32 data32; in compat_i2cdev_ioctl() local577 if (copy_from_user(&data32, in compat_i2cdev_ioctl()579 sizeof(data32))) in compat_i2cdev_ioctl()581 return i2cdev_ioctl_smbus(client, data32.read_write, in compat_i2cdev_ioctl()582 data32.command, in compat_i2cdev_ioctl()583 data32.size, in compat_i2cdev_ioctl()584 compat_ptr(data32.data)); in compat_i2cdev_ioctl()
301 u32 data32; in _altera_pcie_cfg_write() local307 data32 = (value & 0xff) << shift; in _altera_pcie_cfg_write()311 data32 = (value & 0xffff) << shift; in _altera_pcie_cfg_write()315 data32 = value; in _altera_pcie_cfg_write()321 byte_en, data32); in _altera_pcie_cfg_write()
406 u32 data32[4]; member