Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/serial/serial8250/
H A Dserial8250_pio.rs43 static mut PIO_PORTS: [Option<Serial8250PIOPort>; 8] =
65 let port = Serial8250PIOPort::new(
103 pub struct Serial8250PIOPort { struct
110 impl Serial8250PIOPort { argument
213 impl Serial8250Port for Serial8250PIOPort { implementation
223 impl UartPort for Serial8250PIOPort { implementation