Home
last modified time | relevance | path

Searched defs:port (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.3/kernel/src/driver/disk/ahci/
Dahci.c188 static int check_type(HBA_PORT *port) in check_type()
257 static void start_cmd(HBA_PORT *port) in start_cmd()
269 static void stop_cmd(HBA_PORT *port) in stop_cmd()
288 static void port_rebase(HBA_PORT *port, int portno) in port_rebase()
339 static bool ahci_read(HBA_PORT *port, uint32_t startl, uint32_t starth, uint32_t count, uint64_t bu… in ahci_read()
433 static bool ahci_write(HBA_PORT *port, uint32_t startl, uint32_t starth, uint32_t count, in ahci_write()
512 static int ahci_find_cmdslot(HBA_PORT *port) in ahci_find_cmdslot()
/DragonOS-0.1.3/kernel/src/common/
Dglib.h133 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.3/kernel/src/driver/uart/
Duart.rs76 port: UartPort, field
94 let port = uart_port.to_u16(); in uart_init() localVariable
157 let port = uart_port.to_u16(); in uart_send() localVariable
170 let port = uart_port.to_u16(); in uart_read_byte() localVariable
/DragonOS-0.1.3/kernel/src/driver/usb/xhci/
Dxhci.c780 static int xhci_reset_port(const int id, const int port) in xhci_reset_port()
890 static uint64_t xhci_initialize_slot(const int id, const int port, const int speed, const int max_p… in xhci_initialize_slot()