/aosp_15_r20/external/flashrom/ |
H A D | asm106x.c | 83 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 D | atavia.c | 114 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 D | pcidev.c | 351 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 D | board_enable.c | 801 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 D | chipset_enable.c | 67 pci_write_byte(dev, 0x43, tmp); in enable_flash_rdc_r8610()
|
/aosp_15_r20/external/coreboot/util/superiotool/ |
H A D | via.c | 84 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 D | pcr.c | 211 pci_write_byte(p2sb, 0xe0 + 1, 0); in pcr_init() 238 pci_write_byte(p2sb, 0xe0 + 1, 1); in pcr_init()
|
H A D | ahci.c | 148 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 D | pci.h | 108 int pci_write_byte(struct pci_dev *dev, int pos, u8 data);
|
/aosp_15_r20/external/pciutils/lib/ |
H A D | libpci.ver | 45 pci_write_byte;
|
H A D | pci.h | 186 int pci_write_byte(struct pci_dev *, int pos, u8 data) PCI_ABI;
|
H A D | access.c | 152 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 D | pci-userspace.c | 71 pci_write_byte(d, where, val); in pci_write_config8()
|
/aosp_15_r20/external/coreboot/payloads/libpayload/libpci/ |
H A D | libpci.c | 55 int pci_write_byte(struct pci_dev *dev, int pos, u8 data) in pci_write_byte() function
|
/aosp_15_r20/external/pciutils/ |
H A D | setpci.c | 189 pci_write_byte(dev, addr, x); in exec_op()
|