Home
last modified time | relevance | path

Searched refs:bar_sz (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/ntb/hw/intel/
A Dntb_hw_gen1.c1300 u8 bar_sz; in xeon_setup_b2b_mw() local
1340 dev_dbg(&pdev->dev, "PBAR23SZ %#x\n", bar_sz); in xeon_setup_b2b_mw()
1343 bar_sz -= 1; in xeon_setup_b2b_mw()
1345 bar_sz = 0; in xeon_setup_b2b_mw()
1349 dev_dbg(&pdev->dev, "SBAR23SZ %#x\n", bar_sz); in xeon_setup_b2b_mw()
1356 bar_sz -= 1; in xeon_setup_b2b_mw()
1358 bar_sz = 0; in xeon_setup_b2b_mw()
1368 bar_sz -= 1; in xeon_setup_b2b_mw()
1370 bar_sz = 0; in xeon_setup_b2b_mw()
1380 bar_sz -= 1; in xeon_setup_b2b_mw()
[all …]
/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_netvf_main.c188 u32 bar_off, bar_sz; in nfp_netvf_pci_probe() local
198 bar_sz = (tx_bar_off + tx_bar_sz) - bar_off; in nfp_netvf_pci_probe()
200 bar_sz = (rx_bar_off + rx_bar_sz) - bar_off; in nfp_netvf_pci_probe()
203 vf->q_bar = ioremap(map_addr, bar_sz); in nfp_netvf_pci_probe()
/linux/arch/sparc/kernel/
A Dleon_pci_grpci1.c423 u32 ahbadr, bar_sz, data, pciadr; in grpci1_hw_init() local
443 grpci1_cfg_r32(priv, TGT, 0, PCI_BASE_ADDRESS_0, &bar_sz); in grpci1_hw_init()
444 bar_sz = ~bar_sz + 1; in grpci1_hw_init()
445 pciadr = priv->pci_area - bar_sz; in grpci1_hw_init()
A Dleon_pci_grpci2.c567 u32 ahbadr, pciadr, bar_sz, capptr, io_map, data; in grpci2_hw_init() local
618 bar_sz = ((pciadr - 1) & ~pciadr) + 1; in grpci2_hw_init()
622 bar_sz = 0xf0000008; /* 256MB prefetchable */ in grpci2_hw_init()
627 bar_sz = 0; in grpci2_hw_init()
633 bar_sz); in grpci2_hw_init()

Completed in 20 milliseconds