Searched defs:slot (Results 1 – 3 of 3) sorted by relevance
/DragonOS-0.1.7/kernel/src/driver/pci/ |
D | pci.c | 40 uint32_t pci_read_config(uchar bus, uchar slot, uchar func, uchar offset) in pci_read_config() 64 uint pci_write_config(uchar bus, uchar slot, uchar func, uchar offset, uint32_t data) in pci_write_config() 88 …ice_header(struct pci_device_structure_general_device_t *header, uchar bus, uchar slot, uchar func) in pci_read_general_device_header() 127 …_header(struct pci_device_structure_pci_to_pci_bridge_t *header, uchar bus, uchar slot, uchar func) in pci_read_pci_to_pci_bridge_header() 181 …der(struct pci_device_structure_pci_to_cardbus_bridge_t *header, uchar bus, uchar slot, uchar func) in pci_read_pci_to_cardbus_bridge_header() 230 void *pci_read_header(int *type, uchar bus, uchar slot, uchar func, bool add_to_list) in pci_read_header()
|
/DragonOS-0.1.7/kernel/src/driver/disk/ahci/ |
D | ahcidisk.rs | 71 let slot = port.find_cmdslot().unwrap_or(u32::MAX); in read_at() localVariable 204 let slot = port.find_cmdslot().unwrap_or(u32::MAX); in write_at() localVariable
|
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/ |
D | xhci.c | 1006 struct xhci_slot_context_t slot; in xhci_set_address() local 1733 struct xhci_slot_context_t slot; in xhci_configure_endpoint() local
|