Searched refs:cr0 (Results 1 - 15 of 15) sorted by relevance

/u-boot/arch/x86/cpu/
H A Dstart16.S27 movl %cr0, %eax
29 movl %eax, %cr0
37 movl %cr0, %eax
39 movl %eax, %cr0
H A Dcall32.S41 movl %cr0, %eax
43 movl %eax, %cr0
H A Dwakeup.S49 movl %cr0, %eax
51 movl %eax, %cr0
H A Dsipi_vector.S51 movl %cr0, %eax
55 movl %eax, %cr0
185 mov %cr0, %eax
187 mov %eax, %cr0
H A Dstart.S49 movl %cr0, %eax
51 movl %eax, %cr0
/u-boot/arch/x86/cpu/intel_common/
H A Dcar.S102 movl %cr0, %eax
105 movl %eax, %cr0
129 movl %cr0, %eax
131 movl %eax, %cr0
161 movl %cr0, %eax
163 movl %eax, %cr0
179 movl %cr0, %eax
181 movl %eax, %cr0
H A Dcar2.S158 mov %cr0, %eax
161 mov %eax, %cr0
/u-boot/arch/x86/cpu/i386/
H A Dcpu.c365 "movl %%cr0, %%eax\n" \
368 "movl %%eax, %%cr0\n" \
498 unsigned long cr0; local
500 cr0 = read_cr0();
501 cr0 &= ~(X86_CR0_NW | X86_CR0_CD);
502 write_cr0(cr0);
509 unsigned long cr0; local
511 cr0 = read_cr0();
512 cr0 |= X86_CR0_NW | X86_CR0_CD;
514 write_cr0(cr0);
[all...]
H A Dcall64.S71 movl %eax, %cr0
H A Dinterrupt.c89 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; local
132 cr0 = read_cr0();
138 cr0, cr2, cr3, cr4);
/u-boot/arch/x86/lib/
H A Dbios_asm.S65 movl %cr0, %eax
67 movl %eax, %cr0
113 movl %cr0, %eax
115 movl %eax, %cr0
/u-boot/drivers/spi/
H A Ddesignware_spi.c504 u32 cr0 = 0; local
529 cr0 = priv->update_cr0(priv);
541 dev_dbg(dev, "cr0=%08x rx=%p tx=%p len=%d [bytes]\n", cr0, rx, tx,
543 /* Reprogram cr0 only if changed */
544 if (dw_read(priv, DW_SPI_CTRLR0) != cr0)
545 dw_write(priv, DW_SPI_CTRLR0, cr0);
593 u32 cr0, sts; local
600 cr0 = priv->update_cr0(priv);
601 dev_dbg(bus, "cr0
[all...]
H A Dpl022_spi.c246 u16 scr = SSP_SCR_MIN, cr0 = 0, cpsr = SSP_CPSR_MIN, best_scr = scr, local
283 cr0 = readw(ps->base + SSP_CR0);
284 writew(cr0 | (best_scr << SSP_SCR_SHFT), ps->base + SSP_CR0);
/u-boot/arch/m68k/include/asm/coldfire/
H A Dpwm.h15 u8 cr0; member in struct:pwm_ctrl
/u-boot/arch/arm/mach-sunxi/
H A Drmr_switch.S42 mrc 15, 0, r0, cr12, cr0, 2 @ read RMR register
44 mcr 15, 0, r0, cr12, cr0, 2 @ write RMR register

Completed in 122 milliseconds