Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/i2o/
Dmemory.c37 if (c->pae_support) { in i2o_sg_tablesize()
94 if ((sizeof(dma_addr_t) > 4) && c->pae_support) { in i2o_dma_map_single()
103 if ((sizeof(dma_addr_t) > 4) && c->pae_support) in i2o_dma_map_single()
149 if ((sizeof(dma_addr_t) > 4) && c->pae_support) { in i2o_dma_map_sg()
161 if ((sizeof(dma_addr_t) > 4) && c->pae_support) in i2o_dma_map_sg()
Dpci.c406 c->pae_support = 1; in i2o_pci_probe()
Di2o.h533 unsigned int pae_support:1; /* controller has 64-bit SGL support */ member