Home
last modified time | relevance | path

Searched refs:addr_virt_ce (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/soc/fsl/qbman/
A Dbman_portal.c142 pcfg->addr_virt_ce = memremap(addr_phys[0]->start, in bman_portal_probe()
145 if (!pcfg->addr_virt_ce) { in bman_portal_probe()
201 memunmap(pcfg->addr_virt_ce); in bman_portal_probe()
A Dqman_portal.c233 pcfg->addr_virt_ce = memremap(addr_phys[0]->start, in qman_portal_probe()
236 if (!pcfg->addr_virt_ce) { in qman_portal_probe()
299 memunmap(pcfg->addr_virt_ce); in qman_portal_probe()
A Dbman_priv.h50 void *addr_virt_ce; member
A Dqman_priv.h157 void *addr_virt_ce; member
A Dbman.c538 p->addr.ce = c->addr_virt_ce; in bman_create_portal()
539 p->addr.ce_be = c->addr_virt_ce; in bman_create_portal()
A Dqman.c1244 p->addr.ce = c->addr_virt_ce; in qman_create_portal()
1245 p->addr.ce_be = c->addr_virt_ce; in qman_create_portal()

Completed in 16 milliseconds