Searched refs:admac_data (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/dma/ |
H A D | apple-admac.c | 85 struct admac_data; 90 struct admac_data *host; 121 struct admac_data { struct 150 static int admac_alloc_sram_carveout(struct admac_data *ad, in admac_alloc_sram_carveout() argument 184 static void admac_free_sram_carveout(struct admac_data *ad, in admac_free_sram_carveout() 206 static void admac_modify(struct admac_data *ad, int reg, u32 mask, u32 val) in admac_modify() 287 static void admac_cyclic_write_one_desc(struct admac_data *ad, int channo, in admac_cyclic_write_one_desc() 313 static void admac_cyclic_write_desc(struct admac_data *ad, int channo, in admac_cyclic_write_desc() 345 static u32 admac_cyclic_read_residue(struct admac_data *ad, int channo, in admac_cyclic_read_residue() 378 struct admac_data *ad = adchan->host; in admac_tx_status() [all …]
|