Searched refs:vpe_dbg (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/platform/ti/vpe/ |
D | vpe.c | 82 #define vpe_dbg(vpedev, fmt, arg...) \ macro 955 #define DUMPREG(r) vpe_dbg(dev, "%-35s %08x\n", #r, read_reg(dev, VPE_##r)) in vpe_dump_regs() 957 vpe_dbg(dev, "VPE Registers:\n"); in vpe_dump_regs() 1378 vpe_dbg(dev, "INT0_STATUS0 = 0x%08x\n", irqst0); in vpe_irq() 1384 vpe_dbg(dev, "INT0_STATUS1 = 0x%08x\n", irqst1); in vpe_irq() 1510 vpe_dbg(ctx->dev, "finishing transaction\n"); in vpe_irq() 1607 vpe_dbg(ctx->dev, "Fourcc format (0x%08x) invalid.\n", in __vpe_try_fmt() 1773 vpe_dbg(ctx->dev, "Setting format for type %d, wxh: %dx%d, fmt: %d bpl_y %d", in __vpe_s_fmt() 1777 vpe_dbg(ctx->dev, " bpl_uv %d\n", in __vpe_s_fmt() 1955 vpe_dbg(ctx->dev, in vpe_s_selection() [all …]
|