Home
last modified time | relevance | path

Searched full:lpb (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_lpbfifo.c49 * A data transfer from RAM to some device on LPB is finished
53 * But for a data transfer from some device on LPB to RAM we don't enable
61 * mpc512x_lpbfifo_irq - IRQ handler for LPB FIFO
178 * - the physical address of the device on LPB and the packet size in mpc512x_lpbfifo_kick()
186 * - BPT should be set to the LPB device port size for operation with in mpc512x_lpbfifo_kick()
242 /* Make DMA channel work with LPB FIFO data register */ in mpc512x_lpbfifo_kick()
/openbmc/linux/arch/powerpc/include/asm/
H A Dmpc5121.h62 * SCLPC Module (LPB FIFO)
110 phys_addr_t dev_phys_addr; /* physical address of some device on LPB */
/openbmc/linux/drivers/staging/media/av7110/
H A 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()
1022 rc = LoadBitmap(av7110, w, lpb, inc, data); in OSDSetBlock()
1025 rc = BlitBitmap(av7110, x0, y0 + i * lpb); in OSDSetBlock()
1028 data += lpb * inc; in OSDSetBlock()
1033 rc = BlitBitmap(av7110, x0, y0 + bnum * lpb); in OSDSetBlock()
/openbmc/linux/arch/arc/kernel/
H A Dsetup.c164 struct bcr_lpb lpb; in arcv2_mumbojumbo() local
232 READ_BCR(ARC_REG_LPB_BUILD, lpb); in arcv2_mumbojumbo()
233 if (lpb.ver) { in arcv2_mumbojumbo()
238 lpb.entries, IS_DISABLED_RUN(!ctl)); in arcv2_mumbojumbo()
H A Dhead.S65 breq r5, 0, 1f ; LPB doesn't exist
/openbmc/linux/arch/powerpc/boot/dts/
H A Dmpc5200b.dtsi285 compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
H A Da3m071.dts91 compatible = "fsl,mpc5200b-lpb","simple-bus";
H A Da4m072.dts102 compatible = "fsl,mpc5200b-lpb","simple-bus";
H A Dtqm5200.dts173 compatible = "fsl,mpc5200-lpb","simple-bus";
H A Dcharon.dts181 compatible = "fsl,mpc5200-lpb","simple-bus";
H A Dlite5200.dts292 compatible = "fsl,mpc5200-lpb","simple-bus";
/openbmc/u-boot/doc/device-tree-bindings/mtd/
H A Dmtd-physmap.txt22 problems with JFFS2 usage, as the local bus (LPB) doesn't support
/openbmc/linux/arch/arc/
H A DKconfig435 bool "Disable loop buffer (LPB)"
437 On HS cores, loop buffer (LPB) is programmable in runtime and can
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dmtd-physmap.yaml90 with JFFS2 usage, as the local bus (LPB) doesn't support unaligned
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c37 { .compatible = "fsl,lpb", },
/openbmc/linux/fs/ubifs/
H A 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()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-ls2x.c58 /* The PCLK frequency from LPB */
/openbmc/linux/drivers/mtd/maps/
H A Dphysmap-core.c391 * may cause problems with JFFS2 usage, as the local bus (LPB) in physmap_flash_of_init()
/openbmc/linux/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c1906 * master engine unit, motion compensation/LPB in savage_init_hw()
/openbmc/linux/drivers/message/fusion/
H A Dmptbase.c7285 ds = "Loop State(LPB) Change"; in mpt_display_event_info()