Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
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-4.1.27/drivers/scsi/lpfc/
Dlpfc_init.c2283 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer() local
2299 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer()
2300 if (mp1) in lpfc_post_buffer()
2301 mp1->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp1->phys); in lpfc_post_buffer()
2302 if (!mp1 || !mp1->virt) { in lpfc_post_buffer()
2303 kfree(mp1); in lpfc_post_buffer()
2309 INIT_LIST_HEAD(&mp1->list); in lpfc_post_buffer()
2318 lpfc_mbuf_free(phba, mp1->virt, mp1->phys); in lpfc_post_buffer()
2319 kfree(mp1); in lpfc_post_buffer()
2330 icmd->un.cont64[0].addrHigh = putPaddrHigh(mp1->phys); in lpfc_post_buffer()
[all …]