Searched refs:mp1 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/Documentation/devicetree/bindings/rtc/ |
D | st,stm32-rtc.txt | 13 It is required on stm32(h7/mp1). 15 It is required on stm32(h7/mp1).
|
/Linux-v4.19/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-v4.19/drivers/scsi/lpfc/ |
D | lpfc_init.c | 2548 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer() local 2564 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer() 2565 if (mp1) in lpfc_post_buffer() 2566 mp1->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp1->phys); in lpfc_post_buffer() 2567 if (!mp1 || !mp1->virt) { in lpfc_post_buffer() 2568 kfree(mp1); in lpfc_post_buffer() 2574 INIT_LIST_HEAD(&mp1->list); in lpfc_post_buffer() 2583 lpfc_mbuf_free(phba, mp1->virt, mp1->phys); in lpfc_post_buffer() 2584 kfree(mp1); in lpfc_post_buffer() 2595 icmd->un.cont64[0].addrHigh = putPaddrHigh(mp1->phys); in lpfc_post_buffer() [all …]
|