Searched refs:mp1 (Results 1 – 5 of 5) sorted by relevance
| /linux/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 | 1514 mca->mp1.ras = &mca_v3_0_mp1_ras; in gmc_v9_0_set_mca_ras_funcs()
|
| /linux/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/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 2815 struct lpfc_dmabuf *mp1, *mp2; in lpfc_sli3_post_buffer() local 2831 mp1 = kmalloc_obj(struct lpfc_dmabuf); in lpfc_sli3_post_buffer() 2832 if (mp1) in lpfc_sli3_post_buffer() 2833 mp1->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp1->phys); in lpfc_sli3_post_buffer() 2834 if (!mp1 || !mp1->virt) { in lpfc_sli3_post_buffer() 2835 kfree(mp1); in lpfc_sli3_post_buffer() 2841 INIT_LIST_HEAD(&mp1->list); in lpfc_sli3_post_buffer() 2850 lpfc_mbuf_free(phba, mp1->virt, mp1->phys); in lpfc_sli3_post_buffer() 2851 kfree(mp1); in lpfc_sli3_post_buffer() 2862 icmd->un.cont64[0].addrHigh = putPaddrHigh(mp1->phys); in lpfc_sli3_post_buffer() [all …]
|