Home
last modified time | relevance | path

Searched defs:IORESOURCE_MEM (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/io/
H A Dresource.rs221 pub const IORESOURCE_MEM: Flags = Flags::new(bindings::IORESOURCE_MEM); constant
/linux/include/linux/
H A Dioport.h40 #define IORESOURCE_MEM 0x00000200 macro