Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dmali-coresight-source.txt101 - "mcu-ahbp": Cannot share the channel with other types
129 sg4 = "mcu-ahbp";
152 sg3 = "mcu-ahbp";
/OK3568_Linux_fs/kernel/drivers/gpu/drm/stm/
H A Dltdc.c792 u32 val, pitch_in_bytes, line_length, paddr, ahbp, avbp, bpcr; in ltdc_plane_atomic_update() local
813 ahbp = (bpcr & BPCR_AHBP) >> 16; in ltdc_plane_atomic_update()
817 val = ((x1 + 1 + ahbp) << 16) + (x0 + 1 + ahbp); in ltdc_plane_atomic_update()