Searched refs:low32 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc_core.c | 159 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/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 4409 u32 low32, high32; in vmx_set_constant_host_state() local 4450 rdmsr(MSR_IA32_SYSENTER_CS, low32, high32); in vmx_set_constant_host_state() 4451 vmcs_write32(HOST_IA32_SYSENTER_CS, low32); in vmx_set_constant_host_state() 4466 rdmsr(MSR_IA32_CR_PAT, low32, high32); in vmx_set_constant_host_state() 4467 vmcs_write64(HOST_IA32_PAT, low32 | ((u64) high32 << 32)); in vmx_set_constant_host_state()
|