Lines Matching full:bman
77 /* Pointer to the start of the BMan's CCSR space */
115 /* Check to see if BMan has already been initialized */ in bm_set_memory()
121 pr_err("Attempted to reinitialize BMan with different BAR, got 0x%llx read BARE=0x%x BAR=0x%x\n", in bm_set_memory()
125 pr_info("BMan BAR already configured\n"); in bm_set_memory()
137 * Location and size of BMan private memory
229 dev_err(dev, "Unknown Bman version:%04x,%02x,%02x\n", in fsl_bman_probe()
234 ret = qbman_init_private_mem(dev, 0, "fsl,bman-fbpr", &fbpr_a, &fbpr_sz); in fsl_bman_probe()
250 ret = devm_request_irq(dev, err_irq, bman_isr, IRQF_SHARED, "bman-err", in fsl_bman_probe()
267 bm_bpalloc = devm_gen_pool_create(dev, 0, -1, "bman-bpalloc"); in fsl_bman_probe()
270 dev_err(dev, "bman-bpalloc pool init failed (%d)\n", ret); in fsl_bman_probe()
274 /* seed BMan resource pool */ in fsl_bman_probe()
289 .compatible = "fsl,bman",