Home
last modified time | relevance | path

Searched refs:dmac (Results 1 – 11 of 11) sorted by relevance

/drivers/dma/
Dpl330.c483 struct pl330_dmac *dmac; member
558 struct dma_pl330_dmac *dmac; member
633 struct pl330_dmac *pl330 = thrd->dmac; in is_manager()
645 struct pl330_dmac *pl330 = thrd->dmac; in _manager_ns()
1018 void __iomem *regs = thrd->dmac->pinfo->base; in _until_dmac_idle()
1038 void __iomem *regs = thrd->dmac->pinfo->base; in _execute_DBGINSN()
1053 dev_err(thrd->dmac->pinfo->dev, "DMAC halted!\n"); in _execute_DBGINSN()
1079 void __iomem *regs = thrd->dmac->pinfo->base; in _state()
1137 void __iomem *regs = thrd->dmac->pinfo->base; in _stop()
1160 void __iomem *regs = thrd->dmac->pinfo->base; in _trigger()
[all …]
/drivers/spi/
Dspi-dw-mid.c42 return dws->dmac && (&dws->dmac->dev == chan->device->dev); in mid_spi_dma_chan_filter()
55 dws->dmac = pci_get_device(PCI_VENDOR_ID_INTEL, 0x0813, NULL); in mid_spi_dma_init()
56 if (!dws->dmac) in mid_spi_dma_init()
57 dws->dmac = pci_get_device(PCI_VENDOR_ID_INTEL, 0x0827, NULL); in mid_spi_dma_init()
Dspi-dw.h153 struct pci_dev *dmac; member
/drivers/net/wan/
Dhd64570.c165 u16 dmac = transmit ? get_dmac_tx(port) : get_dmac_rx(port); in sca_init_port() local
188 sca_out(0, dmac + CPB, card); /* pointer base */ in sca_init_port()
189 sca_outw(desc_offset(port, 0, transmit), dmac + CDAL, card); in sca_init_port()
192 dmac + EDAL, card); in sca_init_port()
194 sca_outw(desc_offset(port, 0, transmit), dmac + EDAL, in sca_init_port()
203 sca_outw(HDLC_MAX_MRU, dmac + BFLL, card); in sca_init_port()
294 u16 dmac = get_dmac_rx(port); in sca_rx_intr() local
309 u32 cda = sca_inw(dmac + CDAL, card); in sca_rx_intr()
333 sca_outw(desc_off, dmac + EDAL, card); in sca_rx_intr()
346 u16 dmac = get_dmac_tx(port); in sca_tx_intr() local
[all …]
Dhd64572.c237 u16 dmac = get_dmac_rx(port); in sca_rx_done() local
253 u32 cda = sca_inl(dmac + CDAL, card); in sca_rx_done()
279 sca_outl(desc_off, dmac + EDAL, card); in sca_rx_done()
/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c157 memcpy(e->dmac, e->neigh->ha, sizeof(e->dmac)); in write_l2e()
158 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac)); in write_l2e()
349 if (memcmp(e->dmac, neigh->ha, sizeof(e->dmac)) || in reuse_entry()
477 if (memcmp(e->dmac, neigh->ha, sizeof(e->dmac))) in t4_l2t_update()
561 e->idx, ip, e->dmac, in l2t_seq_show()
Dl2t.h73 u8 dmac[ETH_ALEN]; /* neighbour's MAC address */ member
/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c105 memcpy(e->dmac, e->neigh->ha, sizeof(e->dmac)); in setup_l2e_send_pending()
106 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac)); in setup_l2e_send_pending()
291 if (memcmp(e->dmac, neigh->ha, sizeof(e->dmac)) || in reuse_entry()
430 if (memcmp(e->dmac, neigh->ha, 6)) in t3_l2t_update()
Dl2t.h70 u8 dmac[6]; /* neighbour's MAC address */ member
/drivers/net/ethernet/
Dkorina.c152 if (readl(&ch->dmac) & DMA_CHAN_RUN_BIT) { in korina_abort_dma()
153 writel(0x10, &ch->dmac); in korina_abort_dma()
/drivers/infiniband/hw/mlx4/
Dqp.c974 memcpy(path->dmac, mac, 6); in mlx4_set_path()