Searched defs:device_fn (Results 1 – 1 of 1) sorted by relevance
/external/grub/netboot/ |
D | pci.c | 34 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (bus << 16) | (device_fn << 8) | (where &… argument 36 int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, in pcibios_read_config_byte() 45 unsigned int device_fn, unsigned int where, unsigned short *value) in pcibios_read_config_word() 52 int pcibios_read_config_dword (unsigned int bus, unsigned int device_fn, in pcibios_read_config_dword() 60 int pcibios_write_config_byte (unsigned int bus, unsigned int device_fn, in pcibios_write_config_byte() 68 int pcibios_write_config_word (unsigned int bus, unsigned int device_fn, in pcibios_write_config_word() 76 int pcibios_write_config_dword (unsigned int bus, unsigned int device_fn, unsigned int where, unsig… in pcibios_write_config_dword() 136 unsigned int device_fn, unsigned int where, unsigned char *value) in pcibios_read_config_byte() 163 unsigned int device_fn, unsigned int where, unsigned short *value) in pcibios_read_config_word() 190 unsigned int device_fn, unsigned int where, unsigned int *value) in pcibios_read_config_dword() [all …]
|