Home
last modified time | relevance | path

Searched defs:device_fn (Results 1 – 1 of 1) sorted by relevance

/titanic_52/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c26 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (bus << 16) | (device_fn << 8) | (where & ~3)) argument
28 int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, in pcibios_read_config_byte() argument
37 unsigned int device_fn, unsigned int where, uint16_t *value) in pcibios_read_config_word() argument
44 int pcibios_read_config_dword (unsigned int bus, unsigned int device_fn, in pcibios_read_config_dword() argument
52 int pcibios_write_config_byte (unsigned int bus, unsigned int device_fn, in pcibios_write_config_byte() argument
60 pcibios_write_config_word(unsigned int bus,unsigned int device_fn,unsigned int where,uint16_t value) pcibios_write_config_word() argument
68 pcibios_write_config_dword(unsigned int bus,unsigned int device_fn,unsigned int where,uint32_t value) pcibios_write_config_dword() argument
145 pcibios_read_config_byte(unsigned int bus,unsigned int device_fn,unsigned int where,uint8_t * value) pcibios_read_config_byte() argument
172 pcibios_read_config_word(unsigned int bus,unsigned int device_fn,unsigned int where,uint16_t * value) pcibios_read_config_word() argument
199 pcibios_read_config_dword(unsigned int bus,unsigned int device_fn,unsigned int where,uint32_t * value) pcibios_read_config_dword() argument
226 pcibios_write_config_byte(unsigned int bus,unsigned int device_fn,unsigned int where,uint8_t value) pcibios_write_config_byte() argument
253 pcibios_write_config_word(unsigned int bus,unsigned int device_fn,unsigned int where,uint16_t value) pcibios_write_config_word() argument
280 pcibios_write_config_dword(unsigned int bus,unsigned int device_fn,unsigned int where,uint32_t value) pcibios_write_config_dword() argument
[all...]