Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dsamsung_onenand.h20 unsigned int burst_len; /* 0x0010 */ member
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3036/
H A Dsdram_rk3036.c581 u32 burst_len; in pctl_cfg() local
604 burst_len = MEM_BL4; in pctl_cfg()
606 burst_len = MEM_BL8; in pctl_cfg()
615 writel(burst_len | (1 & TFAW_CFG_MASK) << TFAW_CFG_SHIFT | in pctl_cfg()
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_rk322x.c404 u32 burst_len; in pctl_cfg() local
439 burst_len = MDDR_LPDDR2_BL_8; in pctl_cfg()
441 burst_len = MDDR_LPDDR2_BL_4; in pctl_cfg()
448 LPDDR2_S4 | LPDDR2_EN | burst_len | in pctl_cfg()
456 LPDDR2_S4 | LPDDR3_EN | burst_len | in pctl_cfg()
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dstmmac.txt46 - snps,burst_len: The AXI burst lenth value of the AXI BUS MODE register.