Home
last modified time | relevance | path

Searched refs:cr0 (Results 1 – 19 of 19) sorted by relevance

/rk3399_rockchip-uboot/include/faraday/
H A Dftpmu010.h143 #define FTPMU010_PDLLCR0_HCLKOUTDIS(cr0) (((cr0) & 0xf) << 20) argument
144 #define FTPMU010_PDLLCR0_DLLFRAG(cr0) (1 << 19) argument
148 #define FTPMU010_PDLLCR0_PLL1FRANG(cr0) (((cr0) & 0x3) << 12) argument
149 #define FTPMU010_PDLLCR0_PLL1NS(cr0) (((cr0) & 0x1ff) << 3) argument
173 void ftpmu010_sdram_clk_disable(unsigned int cr0);
/rk3399_rockchip-uboot/arch/x86/cpu/intel_common/
H A Dcar.S103 movl %cr0, %eax
106 movl %eax, %cr0
130 movl %cr0, %eax
132 movl %eax, %cr0
162 movl %cr0, %eax
164 movl %eax, %cr0
180 movl %cr0, %eax
182 movl %eax, %cr0
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dstart16.S34 movl %cr0, %eax
36 movl %eax, %cr0
44 movl %cr0, %eax
46 movl %eax, %cr0
H A Dcall32.S44 movl %cr0, %eax
46 movl %eax, %cr0
H A Dsipi_vector.S53 movl %cr0, %eax
57 movl %eax, %cr0
187 mov %cr0, %eax
189 mov %eax, %cr0
H A Dwakeup.S50 movl %cr0, %eax
52 movl %eax, %cr0
H A Dstart.S38 movl %cr0, %eax
40 movl %eax, %cr0
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dcpu.c389 unsigned long cr0; in x86_enable_caches() local
391 cr0 = read_cr0(); in x86_enable_caches()
392 cr0 &= ~(X86_CR0_NW | X86_CR0_CD); in x86_enable_caches()
393 write_cr0(cr0); in x86_enable_caches()
400 unsigned long cr0; in x86_disable_caches() local
402 cr0 = read_cr0(); in x86_disable_caches()
403 cr0 |= X86_CR0_NW | X86_CR0_CD; in x86_disable_caches()
405 write_cr0(cr0); in x86_disable_caches()
H A Dcall64.S72 movl %eax, %cr0
H A Dinterrupt.c71 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in dump_regs() local
114 cr0 = read_cr0(); in dump_regs()
120 cr0, cr2, cr3, cr4); in dump_regs()
/rk3399_rockchip-uboot/drivers/spi/
H A Ddesignware_spi.c358 u32 cr0 = 0; in dw_spi_xfer() local
372 cr0 = (priv->bits_per_word - 1) | (priv->type << SPI_FRF_OFFSET) | in dw_spi_xfer()
387 cr0 &= ~SPI_TMOD_MASK; in dw_spi_xfer()
388 cr0 |= (priv->tmode << SPI_TMOD_OFFSET); in dw_spi_xfer()
401 debug("%s: cr0=%08x\n", __func__, cr0); in dw_spi_xfer()
403 if (dw_read(priv, DW_SPI_CTRL0) != cr0) in dw_spi_xfer()
404 dw_write(priv, DW_SPI_CTRL0, cr0); in dw_spi_xfer()
H A Dlpc32xx_ssp.c19 u32 cr0; member
96 writel(0x7, &lslave->regs->cr0); /* 8-bit chunks, SPI, 1 clk/bit */ in spi_setup_slave()
H A Drk_spi.c55 uint cr0; member
376 priv->cr0 = ctrlr0; in rockchip_spi_claim_bus()
386 uint ctrlr0 = priv->cr0; in rockchip_spi_config()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dbios_asm.S66 movl %cr0, %eax
68 movl %eax, %cr0
114 movl %cr0, %eax
116 movl %eax, %cr0
/rk3399_rockchip-uboot/drivers/power/
H A Dftpmu010.c69 void ftpmu010_sdram_clk_disable(unsigned int cr0) in ftpmu010_sdram_clk_disable() argument
75 pdllcr0 |= FTPMU010_PDLLCR0_HCLKOUTDIS(cr0); in ftpmu010_sdram_clk_disable()
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Drmr_switch.S36 mrc 15, 0, r0, cr12, cr0, 2 @ read RMR register
38 mcr 15, 0, r0, cr12, cr0, 2 @ write RMR register
/rk3399_rockchip-uboot/arch/m68k/include/asm/coldfire/
H A Dpwm.h16 u8 cr0; member
/rk3399_rockchip-uboot/examples/standalone/
H A Drkspi.c21 uint cr0; member
198 priv->cr0 = ctrlr0; in rockchip_spi_claim_bus()
208 uint ctrlr0 = priv->cr0; in rockchip_spi_config()
/rk3399_rockchip-uboot/include/
H A Dppc_asm.tmpl194 * Note: code which follows this uses cr0.eq (set if from kernel),