Home
last modified time | relevance | path

Searched refs:dmp (Results 1 – 3 of 3) sorted by relevance

/drivers/phy/broadcom/
Dphy-bcm-ns-usb3.c53 void __iomem *dmp; member
103 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_bx()
153 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_ax()
164 writel(BCMA_RESET_CTL_RESET, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init()
226 usb3->dmp = devm_ioremap_resource(dev, &res); in bcm_ns_usb3_mdio_probe()
227 if (IS_ERR(usb3->dmp)) { in bcm_ns_usb3_mdio_probe()
229 return PTR_ERR(usb3->dmp); in bcm_ns_usb3_mdio_probe()
323 usb3->dmp = devm_ioremap_resource(dev, res); in bcm_ns_usb3_probe()
324 if (IS_ERR(usb3->dmp)) { in bcm_ns_usb3_probe()
326 return PTR_ERR(usb3->dmp); in bcm_ns_usb3_probe()
/drivers/scsi/lpfc/
Dlpfc_bsg.c2877 struct lpfc_dmabufext *dmp; in diag_cmd_data_alloc() local
2891 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL); in diag_cmd_data_alloc()
2892 if (!dmp) in diag_cmd_data_alloc()
2895 INIT_LIST_HEAD(&dmp->dma.list); in diag_cmd_data_alloc()
2899 list_add_tail(&dmp->dma.list, &mlist->dma.list); in diag_cmd_data_alloc()
2901 mlist = dmp; in diag_cmd_data_alloc()
2904 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev, in diag_cmd_data_alloc()
2906 &(dmp->dma.phys), in diag_cmd_data_alloc()
2909 if (!dmp->dma.virt) in diag_cmd_data_alloc()
2912 dmp->size = cnt; in diag_cmd_data_alloc()
[all …]
/drivers/message/fusion/
Dmptbase.c6659 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local
6665 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show()