get_dma_residue
extern int get_dma_residue(unsigned int chan);
EXPORT_SYMBOL(get_dma_residue);
return get_dma_residue(FLOPPY_DMA);
get_dma_residue,
._get_dma_residue = get_dma_residue,
EXPORT_SYMBOL(get_dma_residue);
if (get_dma_residue(PVR2_CASCADE_CHAN)) {
extern int get_dma_residue(unsigned int chan);
unsigned int (*get_dma_residue) (void);
sun_fdops.get_dma_residue = sun_pci_get_dma_residue;
sun_fdops.get_dma_residue = sun_get_dma_residue;
#define get_dma_residue(x) sun_fdops.get_dma_residue()
._get_dma_residue = get_dma_residue,
#define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA)
result = get_dma_residue(desc->chan);
result1 = get_dma_residue(desc->chan);
residue = get_dma_residue(dma_chan);
count += length - get_dma_residue(priv->dma_channel);
residue = get_dma_residue(priv->dma_channel);
if ((status1 & HR_END) || get_dma_residue(priv->dma_channel) == 0)
if (get_dma_residue(priv->dma_channel) == 0) {
count = get_dma_residue(host->dma);
count = get_dma_residue(port->dma);
left += get_dma_residue(port->dma);
result = get_dma_residue(dma);
result1 = get_dma_residue(dma);
location = get_dma_residue(stream->dma);