Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/driver/pci/
Dpci.c43 uint lslot = (uint)slot; in pci_read_config() local
47 …uint address = (uint)((lbus << 16) | (lslot << 11) | (lfunc << 8) | (offset & 0xfc) | ((uint)0x800… in pci_read_config()
67 uint lslot = (uint)slot; in pci_write_config() local
71 …uint address = (uint)((lbus << 16) | (lslot << 11) | (lfunc << 8) | (offset & 0xfc) | ((uint)0x800… in pci_write_config()