Home
last modified time | relevance | path

Searched refs:IORESOURCE_MEM_CACHEABLE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dioport.h84 #define IORESOURCE_MEM_CACHEABLE (1<<1) /* dup: IORESOURCE_CACHEABLE */ macro
/linux-4.4.14/drivers/pnp/
Dinterface.c163 if (mem->flags & IORESOURCE_MEM_CACHEABLE) in pnp_print_mem()