Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dgenboardscfg.py344 front, match, rear = f.partition('configs/')
345 if not front and match:
346 front, match, rear = rear.rpartition('_defconfig')
348 targets.append(front)
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dexynos-dp.txt13 samsung,h-front-porch right margin
17 samsung,v-front-porch: lower margin
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.h32 unsigned int front, unsigned int back);
H A Dexynos_mipi_dsi_lowlevel.c140 unsigned int front, unsigned int back) in exynos_mipi_dsi_set_main_disp_hporch() argument
149 reg |= (front << DSIM_MAIN_HFP_SHIFT) | (back << DSIM_MAIN_HBP_SHIFT); in exynos_mipi_dsi_set_main_disp_hporch()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dstih407-family.dtsi147 syscfg_front: front-syscfg@9280000 {
148 compatible = "st,stih407-front-syscfg", "syscon";
H A Dstih407-pinctrl.dtsi375 compatible = "st,stih407-front-pinctrl";
938 compatible = "st,stih407-front-pinctrl";
/rk3399_rockchip-uboot/board/freescale/t4qds/
H A DREADME11 Two “front side” banks dedicated to Ethernet
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src1154 in the front of each chunk and at the end. This makes
1176 Where "chunk" is the front of the chunk for the purpose of most of
1206 size, and can be used to find the front of the previous chunk.
1245 linked with the most recently freed at the front, and allocations
1700 /* ... and was allocated at front of an available chunk */
1934 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */
/rk3399_rockchip-uboot/tools/patman/
H A DREADME380 to Marek. Two of the patches have tags (those are the bits at the front of
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME217 This tells buildman to use a compiler wrapper in front of CROSS_COMPILE. In