Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/fsl/
H A Dfsl_dma.h117 __be32 source_attr; /* Programmed into SATR register */ member
H A Dfsl_dma.c172 link->source_attr = cpu_to_be32(CCSR_DMA_ATR_SNOOP | in fsl_dma_update_pointers()
638 link->source_attr = cpu_to_be32(CCSR_DMA_ATR_SNOOP | in fsl_dma_hw_params()
646 link->source_attr = cpu_to_be32(CCSR_DMA_ATR_NOSNOOP | in fsl_dma_hw_params()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c375 const struct nlattr *source_attr) in vxlan_mdb_config_group_set() argument
392 if (source_attr) in vxlan_mdb_config_group_set()
393 vxlan_nla_get_addr(&group->src, source_attr); in vxlan_mdb_config_group_set()