Home
last modified time | relevance | path

Searched refs:ce (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_slc.c338 u32 ce = ecc[i / CONFIG_SYS_NAND_ECCBYTES]; in slc_ecc_copy_to_buffer() local
339 ce = ~(ce << 2) & 0xFFFFFF; in slc_ecc_copy_to_buffer()
340 spare[i+2] = (u8)(ce & 0xFF); ce >>= 8; in slc_ecc_copy_to_buffer()
341 spare[i+1] = (u8)(ce & 0xFF); ce >>= 8; in slc_ecc_copy_to_buffer()
342 spare[i] = (u8)(ce & 0xFF); in slc_ecc_copy_to_buffer()
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A DKconfig94 bool "Enable rockchip crypto ce support"
98 rockchip crypto ce on platforms: rv1126b.
101 bool "Enable rockchip crypto ce support in spl"
105 rockchip crypto ce on platforms: rv1126b.
/rk3399_rockchip-uboot/arch/x86/dts/
H A Dchromebook_samus.dts269 00 00 00 00 00 80 ce 01
273 20 20 00 00 80 ce 00 00
343 00 00 00 00 00 80 ce 01
347 20 20 00 00 80 ce 00 00
H A Dchromebook_link.dts298 00 00 00 00 00 80 ce 01
302 20 20 00 00 80 ce 00 00
/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.c1119 } ce; /* color entry */ member
1148 *(unsigned short *) addr = p[bm[*off]].ce.w; in draw_bitmap()
1154 *(u32 *) addr = p[bm[*off]].ce.dw; in draw_bitmap()
1205 p[i].ce.w = SWAP16((unsigned short) in display_rle8_bitmap()
1214 p[i].ce.dw = SWAP32((cte.red << 16) | in display_rle8_bitmap()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dexpr.h205 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
H A Dexpr.c25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() argument
29 e->left.expr = ce; in expr_alloc_one()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drv1126b-u-boot.dtsi32 compatible = "rockchip,crypto-ce";
H A Drv1126b.dtsi1388 compatible = "rockchip,crypto-ce";