Home
last modified time | relevance | path

Searched refs:cr3 (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/drivers/spi/
H A Dsh_spi.c106 sh_spi_write(0x00, &ss->regs->cr3); in spi_setup_slave()
189 sh_spi_write(SH_SPI_MAX_BYTE, &ss->regs->cr3); in sh_spi_receive()
191 sh_spi_write(len, &ss->regs->cr3); in sh_spi_receive()
202 sh_spi_write(0, &ss->regs->cr3); in sh_spi_receive()
H A Dsh_spi.h21 unsigned long cr3; member
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_stm32x7.h14 u32 cr3; member
H A Dserial_mxc.c125 u32 cr3; member
149 writel(0x704 | UCR3_ADNIMP, &base->cr3); in _mxc_serial_init()
H A Dserial_stm32.c21 u32 cr3; member
H A Dserial_stm32x7.c105 setbits_le32(&usart->cr3, USART_CR3_OVRDIS); in stm32_serial_probe()
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dcall32.S50 movl %eax, %cr3
H A Dstart16.S31 movl %eax, %cr3 /* Invalidate TLB */
H A Dsipi_vector.S41 movl %eax, %cr3 /* Invalidate TLB */
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dcall64.S40 movl %eax, %cr3
H A Dinterrupt.c71 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in dump_regs() local
116 cr3 = read_cr3(); in dump_regs()
120 cr0, cr2, cr3, cr4); in dump_regs()
H A Dcpu.c415 void cpu_enable_paging_pae(ulong cr3) in cpu_enable_paging_pae() argument
429 : "r" (cr3) in cpu_enable_paging_pae()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcpu.h198 void cpu_enable_paging_pae(ulong cr3);