Home
last modified time | relevance | path

Searched refs:pci_write_config_byte (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/board/imgtec/malta/
Dmalta.c197 pci_write_config_byte(bdf, PCI_CFG_PIIX4_PIRQRCA, 10); in pci_init_board()
198 pci_write_config_byte(bdf, PCI_CFG_PIIX4_PIRQRCB, 10); in pci_init_board()
199 pci_write_config_byte(bdf, PCI_CFG_PIIX4_PIRQRCC, 11); in pci_init_board()
200 pci_write_config_byte(bdf, PCI_CFG_PIIX4_PIRQRCD, 11); in pci_init_board()
210 pci_write_config_byte(bdf, PCI_CFG_PIIX4_SERIRQC, val8); in pci_init_board()
222 pci_write_config_byte(bdf, PCI_LATENCY_TIMER, 0x40); in pci_init_board()
/external/u-boot/drivers/net/
Ddc2114x.c251 pci_write_config_byte(devbusfn, PCI_LATENCY_TIMER, 0x60); in dc21x4x_initialize()
291 pci_write_config_byte(devbusfn, PCI_CFDA_PSM, WAKEUP); in dc21x4x_initialize()
312 pci_write_config_byte(devbusfn, PCI_CFDA_PSM, WAKEUP); in dc21x4x_init()
476 pci_write_config_byte(devbusfn, PCI_CFDA_PSM, SLEEP); in dc21x4x_halt()
Drtl8139.c244 pci_write_config_byte (devno, PCI_LATENCY_TIMER, 0x20); in rtl8139_initialize()
Dpcnet.c202 pci_write_config_byte(devbusfn, PCI_LATENCY_TIMER, 0x40); in pcnet_initialize()
Dnatsemi.c345 pci_write_config_byte(devno, PCI_LATENCY_TIMER, 0x20); in natsemi_initialize()
Dns8382x.c437 pci_write_config_byte(devno, PCI_LATENCY_TIMER, 0x60); in ns8382x_initialize()
Deepro100.c465 pci_write_config_byte (devno, PCI_LATENCY_TIMER, 0x20); in eepro100_initialize()
Duli526x.c251 pci_write_config_byte(devno, PCI_LATENCY_TIMER, 0x20); in uli526x_initialize()
/external/u-boot/board/esd/vme8349/
Dcaddy.c131 status = pci_write_config_byte(dev, in do_caddy()
/external/u-boot/drivers/bios_emulator/
Dbios.c285 pci_write_config_byte(_BE_env.vgaInfo.pcidev,
Dbesys.c453 pci_write_config_byte(_BE_env.vgaInfo.pcidev, regOffset, in BE_accessReg()
/external/u-boot/include/
Dpci.h675 extern int pci_write_config_byte(pci_dev_t dev, int where, u8 val);
1166 static inline int pci_write_config_byte(pci_dev_t pcidev, int offset, in pci_write_config_byte() function
/external/u-boot/cmd/
Dpci.c541 pci_write_config_byte(bdf, addr, val); in pci_cfg_write()
/external/u-boot/drivers/ata/
Dahci.c477 pci_write_config_byte(dev, 0x41, 0xa1); in ahci_init_one()