Home
last modified time | relevance | path

Searched refs:low32 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_core.c159 u32 low32; in scratchpad_setup() local
180 low32 = lower_32_bits(bdc->scratchpad.sp_dma); in scratchpad_setup()
182 cpu_to_le32s(&low32); in scratchpad_setup()
184 bdc_writel(bdc->regs, BDC_SPBBAL, low32); in scratchpad_setup()
216 u32 low32; in bdc_mem_init() local
240 low32 = lower_32_bits(temp); in bdc_mem_init()
242 cpu_to_le32s(&low32); in bdc_mem_init()
246 bdc_writel(bdc->regs, BDC_SRRBAL(0), low32); in bdc_mem_init()
/linux/drivers/md/dm-vdo/
H A Dencodings.h851 physical_block_number_t low32 = __le32_to_cpu(entry->pbn_low_word); in vdo_unpack_block_map_entry() local
855 .pbn = ((high4 << 32) | low32), in vdo_unpack_block_map_entry()
930 physical_block_number_t low32 = __le32_to_cpu(entry->pbn_low_word); in vdo_unpack_recovery_journal_entry() local
936 .pbn = ((high4 << 32) | low32), in vdo_unpack_recovery_journal_entry()
H A Drepair.c1286 physical_block_number_t low32, high4; in unpack_entry() local
1298 low32 = __le32_to_cpu(packed_entry->pbn_low_word); in unpack_entry()
1301 .pbn = ((high4 << 32) | low32), in unpack_entry()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c4298 u32 low32, high32; in vmx_set_constant_host_state() local
4339 rdmsr(MSR_IA32_SYSENTER_CS, low32, high32); in vmx_set_constant_host_state()
4340 vmcs_write32(HOST_IA32_SYSENTER_CS, low32); in vmx_set_constant_host_state()
4355 rdmsr(MSR_IA32_CR_PAT, low32, high32); in vmx_set_constant_host_state()
4356 vmcs_write64(HOST_IA32_PAT, low32 | ((u64) high32 << 32)); in vmx_set_constant_host_state()