Home
last modified time | relevance | path

Searched refs:byte_map (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3568-dram-default-timing.dtsi69 byte_map = <((0x3 << 6) | (0x2 << 4) | (0x1 << 2) | (0x0 << 0))>;
136 byte_map = <((0x3 << 6) | (0x2 << 4) | (0x1 << 2) | (0x0 << 0))>;
215 byte_map = <((0x2 << 6) | (0x0 << 4) | (0x3 << 2) | (0x1 << 0))>;
282 byte_map = <((0x3 << 6) | (0x2 << 4) | (0x1 << 2) | (0x0 << 0))>;
371 byte_map = <((0x3 << 6) | (0x2 << 4) | (0x1 << 2) | (0x0 << 0))>;
H A Dpx30s-dram-default-timing.dtsi69 byte_map = <((0x2 << 6) | (0x3 << 4) | (0x0 << 2) | (0x1 << 0))>;
136 byte_map = <((0x2 << 6) | (0x3 << 4) | (0x0 << 2) | (0x1 << 0))>;
215 byte_map = <((0x3 << 6) | (0x2 << 4) | (0x1 << 2) | (0x0 << 0))>;
282 byte_map = <((0x3 << 6) | (0x2 << 4) | (0x1 << 2) | (0x0 << 0))>;
349 byte_map = <((0x3 << 6) | (0x2 << 4) | (0x1 << 2) | (0x0 << 0))>;
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rv1126.c1234 writel((map_info->byte_map[dramtype / 4] >> in sdram_cmd_dq_path_remap()
2454 u32 byte_map = 0; in modify_ddr34_bw_byte_map() local
2468 byte_map |= byte << (i * 2); in modify_ddr34_bw_byte_map()
2481 byte_map |= byte << (i * 2); in modify_ddr34_bw_byte_map()
2486 if ((u8)byte_map != (u8)(map_info->byte_map[0] >> byte_map_shift)) { in modify_ddr34_bw_byte_map()
2487 clrsetbits_le32(&map_info->byte_map[0], in modify_ddr34_bw_byte_map()
2488 0xff << byte_map_shift, byte_map << byte_map_shift); in modify_ddr34_bw_byte_map()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_common.h216 u32 byte_map[2]; member