Searched refs:pcibr_dmamap (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/ |
D | pcibr_ate.c | 45 unsigned ate_freeze(pcibr_dmamap_t pcibr_dmamap, 51 void ate_thaw(pcibr_dmamap_t pcibr_dmamap, 279 #define ATE_FREEZE() s = ate_freeze(pcibr_dmamap, &freeze_time, cmd_regs) 281 #define ATE_FREEZE() s = ate_freeze(pcibr_dmamap, cmd_regs) 285 ate_freeze(pcibr_dmamap_t pcibr_dmamap, in ate_freeze() argument 291 pcibr_soft_t pcibr_soft = pcibr_dmamap->bd_soft; in ate_freeze() 293 int dma_slot = pcibr_dmamap->bd_slot; in ate_freeze() 295 int ext_ates = pcibr_dmamap->bd_flags & PCIBR_DMAMAP_SSRAM; in ate_freeze() 323 if (pcibr_dmamap->bd_flags & PCIBR_DMAMAP_BUSY) { in ate_freeze() 324 pcibr_dmamap->bd_flags &= ~PCIBR_DMAMAP_BUSY; in ate_freeze() [all …]
|
D | pcibr_dvr.c | 105 #define ATE_FREEZE() s = ate_freeze(pcibr_dmamap, &freeze_time, cmd_regs) 107 #define ATE_FREEZE() s = ate_freeze(pcibr_dmamap, cmd_regs) 111 #define ATE_THAW() ate_thaw(pcibr_dmamap, ate_index, ate, ate_total, freeze_time, cmd_regs, s) 113 #define ATE_THAW() ate_thaw(pcibr_dmamap, ate_index, cmd_regs, s) 151 extern unsigned ate_freeze(pcibr_dmamap_t pcibr_dmamap, 157 extern void ate_thaw(pcibr_dmamap_t pcibr_dmamap, int ate_index, 2818 pcibr_dmamap_t pcibr_dmamap; in pcibr_dmamap_alloc() local 2830 pcibr_dmamap = (pcibr_dmamap_t)get_free_pciio_dmamap(pcibr_soft->bs_vhdl); in pcibr_dmamap_alloc() 2832 if (!pcibr_dmamap) in pcibr_dmamap_alloc() 2840 free_pciio_dmamap(pcibr_dmamap); in pcibr_dmamap_alloc() [all …]
|