Searched refs:pci_offset (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/power/cpupower/utils/idle_monitor/ |
A D | amd_fam14h_idle.c | 97 unsigned int *pci_offset, in amd_fam14h_get_pci_info() argument 104 *pci_offset = PCI_NON_PC0_OFFSET; in amd_fam14h_get_pci_info() 108 *pci_offset = PCI_PC1_OFFSET; in amd_fam14h_get_pci_info() 112 *pci_offset = PCI_PC6_OFFSET; in amd_fam14h_get_pci_info() 116 *pci_offset = PCI_NBP1_STAT_OFFSET; in amd_fam14h_get_pci_info() 126 int enable_bit, pci_offset, ret; in amd_fam14h_init() local 135 val = pci_read_long(amd_fam14h_pci_dev, pci_offset); in amd_fam14h_init() 153 pci_write_long(amd_fam14h_pci_dev, pci_offset, 0); in amd_fam14h_init() 161 int enable_bit, pci_offset, ret; in amd_fam14h_disable() local 168 val = pci_read_long(amd_fam14h_pci_dev, pci_offset); in amd_fam14h_disable() [all …]
|
/linux-6.3-rc2/drivers/scsi/qla2xxx/ |
A D | qla_tmpl.h | 86 uint8_t pci_offset; member 92 uint8_t pci_offset; member 100 uint8_t pci_offset; member 110 uint8_t pci_offset; member 116 uint8_t pci_offset; member 121 uint8_t pci_offset; member 158 uint8_t pci_offset; member
|
A D | qla_tmpl.c | 163 uint offset = ent->t256.pci_offset; in qla27xx_fwdt_entry_t256() 179 uint offset = ent->t257.pci_offset; in qla27xx_fwdt_entry_t257() 197 uint offset = ent->t258.pci_offset; in qla27xx_fwdt_entry_t258() 216 uint offset = ent->t259.pci_offset; in qla27xx_fwdt_entry_t259() 232 uint offset = ent->t260.pci_offset; in qla27xx_fwdt_entry_t260() 246 uint offset = ent->t261.pci_offset; in qla27xx_fwdt_entry_t261() 453 uint offset = ent->t267.pci_offset; in qla27xx_fwdt_entry_t267()
|
/linux-6.3-rc2/arch/powerpc/kexec/ |
A D | file_load_64.c | 1128 int pci_offset, root_offset, ret = 0; in update_pci_dma_nodes() local 1135 pci_offset = fdt_subnode_offset(fdt, root_offset, of_node_full_name(dn)); in update_pci_dma_nodes() 1136 if (pci_offset < 0) in update_pci_dma_nodes() 1139 ret = copy_property(fdt, pci_offset, dn, "ibm,dma-window"); in update_pci_dma_nodes() 1142 ret = copy_property(fdt, pci_offset, dn, dmapropname); in update_pci_dma_nodes()
|
/linux-6.3-rc2/drivers/staging/vme_user/ |
A D | vme_tsi148.c | 475 unsigned long long vme_bound, pci_offset; in tsi148_slave_set() local 515 pci_offset = (unsigned long long)pci_base - vme_base; in tsi148_slave_set() 516 reg_split(pci_offset, &pci_offset_high, &pci_offset_low); in tsi148_slave_set() 617 unsigned long long vme_bound, pci_offset; in tsi148_slave_get() local 644 reg_join(pci_offset_high, pci_offset_low, &pci_offset); in tsi148_slave_get() 646 *pci_base = (dma_addr_t)(*vme_base + pci_offset); in tsi148_slave_get()
|
/linux-6.3-rc2/drivers/ptp/ |
A D | ptp_ocp.c | 223 int pci_offset; member 659 .name = "xilinx_spi", .pci_offset = 0, 779 .name = "spi_altera", .pci_offset = 0, 1728 id += info->pci_offset; in ptp_ocp_register_spi()
|
Completed in 21 milliseconds