Searched refs:dmp (Results 1 – 2 of 2) sorted by relevance
52 void __iomem *dmp; member95 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_bx()145 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_ax()156 writel(BCMA_RESET_CTL_RESET, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init()214 usb3->dmp = devm_ioremap_resource(dev, &res); in bcm_ns_usb3_mdio_probe()215 if (IS_ERR(usb3->dmp)) in bcm_ns_usb3_mdio_probe()216 return PTR_ERR(usb3->dmp); in bcm_ns_usb3_mdio_probe()
2818 struct lpfc_dmabufext *dmp; in diag_cmd_data_alloc() local2833 if (!dmp) in diag_cmd_data_alloc()2836 INIT_LIST_HEAD(&dmp->dma.list); in diag_cmd_data_alloc()2842 mlist = dmp; in diag_cmd_data_alloc()2847 &(dmp->dma.phys), in diag_cmd_data_alloc()2850 if (!dmp->dma.virt) in diag_cmd_data_alloc()2853 dmp->size = cnt; in diag_cmd_data_alloc()2858 memset((uint8_t *)dmp->dma.virt, 0, cnt); in diag_cmd_data_alloc()2900 struct lpfc_dmabuf *dmp; in lpfcdiag_sli3_loop_post_rxbufs() local2929 dmp = &rxbuffer->dma; in lpfcdiag_sli3_loop_post_rxbufs()[all …]
Completed in 14 milliseconds