SN_DMA_SUPPORTED

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

sn_dma_supported - test a DMA mask  

SYNOPSIS

"SYNOPSIS"

int sn_dma_supported (struct device * dev, u64 mask);  

ARGUMENTS

dev
device to test
mask
DMA mask to test
 

DESCRIPTION

Return whether the given PCI device DMA address mask can be supported properly. For example, if your device can only drive the low 24-bits during PCI bus mastering, then you would pass 0x00ffffff as the mask to this function. Of course, SN only supports devices that have 32 or more address bits when using the PMU.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:49 GMT, October 09, 2005