Searched refs:uchar (Results 1 – 6 of 6) sorted by relevance
/DragonOS-0.1.7/kernel/src/driver/pci/ |
D | pci.h | 179 uint32_t pci_read_config(uchar bus, uchar slot, uchar func, uchar offset); 190 uint pci_write_config(uchar bus, uchar slot, uchar func, uchar offset, uint32_t data); 201 void *pci_read_header(int *type, uchar bus, uchar slot, uchar func, bool add_to_list);
|
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/smp/ |
D | smp.h | 10 extern uchar _apu_boot_start[]; 11 extern uchar _apu_boot_end[];
|
/DragonOS-0.1.7/kernel/src/ |
D | main.c | 104 uchar *ptr = (uchar *)kzalloc(STACK_SIZE, 0) + STACK_SIZE; in system_initialize()
|
/DragonOS-0.1.7/kernel/src/common/ |
D | blk_types.h | 39 uchar cmd;
|
D | glib.h | 34 typedef unsigned char uchar; typedef
|