Home
last modified time | relevance | path

Searched refs:mp2 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dmarvell,kirkwood-pinctrl.txt134 mpp22 22 gpio, ge1(txd2), ts(mp2), tdm(tx2ql), audio(rmclk),
183 mpp22 22 gpio, ge1(txd2), ts(mp2), tdm(tx2ql), audio(rmclk),
201 mpp38 38 gpio, ts(mp2), tdm(rx2ql), audio(rmclk)
247 mpp22 22 gpio, ge1(txd2), ts(mp2), tdm(tx2ql), audio(rmclk),
271 mpp38 38 gpio, ts(mp2), tdm(rx2ql), audio(rmclk), lcd(d18)
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_init.c2283 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer() local
2312 mp2 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer()
2313 if (mp2) in lpfc_post_buffer()
2314 mp2->virt = lpfc_mbuf_alloc(phba, MEM_PRI, in lpfc_post_buffer()
2315 &mp2->phys); in lpfc_post_buffer()
2316 if (!mp2 || !mp2->virt) { in lpfc_post_buffer()
2317 kfree(mp2); in lpfc_post_buffer()
2325 INIT_LIST_HEAD(&mp2->list); in lpfc_post_buffer()
2327 mp2 = NULL; in lpfc_post_buffer()
2335 if (mp2) { in lpfc_post_buffer()
[all …]