Searched full:lpb (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.1/arch/powerpc/platforms/512x/ |
D | mpc512x_lpbfifo.c | 49 * 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()
|
/Linux-v6.1/arch/powerpc/platforms/52xx/ |
D | mpc52xx_lpbfifo.c | 180 * mpc52xx_lpbfifo_irq - IRQ handler for LPB FIFO 183 * triggers. Handle the dma completion here instead of the LPB FIFO Bestcomm 184 * task completion irq because everything is not really done until the LPB FIFO 322 * mpc52xx_lpbfifo_bcom_irq - IRQ handler for LPB FIFO Bestcomm task 394 * mpc52xx_lpbfifo_submit - Submit an LPB FIFO transfer request.
|
D | mpc52xx_common.c | 37 { .compatible = "fsl,lpb", },
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | mpc5121.h | 62 * SCLPC Module (LPB FIFO) 110 phys_addr_t dev_phys_addr; /* physical address of some device on LPB */
|
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/av7110/ |
D | av7110_hw.c | 991 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-v6.1/arch/arc/kernel/ |
D | setup.c | 320 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()
|
D | head.S | 65 breq r5, 0, 1f ; LPB doesn't exist
|
/Linux-v6.1/arch/powerpc/boot/dts/ |
D | mpc5200b.dtsi | 285 compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
|
D | a3m071.dts | 91 compatible = "fsl,mpc5200b-lpb","simple-bus";
|
D | a4m072.dts | 102 compatible = "fsl,mpc5200b-lpb","simple-bus";
|
D | tqm5200.dts | 173 compatible = "fsl,mpc5200-lpb","simple-bus";
|
D | charon.dts | 181 compatible = "fsl,mpc5200-lpb","simple-bus";
|
D | lite5200.dts | 292 compatible = "fsl,mpc5200-lpb","simple-bus";
|
/Linux-v6.1/arch/arc/ |
D | Kconfig | 431 bool "Disable loop buffer (LPB)" 433 On HS cores, loop buffer (LPB) is programmable in runtime and can
|
/Linux-v6.1/Documentation/devicetree/bindings/mtd/ |
D | mtd-physmap.yaml | 86 with JFFS2 usage, as the local bus (LPB) doesn't support unaligned
|
/Linux-v6.1/fs/ubifs/ |
D | find.c | 733 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()
|
/Linux-v6.1/drivers/mtd/maps/ |
D | physmap-core.c | 391 * may cause problems with JFFS2 usage, as the local bus (LPB) in physmap_flash_of_init()
|
/Linux-v6.1/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 1903 * master engine unit, motion compensation/LPB in savage_init_hw()
|
/Linux-v6.1/drivers/message/fusion/ |
D | mptbase.c | 7285 ds = "Loop State(LPB) Change"; in mpt_display_event_info()
|