Home
last modified time | relevance | path

Searched defs:npe (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/arm/mach-ixp4xx/include/mach/
Dnpe.h18 struct npe { struct
20 struct npe_regs __iomem *regs; argument
27 static inline const char *npe_name(struct npe *npe) in npe_name()
/Linux-v4.19/arch/arm/mach-ixp4xx/
Dixp4xx_npe.c125 #define print_npe(pri, npe, fmt, ...) \ argument
129 #define debug_msg(npe, fmt, ...) \ argument
132 #define debug_msg(npe, fmt, ...) argument
169 int npe_running(struct npe *npe) in npe_running()
174 static void npe_cmd_write(struct npe *npe, u32 addr, int cmd, u32 data) in npe_cmd_write()
181 static u32 npe_cmd_read(struct npe *npe, u32 addr, int cmd) in npe_cmd_read()
193 static void npe_clear_active(struct npe *npe, u32 reg) in npe_clear_active()
199 static void npe_start(struct npe *npe) in npe_start()
210 static void npe_stop(struct npe *npe) in npe_stop()
216 static int __must_check npe_debug_instr(struct npe *npe, u32 instr, u32 ctx, in npe_debug_instr()
[all …]
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dnpu-dma.c174 static struct pnv_ioda_pe *get_gpu_pci_dev_and_pe(struct pnv_ioda_pe *npe, in get_gpu_pci_dev_and_pe()
201 long pnv_npu_set_window(struct pnv_ioda_pe *npe, int num, in pnv_npu_set_window()
235 long pnv_npu_unset_window(struct pnv_ioda_pe *npe, int num) in pnv_npu_unset_window()
261 static void pnv_npu_dma_set_32(struct pnv_ioda_pe *npe) in pnv_npu_dma_set_32()
293 static int pnv_npu_dma_set_bypass(struct pnv_ioda_pe *npe) in pnv_npu_dma_set_bypass()
326 struct pnv_ioda_pe *npe; in pnv_npu_try_dma_set_bypass() local
356 void pnv_npu_take_ownership(struct pnv_ioda_pe *npe) in pnv_npu_take_ownership()
383 struct pnv_ioda_pe *pnv_pci_npu_setup_iommu(struct pnv_ioda_pe *npe) in pnv_pci_npu_setup_iommu()
Dpci-ioda.c2672 struct pnv_ioda_pe *npe = NULL; in gpe_table_group_to_npe() local
2684 struct pnv_ioda_pe *npe = gpe_table_group_to_npe(table_group); in pnv_pci_ioda2_npu_set_window() local
2709 struct pnv_ioda_pe *npe = gpe_table_group_to_npe(table_group); in pnv_pci_ioda2_npu_unset_window() local
/Linux-v4.19/drivers/net/ethernet/xscale/
Dixp4xx_eth.c171 struct npe *npe; member
1182 struct npe *npe = port->npe; in eth_open() local
/Linux-v4.19/drivers/net/wan/
Dixp4xx_hss.c258 struct npe *npe; member