Searched refs:mp1 (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_mca.c | 113 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 D | amdgpu_mca.h | 92 struct amdgpu_mca_ras mp1; member
|
| H A D | gmc_v9_0.c | 1580 mca->mp1.ras = &mca_v3_0_mp1_ras; in gmc_v9_0_set_mca_ras_funcs()
|
| /linux-6.15/Documentation/devicetree/bindings/pinctrl/ |
| H A D | marvell,kirkwood-pinctrl.txt | 132 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-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 2787 struct lpfc_dmabuf *mp1, *mp2; in lpfc_sli3_post_buffer() local 2804 if (mp1) in lpfc_sli3_post_buffer() 2805 mp1->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp1->phys); in lpfc_sli3_post_buffer() 2806 if (!mp1 || !mp1->virt) { in lpfc_sli3_post_buffer() 2807 kfree(mp1); in lpfc_sli3_post_buffer() 2813 INIT_LIST_HEAD(&mp1->list); in lpfc_sli3_post_buffer() 2822 lpfc_mbuf_free(phba, mp1->virt, mp1->phys); in lpfc_sli3_post_buffer() 2823 kfree(mp1); in lpfc_sli3_post_buffer() 2852 lpfc_mbuf_free(phba, mp1->virt, mp1->phys); in lpfc_sli3_post_buffer() 2853 kfree(mp1); in lpfc_sli3_post_buffer() [all …]
|