Searched defs:intf (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/platforms/pasemi/ |
D | dma_lib.c | 77 unsigned int pasemi_read_mac_reg(int intf, unsigned int 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() 519 int i, intf, err = 0; in pasemi_dma_init() local
|
/arch/arm/mach-bcmring/include/mach/csp/ |
D | dmacHw_reg.h | 377 #define dmacHw_SET_SRC_PERI_INTF(module, channel, intf) (dmacHw_REG_CFG_HI((module), (channel)) = (… argument 378 #define dmacHw_SRC_PERI_INTF(intf) (((intf) << 7) & dmacHw_REG_CFG_HI_SRC_PERI… argument 379 #define dmacHw_SET_DST_PERI_INTF(module, channel, intf) (dmacHw_REG_CFG_HI((module), (channel)) = (… argument 380 #define dmacHw_DST_PERI_INTF(intf) (((intf) << 11) & dmacHw_REG_CFG_HI_DST_PER… argument
|