Home
last modified time | relevance | path

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

/openbmc/u-boot/board/imgtec/malta/
H A 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()
/openbmc/u-boot/drivers/net/
H A Ddc2114x.c250 pci_write_config_byte(devbusfn, PCI_LATENCY_TIMER, 0x60); in dc21x4x_initialize()
290 pci_write_config_byte(devbusfn, PCI_CFDA_PSM, WAKEUP); in dc21x4x_initialize()
311 pci_write_config_byte(devbusfn, PCI_CFDA_PSM, WAKEUP); in dc21x4x_init()
475 pci_write_config_byte(devbusfn, PCI_CFDA_PSM, SLEEP); in dc21x4x_halt()
H A Drtl8139.c236 pci_write_config_byte (devno, PCI_LATENCY_TIMER, 0x20); in rtl8139_initialize()
H A Dpcnet.c202 pci_write_config_byte(devbusfn, PCI_LATENCY_TIMER, 0x40); in pcnet_initialize()
H A Dns8382x.c436 pci_write_config_byte(devno, PCI_LATENCY_TIMER, 0x60); in ns8382x_initialize()
H A Dnatsemi.c344 pci_write_config_byte(devno, PCI_LATENCY_TIMER, 0x20); in natsemi_initialize()
H A Deepro100.c463 pci_write_config_byte (devno, PCI_LATENCY_TIMER, 0x20); in eepro100_initialize()
H A Duli526x.c251 pci_write_config_byte(devno, PCI_LATENCY_TIMER, 0x20); in uli526x_initialize()
/openbmc/u-boot/board/esd/vme8349/
H A Dcaddy.c131 status = pci_write_config_byte(dev, in do_caddy()
/openbmc/u-boot/drivers/bios_emulator/
H A Dbios.c285 pci_write_config_byte(_BE_env.vgaInfo.pcidev,
H A Dbesys.c453 pci_write_config_byte(_BE_env.vgaInfo.pcidev, regOffset, in BE_accessReg()
/openbmc/u-boot/include/
H A Dpci.h690 extern int pci_write_config_byte(pci_dev_t dev, int where, u8 val);
1175 static inline int pci_write_config_byte(pci_dev_t pcidev, int offset, in pci_write_config_byte() function
/openbmc/u-boot/cmd/
H A Dpci.c541 pci_write_config_byte(bdf, addr, val); in pci_cfg_write()
/openbmc/u-boot/drivers/ata/
H A Dahci.c479 pci_write_config_byte(dev, 0x41, 0xa1); in ahci_init_one()