Home
last modified time | relevance | path

Searched refs:pep (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c266 static int pxa168_init_hw(struct pxa168_eth_private *pep);
273 static inline u32 rdl(struct pxa168_eth_private *pep, int offset) in rdl() argument
275 return readl_relaxed(pep->base + offset); in rdl()
278 static inline void wrl(struct pxa168_eth_private *pep, int offset, u32 data) in wrl() argument
280 writel_relaxed(data, pep->base + offset); in wrl()
283 static void abort_dma(struct pxa168_eth_private *pep) in abort_dma() argument
289 wrl(pep, SDMA_CMD, SDMA_CMD_AR | SDMA_CMD_AT); in abort_dma()
293 while ((rdl(pep, SDMA_CMD) & (SDMA_CMD_AR | SDMA_CMD_AT)) in abort_dma()
300 netdev_err(pep->dev, "%s : DMA Stuck\n", __func__); in abort_dma()
305 struct pxa168_eth_private *pep = netdev_priv(dev); in rxq_refill() local
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dam53c974.c120 struct pci_esp_priv *pep = pci_esp_get_priv(esp); in pci_esp_irq_pending() local
122 pep->dma_status = pci_esp_read8(esp, ESP_DMA_STATUS); in pci_esp_irq_pending()
123 esp_dma_log("dma intr dreg[%02x]\n", pep->dma_status); in pci_esp_irq_pending()
125 if (pep->dma_status & (ESP_DMA_STAT_ERROR | in pci_esp_irq_pending()
183 struct pci_esp_priv *pep = pci_esp_get_priv(esp); in pci_esp_dma_invalidate() local
188 pep->dma_status = 0; in pci_esp_dma_invalidate()
193 struct pci_esp_priv *pep = pci_esp_get_priv(esp); in pci_esp_dma_error() local
195 if (pep->dma_status & ESP_DMA_STAT_ERROR) { in pci_esp_dma_error()
203 if (pep->dma_status & ESP_DMA_STAT_ABORT) { in pci_esp_dma_error()
205 pep->dma_status = pci_esp_read8(esp, ESP_DMA_CMD); in pci_esp_dma_error()
[all …]
/OK3568_Linux_fs/kernel/net/phonet/
H A DMakefile12 pn_pep-y := pep.o pep-gprs.o
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gammu/python3-gammu/
H A D0001-setup.py-StrictVersion-packaging.version.patch15 [1] https://www.python.org/dev/peps/pep-0632/
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpython_pep517.bbclass2 # https://www.python.org/dev/peps/pep-0517/
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/
H A Dbinutils.inc89 EXTRA_TARGETS:x86-64 = " --enable-targets=x86_64-pe,x86_64-pep "
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dwriting-rules.txt213 https://www.python.org/dev/peps/pep-0008/[PEP8 Style Guide for Python Code].
/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c1017 static int ep_alloc(struct eventpoll **pep) in ep_alloc() argument
1038 *pep = ep; in ep_alloc()
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dclasses.rst2074 the `PEP-517 <https://www.python.org/dev/peps/pep-0517/>`__ compliant
2076 section of ``pyproject.toml`` (See `PEP-518 <https://www.python.org/dev/peps/pep-0518/>`__).
2089 archive (see `PEP-517 <https://peps.python.org/pep-0517/>`__).
2473 `PEP-517 <https://www.python.org/dev/peps/pep-0517/>`__ compliant
2475 section of ``pyproject.toml`` (See `PEP-518 <https://www.python.org/dev/peps/pep-0518/>`__).
2496 (See `PEP-427 <https://www.python.org/dev/peps/pep-0427/>`__).
/OK3568_Linux_fs/buildroot/
H A DConfig.in.legacy155 https://www.python.org/dev/peps/pep-0373/