Home
last modified time | relevance | path

Searched refs:PARPORT_MODE_DMA (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dparport.h63 #define PARPORT_MODE_DMA (1<<5) /* Hardware can DMA. */ macro
/linux-2.4.37.9/Documentation/
Dparport-lowlevel.txt167 PARPORT_MODE_DMA The hardware can use DMA, so you might
177 hardware is capable of DMA, and PARPORT_MODE_DMA is in 'modes', it
/linux-2.4.37.9/drivers/parport/
Dparport_pc.c2237 p->modes |= PARPORT_MODE_DMA; in parport_pc_probe_port()