Searched refs:mp1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
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-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 2290 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer() local 2306 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer() 2307 if (mp1) in lpfc_post_buffer() 2308 mp1->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp1->phys); in lpfc_post_buffer() 2309 if (!mp1 || !mp1->virt) { in lpfc_post_buffer() 2310 kfree(mp1); in lpfc_post_buffer() 2316 INIT_LIST_HEAD(&mp1->list); in lpfc_post_buffer() 2325 lpfc_mbuf_free(phba, mp1->virt, mp1->phys); in lpfc_post_buffer() 2326 kfree(mp1); in lpfc_post_buffer() 2337 icmd->un.cont64[0].addrHigh = putPaddrHigh(mp1->phys); in lpfc_post_buffer() [all …]
|