Home
last modified time | relevance | path

Searched refs:mp1 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mca.c113 if (!adev->mca.mp1.ras) in amdgpu_mca_mp1_ras_sw_init()
116 ras = adev->mca.mp1.ras; in amdgpu_mca_mp1_ras_sw_init()
127 adev->mca.mp1.ras_if = &ras->ras_block.ras_comm; in amdgpu_mca_mp1_ras_sw_init()
H A Damdgpu_mca.h92 struct amdgpu_mca_ras mp1; member
H A Dgmc_v9_0.c1525 mca->mp1.ras = &mca_v3_0_mp1_ras; in gmc_v9_0_set_mca_ras_funcs()
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,kirkwood-pinctrl.txt132 mpp21 21 gpio, ge1(txd1), sata0(act), ts(mp1), tdm(rx0ql),
181 mpp21 21 gpio, ge1(txd1), sata0(act), ts(mp1), tdm(rx0ql),
200 mpp37 37 gpio, ts(mp1), tdm(tx2ql), audio(spdifo)
245 mpp21 21 gpio, ge1(txd1), sata0(act), ts(mp1), tdm(rx0ql),
270 mpp37 37 gpio, ts(mp1), tdm(tx2ql), audio(spdifo), twsi1(sck)
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c2807 struct lpfc_dmabuf *mp1, *mp2; in lpfc_sli3_post_buffer() local
2823 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_sli3_post_buffer()
2824 if (mp1) in lpfc_sli3_post_buffer()
2825 mp1->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp1->phys); in lpfc_sli3_post_buffer()
2826 if (!mp1 || !mp1->virt) { in lpfc_sli3_post_buffer()
2827 kfree(mp1); in lpfc_sli3_post_buffer()
2833 INIT_LIST_HEAD(&mp1->list); in lpfc_sli3_post_buffer()
2842 lpfc_mbuf_free(phba, mp1->virt, mp1->phys); in lpfc_sli3_post_buffer()
2843 kfree(mp1); in lpfc_sli3_post_buffer()
2854 icmd->un.cont64[0].addrHigh = putPaddrHigh(mp1->phys); in lpfc_sli3_post_buffer()
[all …]