Home
last modified time | relevance | path

Searched refs:intf (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/platforms/pasemi/
Ddma_lib.c77 unsigned int pasemi_read_mac_reg(int intf, unsigned int reg) in pasemi_read_mac_reg() argument
79 return in_le32(mac_regs[intf]+reg); in pasemi_read_mac_reg()
88 void pasemi_write_mac_reg(int intf, unsigned int reg, unsigned int val) in pasemi_write_mac_reg() argument
90 out_le32(mac_regs[intf]+reg, val); in pasemi_write_mac_reg()
519 int i, intf, err = 0; in pasemi_dma_init() local
557 intf = 0; in pasemi_dma_init()
561 mac_regs[intf++] = map_onedev(pdev, 0); in pasemi_dma_init()
568 mac_regs[intf++] = map_onedev(pdev, 0); in pasemi_dma_init()
/arch/arm/mach-bcmring/include/mach/csp/
DdmacHw_reg.h377 …nnel, intf) (dmacHw_REG_CFG_HI((module), (channel)) = (dmacHw_REG_CFG_HI((module), (channel)) & ~(… argument
378 #define dmacHw_SRC_PERI_INTF(intf) (((intf) << 7) & dmacHw_REG_CFG_HI_SRC_PERI… argument
379 …nnel, intf) (dmacHw_REG_CFG_HI((module), (channel)) = (dmacHw_REG_CFG_HI((module), (channel)) & ~(… argument
380 #define dmacHw_DST_PERI_INTF(intf) (((intf) << 11) & dmacHw_REG_CFG_HI_DST_PER… argument
/arch/powerpc/include/asm/
Dpasemi_dma.h499 extern unsigned int pasemi_read_mac_reg(int intf, unsigned int reg);
500 extern void pasemi_write_mac_reg(int intf, unsigned int reg, unsigned int val);