Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/ttpci/
Dav7110_hw.c1010 uint w, h, bpp, bpl, size, lpb, bnum, brest; in OSDSetBlock() local
1023 lpb = (32 * 1024) / bpl; in OSDSetBlock()
1024 bnum = size / (lpb * bpl); in OSDSetBlock()
1025 brest = size - bnum * lpb * bpl; in OSDSetBlock()
1040 rc = LoadBitmap(av7110, w, lpb, inc, data); in OSDSetBlock()
1043 rc = BlitBitmap(av7110, x0, y0 + i * lpb); in OSDSetBlock()
1046 data += lpb * inc; in OSDSetBlock()
1051 rc = BlitBitmap(av7110, x0, y0 + bnum * lpb); in OSDSetBlock()
/linux-4.4.14/arch/powerpc/boot/dts/
Da3m071.dts95 compatible = "fsl,mpc5200b-lpb","simple-bus";
Dmpc5200b.dtsi287 compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
Da4m072.dts106 compatible = "fsl,mpc5200b-lpb","simple-bus";
Dtqm5200.dts177 compatible = "fsl,mpc5200-lpb","simple-bus";
Dcharon.dts185 compatible = "fsl,mpc5200-lpb","simple-bus";
Dlite5200.dts296 compatible = "fsl,mpc5200-lpb","simple-bus";
/linux-4.4.14/fs/ubifs/
Dfind.c745 const struct ubifs_lprops *lpb = *b; in cmp_dirty_idx() local
747 return lpa->dirty + lpa->free - lpb->dirty - lpb->free; in cmp_dirty_idx()