Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/deprecated/saa7146/av7110/
Dav7110_hw.c991 uint w, h, bpp, bpl, size, lpb, bnum, brest; in OSDSetBlock() local
1004 lpb = (32 * 1024) / bpl; in OSDSetBlock()
1005 bnum = size / (lpb * bpl); in OSDSetBlock()
1006 brest = size - bnum * lpb * bpl; in OSDSetBlock()
1021 rc = LoadBitmap(av7110, w, lpb, inc, data); in OSDSetBlock()
1024 rc = BlitBitmap(av7110, x0, y0 + i * lpb); in OSDSetBlock()
1027 data += lpb * inc; in OSDSetBlock()
1032 rc = BlitBitmap(av7110, x0, y0 + bnum * lpb); in OSDSetBlock()
/linux-6.1.9/arch/arc/kernel/
Dsetup.c320 struct bcr_lpb lpb; in arc_cpu_mumbojumbo() local
322 READ_BCR(ARC_REG_LPB_BUILD, lpb); in arc_cpu_mumbojumbo()
323 if (lpb.ver) { in arc_cpu_mumbojumbo()
328 lpb.entries, in arc_cpu_mumbojumbo()
/linux-6.1.9/arch/powerpc/boot/dts/
Da3m071.dts91 compatible = "fsl,mpc5200b-lpb","simple-bus";
Dmpc5200b.dtsi285 compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
Da4m072.dts102 compatible = "fsl,mpc5200b-lpb","simple-bus";
Dtqm5200.dts173 compatible = "fsl,mpc5200-lpb","simple-bus";
Dcharon.dts181 compatible = "fsl,mpc5200-lpb","simple-bus";
Dlite5200.dts292 compatible = "fsl,mpc5200-lpb","simple-bus";
/linux-6.1.9/fs/ubifs/
Dfind.c733 const struct ubifs_lprops *lpb = *b; in cmp_dirty_idx() local
735 return lpa->dirty + lpa->free - lpb->dirty - lpb->free; in cmp_dirty_idx()