Searched refs:pep (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 280 static int pxa168_init_hw(struct pxa168_eth_private *pep); 287 static inline u32 rdl(struct pxa168_eth_private *pep, int offset) in rdl() argument 289 return readl(pep->base + offset); in rdl() 292 static inline void wrl(struct pxa168_eth_private *pep, int offset, u32 data) in wrl() argument 294 writel(data, pep->base + offset); in wrl() 297 static void abort_dma(struct pxa168_eth_private *pep) in abort_dma() argument 303 wrl(pep, SDMA_CMD, SDMA_CMD_AR | SDMA_CMD_AT); in abort_dma() 307 while ((rdl(pep, SDMA_CMD) & (SDMA_CMD_AR | SDMA_CMD_AT)) in abort_dma() 314 netdev_err(pep->dev, "%s : DMA Stuck\n", __func__); in abort_dma() 319 struct pxa168_eth_private *pep = netdev_priv(dev); in rxq_refill() local [all …]
|
/linux-4.4.14/drivers/scsi/ |
D | am53c974.c | 145 struct pci_esp_priv *pep = pci_esp_get_priv(esp); in pci_esp_irq_pending() local 147 pep->dma_status = pci_esp_read8(esp, ESP_DMA_STATUS); in pci_esp_irq_pending() 148 esp_dma_log("dma intr dreg[%02x]\n", pep->dma_status); in pci_esp_irq_pending() 150 if (pep->dma_status & (ESP_DMA_STAT_ERROR | in pci_esp_irq_pending() 208 struct pci_esp_priv *pep = pci_esp_get_priv(esp); in pci_esp_dma_invalidate() local 213 pep->dma_status = 0; in pci_esp_dma_invalidate() 218 struct pci_esp_priv *pep = pci_esp_get_priv(esp); in pci_esp_dma_error() local 220 if (pep->dma_status & ESP_DMA_STAT_ERROR) { in pci_esp_dma_error() 228 if (pep->dma_status & ESP_DMA_STAT_ABORT) { in pci_esp_dma_error() 230 pep->dma_status = pci_esp_read8(esp, ESP_DMA_CMD); in pci_esp_dma_error() [all …]
|
/linux-4.4.14/net/phonet/ |
D | Makefile | 11 pn_pep-y := pep.o pep-gprs.o
|
/linux-4.4.14/fs/ |
D | eventpoll.c | 935 static int ep_alloc(struct eventpoll **pep) in ep_alloc() argument 956 *pep = ep; in ep_alloc()
|