Searched refs:device (Results 1 – 12 of 12) sorted by relevance
| /sys/dev/ |
| D | pci.c | 23 void AHCI_Init(uint32_t bus, uint32_t device, uint32_t func); 24 void E1000_Init(uint32_t bus, uint32_t device, uint32_t func); 35 PCIGetDeviceID(uint32_t bus, uint32_t device, uint32_t func) in PCIGetDeviceID() argument 37 return PCICfgRead16(bus, device, func, PCI_OFFSET_DEVICEID); in PCIGetDeviceID() 41 PCIGetVendorID(uint32_t bus, uint32_t device, uint32_t func) in PCIGetVendorID() argument 43 return PCICfgRead16(bus, device, func, PCI_OFFSET_VENDORID); in PCIGetVendorID() 47 PCIGetBaseClass(uint32_t bus, uint32_t device, uint32_t func) in PCIGetBaseClass() argument 49 return PCICfgRead8(bus, device, func, PCI_OFFSET_CLASS); in PCIGetBaseClass() 53 PCIGetSubClass(uint32_t bus, uint32_t device, uint32_t func) in PCIGetSubClass() argument 55 return PCICfgRead8(bus, device, func, PCI_OFFSET_SUBCLASS); in PCIGetSubClass() [all …]
|
| D | e1000.c | 19 uint32_t device; member 176 dev.device = PCI_GetDeviceID(&dev); in E1000_Init() 178 uint32_t device = dev.vendor << 16 | dev.device; in E1000_Init() local 181 while (deviceList[deviceIdx].device != 0x0) { in E1000_Init() 182 if (deviceList[deviceIdx].device == device) { in E1000_Init()
|
| D | ahci.c | 21 uint32_t device; member 191 dev.device = PCI_GetDeviceID(&dev); in AHCI_Init() 193 uint32_t device = dev.vendor << 16 | dev.device; in AHCI_Init() local 210 while (deviceList[deviceIdx].device != 0x0) { in AHCI_Init() 211 if (deviceList[deviceIdx].device == device) { in AHCI_Init()
|
| D | sata.h | 16 uint8_t device; member
|
| /lib/liblwip/src/netif/ |
| D | FILES | 1 This directory contains generic network interface device drivers that 8 Ethernet device drivers. Note that this module has been 13 An example of how an Ethernet device driver could look. This 15 network device drivers. It uses the etharp.c ARP code.
|
| /sys/fs/o2fs/ |
| D | o2fs.h | 38 uint64_t device; member 70 uint64_t device; member
|
| /sbin/newfs_o2fs/ |
| D | newfs_o2fs.c | 154 node.direct[i].device = 0; in AddFile() 165 id->device = 0; in AddFile() 235 node.direct[0].device = 0; in AddDirectory() 240 id->device = 0; in AddDirectory()
|
| /lib/libc/ |
| D | syscall.c | 161 OSFSMount(const char *mntpt, const char *device, uint64_t flags) in OSFSMount() argument 163 return syscall(SYSCALL_FSMOUNT, mntpt, device, flags); in OSFSMount()
|
| /lib/liblwip/src/ |
| D | FILES | 9 netif/ - Generic network interface device drivers are kept here,
|
| /include/ |
| D | syscall.h | 46 int OSFSMount(const char *mntpt, const char *device, uint64_t flags);
|
| /sys/include/ |
| D | pci.h | 58 uint16_t device; member
|
| /lib/liblwip/ |
| D | CHANGELOG | 814 (NETIF_FLAG_ETHERNET) that tells the stack the device is an ethernet 815 device but prevents usage of ARP (so that ethernet_input can be used 2014 device, and we can use ARP with it to do a "gratuitous ARP" (RFC 3220 "IP Mobility
|