Home
last modified time | relevance | path

Searched refs:pci_write_byte (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/flashrom/
H A Dasm106x.c83 pci_write_byte(data->pci, ASM106X_REG_CTRL, in asm106x_command()
93 pci_write_byte(data->pci, ASM106X_REG_CTRL, in asm106x_command()
110 pci_write_byte(data->pci, ASM106X_REG_CTRL, ctrl | ASM106X_CTRL_CSN); in asm106x_command()
H A Datavia.c114 pci_write_byte(dev, BROM_ACCESS, BROM_TRIGGER | BROM_WRITE | ENABLE_BYTE(addr)); in atavia_chip_writeb()
124 pci_write_byte(dev, BROM_ACCESS, BROM_TRIGGER | ENABLE_BYTE(addr)); in atavia_chip_readb()
H A Dpcidev.c351 pci_write_byte(data->dev, data->reg, data->bytedata); in undo_pci_write()
391 return pci_write_byte(dev, reg, data); in rpci_write_byte()
H A Dboard_enable.c801 pci_write_byte(dev, 0xE4, val); in via_vt823x_gpio_set()
806 pci_write_byte(dev, 0xE4, val); in via_vt823x_gpio_set()
810 pci_write_byte(dev, 0xE4, val); in via_vt823x_gpio_set()
1057 pci_write_byte(dev, 0xE0, tmp); in board_ecs_geforce6100sm_m()
1965 pci_write_byte(dev, 0x54, tmp); in via_apollo_gpo_set()
H A Dchipset_enable.c67 pci_write_byte(dev, 0x43, tmp); in enable_flash_rdc_r8610()
/aosp_15_r20/external/coreboot/util/superiotool/
H A Dvia.c84 pci_write_byte(dev, 0x85, vt82c686_conf | (1 << 1)); in enter_conf_mode_via_vt82c686()
101 pci_write_byte(dev, 0x85, vt82c686_conf); in exit_conf_mode_via_vt82c686()
/aosp_15_r20/external/coreboot/util/inteltool/
H A Dpcr.c211 pci_write_byte(p2sb, 0xe0 + 1, 0); in pcr_init()
238 pci_write_byte(p2sb, 0xe0 + 1, 1); in pcr_init()
H A Dahci.c148 pci_write_byte(ahci, ahci_sir_index_offset, ahci_sir_registers[i].addr); in print_ahci()
/aosp_15_r20/external/coreboot/payloads/libpayload/include/pci/
H A Dpci.h108 int pci_write_byte(struct pci_dev *dev, int pos, u8 data);
/aosp_15_r20/external/pciutils/lib/
H A Dlibpci.ver45 pci_write_byte;
H A Dpci.h186 int pci_write_byte(struct pci_dev *, int pos, u8 data) PCI_ABI;
H A Daccess.c152 pci_write_byte(struct pci_dev *d, int pos, byte data) in pci_write_byte() function
/aosp_15_r20/external/coreboot/util/vgabios/
H A Dpci-userspace.c71 pci_write_byte(d, where, val); in pci_write_config8()
/aosp_15_r20/external/coreboot/payloads/libpayload/libpci/
H A Dlibpci.c55 int pci_write_byte(struct pci_dev *dev, int pos, u8 data) in pci_write_byte() function
/aosp_15_r20/external/pciutils/
H A Dsetpci.c189 pci_write_byte(dev, addr, x); in exec_op()