Searched refs:lpb (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 1010 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/ |
D | a3m071.dts | 95 compatible = "fsl,mpc5200b-lpb","simple-bus";
|
D | mpc5200b.dtsi | 287 compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
|
D | a4m072.dts | 106 compatible = "fsl,mpc5200b-lpb","simple-bus";
|
D | tqm5200.dts | 177 compatible = "fsl,mpc5200-lpb","simple-bus";
|
D | charon.dts | 185 compatible = "fsl,mpc5200-lpb","simple-bus";
|
D | lite5200.dts | 296 compatible = "fsl,mpc5200-lpb","simple-bus";
|
/linux-4.4.14/fs/ubifs/ |
D | find.c | 745 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()
|