Searched refs:ce (Results 1 – 9 of 9) sorted by relevance
338 u32 ce = ecc[i / CONFIG_SYS_NAND_ECCBYTES]; in slc_ecc_copy_to_buffer() local339 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()
94 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.
269 00 00 00 00 00 80 ce 01273 20 20 00 00 80 ce 00 00343 00 00 00 00 00 80 ce 01347 20 20 00 00 80 ce 00 00
298 00 00 00 00 00 80 ce 01302 20 20 00 00 80 ce 00 00
1119 } ce; /* color entry */ member1148 *(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()
205 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() argument29 e->left.expr = ce; in expr_alloc_one()
32 compatible = "rockchip,crypto-ce";
1388 compatible = "rockchip,crypto-ce";