Searched defs:admac_data (Results 1 – 1 of 1) sorted by relevance
95 struct admac_data { struct96 struct dma_device dma;97 struct device *dev;121 static void admac_modify(struct admac_data *ad, int reg, u32 mask, u32 val) in admac_modify() argument