Searched refs:pci_bar (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/uio/ |
| H A D | uio_sercos3.c | 106 int n, int pci_bar) in sercos3_setup_iomem() argument 108 info->mem[n].addr = pci_resource_start(dev, pci_bar); in sercos3_setup_iomem() 111 info->mem[n].internal_addr = ioremap(pci_resource_start(dev, pci_bar), in sercos3_setup_iomem() 112 pci_resource_len(dev, pci_bar)); in sercos3_setup_iomem() 115 info->mem[n].size = pci_resource_len(dev, pci_bar); in sercos3_setup_iomem()
|
| /linux-6.15/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_ioc.c | 1508 writel(cmd.i, (pci_bar + FLI_CMD_REG)); in bfa_flash_set_cmd() 1526 cmd.i = readl(pci_bar + FLI_CMD_REG); in bfa_flash_cmd_act_check() 1548 readl(pci_bar + FLI_RDDATA_REG); in bfa_flash_fifo_flush() 1572 status = bfa_flash_fifo_flush(pci_bar); in bfa_flash_status_read() 1624 bfa_flash_set_addr(pci_bar, offset); in bfa_flash_read_start() 1635 if (bfa_flash_cmd_act_check(pci_bar)) in bfa_flash_read_check() 1653 bfa_flash_fifo_flush(pci_bar); in bfa_flash_read_end() 1701 status = bfa_flash_sem_get(pci_bar); in bfa_flash_raw_read() 1715 bfa_flash_sem_put(pci_bar); in bfa_flash_raw_read() 1722 bfa_flash_sem_put(pci_bar); in bfa_flash_raw_read() [all …]
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-loongson-pci.c | 16 int pci_bar = 0; in loongson_spi_pci_register() local 22 reg_base = pcim_iomap_region(pdev, pci_bar, pci_name(pdev)); in loongson_spi_pci_register()
|
| H A D | spi-dw-pci.c | 86 int pci_bar = 0; in dw_spi_pci_probe() local 98 dws->paddr = pci_resource_start(pdev, pci_bar); in dw_spi_pci_probe() 105 dws->regs = pcim_iomap_region(pdev, pci_bar, pci_name(pdev)); in dw_spi_pci_probe()
|
| /linux-6.15/drivers/scsi/bfa/ |
| H A D | bfa_ioc.c | 6709 writel(cmd.i, (pci_bar + FLI_CMD_REG)); in bfa_flash_set_cmd() 6727 cmd.i = readl(pci_bar + FLI_CMD_REG); in bfa_flash_cmd_act_check() 6757 readl(pci_bar + FLI_RDDATA_REG); in bfa_flash_fifo_flush() 6790 status = bfa_flash_fifo_flush(pci_bar); in bfa_flash_status_read() 6858 bfa_flash_set_addr(pci_bar, offset); in bfa_flash_read_start() 6876 if (bfa_flash_cmd_act_check(pci_bar)) in bfa_flash_read_check() 6905 bfa_flash_fifo_flush(pci_bar); in bfa_flash_read_end() 6964 status = bfa_flash_sem_get(pci_bar); in bfa_flash_raw_read() 6978 bfa_flash_sem_put(pci_bar); in bfa_flash_raw_read() 6985 bfa_flash_sem_put(pci_bar); in bfa_flash_raw_read() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | switchtec.h | 418 u32 pci_bar[6]; member
|
| /linux-6.15/drivers/net/ethernet/3com/ |
| H A D | 3c59x.c | 998 int rc, unit, pci_bar; in vortex_init_one() local 1016 pci_bar = vci->drv_flags & (IS_CYCLONE | IS_TORNADO) ? 1 : 0; in vortex_init_one() 1018 pci_bar = use_mmio[unit] ? 1 : 0; in vortex_init_one() 1020 pci_bar = global_use_mmio ? 1 : 0; in vortex_init_one() 1022 ioaddr = pci_iomap(pdev, pci_bar, 0); in vortex_init_one()
|