Searched defs:port (Results 1 – 5 of 5) sorted by relevance
/DragonOS-0.1.5/kernel/src/common/ |
D | glib.h | 133 unsigned char io_in8(unsigned short port) in io_in8() 145 unsigned int io_in32(unsigned short port) in io_in32() 157 void io_out8(unsigned short port, unsigned char value) in io_out8() 167 void io_out32(unsigned short port, unsigned int value) in io_out32() 180 #define io_insw(port, buffer, nr) \ argument 188 #define io_outsw(port, buffer, nr) \ argument
|
/DragonOS-0.1.5/kernel/src/driver/uart/ |
D | uart.rs | 76 port: UartPort, field 97 let port = uart_port.to_u16(); in uart_init() localVariable 160 let port = uart_port.to_u16(); in uart_send() localVariable 175 let port = uart_port.to_u16(); in uart_read_byte() localVariable
|
/DragonOS-0.1.5/kernel/src/driver/disk/ahci/ |
D | ahcidisk.rs | 68 let port = _port(self.ctrl_num, self.port_num); in read_at() localVariable 200 let port = _port(self.ctrl_num, self.port_num); in write_at() localVariable
|
D | mod.rs | 185 let port: &HbaPort = &list[ctrl_num as usize].ports[port_num as usize]; in _port() localVariable
|
/DragonOS-0.1.5/kernel/src/driver/usb/xhci/ |
D | xhci.c | 782 static int xhci_reset_port(const int id, const int port) in xhci_reset_port() 892 static uint64_t xhci_initialize_slot(const int id, const int port, const int speed, const int max_p… in xhci_initialize_slot()
|