|
void | print_bars (unsigned char slot, unsigned char func) |
|
int | direct_pci_read_config_byte (unsigned char bus, unsigned char slot, unsigned char function, unsigned char offset, uint8_t *val) |
|
int | direct_pci_read_config_word (unsigned char bus, unsigned char slot, unsigned char function, unsigned char offset, uint16_t *val) |
|
int | direct_pci_read_config_dword (unsigned char bus, unsigned char slot, unsigned char function, unsigned char offset, uint32_t *val) |
|
int | direct_pci_write_config_byte (unsigned char bus, unsigned char slot, unsigned char function, unsigned char offset, uint8_t val) |
|
int | direct_pci_write_config_word (unsigned char bus, unsigned char slot, unsigned char function, unsigned char offset, uint16_t val) |
|
int | direct_pci_write_config_dword (unsigned char bus, unsigned char slot, unsigned char function, unsigned char offset, uint32_t val) |
|
int | test_intname (const struct _int_map *row, int pbus, int pslot, int pfun, int int_pin, int int_name) |
|
void | pci_memory_enable (unsigned char bus, unsigned char slot, unsigned char function) |
|
void | pci_io_enable (unsigned char bus, unsigned char slot, unsigned char function) |
|
void | pci_busmaster_enable (unsigned char bus, unsigned char slot, unsigned char function) |
|
void | pci_out_32 (uint32_t base, uint32_t addr, uint32_t val) |
|
void | pci_out_le32 (uint32_t base, uint32_t addr, uint32_t val) |
|
uint8_t | pci_in_8 (uint32_t base, uint32_t addr) |
|
int16_t | pci_in_le16 (uint32_t base, uint32_t addr) |
|
int16_t | pci_in_16 (uint32_t base, uint32_t addr) |
|
uint32_t | pci_in_32 (uint32_t base, uint32_t addr) |
|
uint32_t | pci_in_le32 (uint32_t base, uint32_t addr) |
|
void | pci_out_8 (uint32_t base, uint32_t addr, uint8_t val) |
|
void | pci_out_le16 (uint32_t base, uint32_t addr, uint16_t val) |
|
void | pci_out_16 (uint32_t base, uint32_t addr, uint16_t val) |
|
int | indirect_pci_read_config_byte (unsigned char bus, unsigned char slot, unsigned char function, unsigned char offset, uint8_t *val) |
|
int | indirect_pci_read_config_word (unsigned char bus, unsigned char slot, unsigned char function, unsigned char offset, uint16_t *val) |
|
int | indirect_pci_read_config_dword (unsigned char bus, unsigned char slot, unsigned char function, unsigned char offset, uint32_t *val) |
|
int | indirect_pci_write_config_byte (unsigned char bus, unsigned char slot, unsigned char function, unsigned char offset, uint8_t val) |
|
int | indirect_pci_write_config_word (unsigned char bus, unsigned char slot, unsigned char function, unsigned char offset, uint16_t val) |
|
int | indirect_pci_write_config_dword (unsigned char bus, unsigned char slot, unsigned char function, unsigned char offset, uint32_t val) |
|
int | FindPCIbridge (int mybus, struct pcibridge *pb) |
|
void | FixupPCI (const struct _int_map *bspmap, int(*swizzler)(int, int)) |
|
int | pci_initialize (void) |
|
unsigned char | pci_bus_count (void) |
|
This file was based on the powerpc.