Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3399.c1943 unsigned int gstride_type; in calculate_stride() local
1950 gstride_type = STRIDE_256B; in calculate_stride()
1983 if (gstride_type == PART_STRIDE) { in calculate_stride()
2000 stride = (gstride_type == UN_STRIDE) ? in calculate_stride()
2010 stride = (gstride_type == UN_STRIDE) ? in calculate_stride()
2012 ((gstride_type == STRIDE_512B) ? in calculate_stride()
2017 stride = (gstride_type == UN_STRIDE) ? in calculate_stride()
2019 ((gstride_type == STRIDE_512B) ? in calculate_stride()
2024 stride = (gstride_type == UN_STRIDE) ? in calculate_stride()
2025 0x3 : (0xC + gstride_type); in calculate_stride()
[all …]