/freebsd/sys/dev/ata/chipsets/ |
H A D | ata-acerlabs.c | 66 struct resource *bars[4]; member 123 res->bars[i] = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, in ata_ali_chipinit() 125 if (res->bars[i] == NULL) { in ata_ali_chipinit() 129 PCIR_BAR(i), res->bars[i]); in ata_ali_chipinit() 180 if (res->bars[i] != NULL) { in ata_ali_chipdeinit() 182 PCIR_BAR(i), res->bars[i]); in ata_ali_chipdeinit() 228 io = res->bars[2]; in ata_ali_sata_ch_attach() 229 ctlio = res->bars[3]; in ata_ali_sata_ch_attach() 231 io = res->bars[0]; in ata_ali_sata_ch_attach() 232 ctlio = res->bars[1]; in ata_ali_sata_ch_attach()
|
/freebsd/usr.sbin/spkrtest/ |
H A D | spkrtest.sh | 64 toccata "Opening bars of Bach's Toccata and Fugue in D Minor" off \ 65 startrek "Opening bars of the theme from Star Trek Classic" off \ 102 title="opening bars of Bach's Toccata and Fugue in D Minor" 106 title="opening bars of the theme from Star Trek Classic"
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_os.c | 89 * PCI BARs which form a logical address. For example, a 64-bit address uses 90 * two BARs, and thus constitute a register set. 113 * PCI BARs which form a logical address. For example, a 64-bit address uses 114 * two BARs, and thus constitute a register set. 137 * PCI BARs which form a logical address. For example, a 64-bit address uses 138 * two BARs, and thus constitute a register set. 161 * PCI BARs which form a logical address. For example, a 64-bit address uses 162 * two BARs, and thus constitute a register set. 186 * PCI BARs which form a logical address. For example, a 64-bit address uses 187 * two BARs, and thus constitute a register set. [all …]
|
H A D | ocs_pci.c | 492 * maps PCI resources (memory BARs and interrupts) and initialize a 536 /* Map all memory BARs */ in ocs_pci_attach() 539 device_printf(dev, "Failed to map pci bars\n"); in ocs_pci_attach() 544 device_printf(dev, "Failed to map pci bars\n"); in ocs_pci_attach()
|
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/ |
H A D | adf_drv.c | 180 /* Find and map all the device's BARS */ in adf_attach() 181 /* Logical BARs configuration for 64bit BARs: in adf_attach()
|
/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/ |
H A D | adf_drv.c | 156 /* Find and map all the device's BARS */ in adf_attach() 157 /* Logical BARs configuration for 64bit BARs: in adf_attach()
|
/freebsd/sys/dev/cardbus/ |
H A D | cardbusvar.h | 50 uint8_t mprefetchable; /* bit mask of prefetchable BARs */ 51 uint8_t mbelow1mb; /* bit mask of BARs which require below 1Mb */
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-pxa-pci-ce4100.txt | 5 PCI device has three PCI-bars, each bar contains a complete I2C 20 1:1 mapped to the BARs, and the second is the
|
/freebsd/usr.bin/clang/llvm-strings/ |
H A D | llvm-strings.1 | 56 bars 60 bars
|
/freebsd/share/man/man4/ |
H A D | pci.4 | 401 for control registers BARs, and 434 command allows users to read from and write to BARs. 459 so is relatively expensive for memory BARs. 463 can be used to create a persistent userspace mapping for such BARs instead.
|
H A D | ntb_hw_intel.4 | 67 enabling split BAR mode (one of two 64-bit BARs can be split into two 32-bit
|
H A D | ntb_hw_plx.4 | 101 (back-to-back) and NTB-to-Root Port modes) and configuring BARs sizes.
|
/freebsd/sys/dev/pci/ |
H A D | isa_pci.c | 182 * For BARs, we cache the resource so that we only allocate it in isab_pci_alloc_resource() 214 * For BARs, we release the resource from the PCI bus in isab_pci_release_resource()
|
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.c | 73 static void list_devs(const char *name, int verbose, int bars, int bridge, 107 int bars, bridge, caps, errors, verbose, vpd; in main() local 110 bars = bridge = caps = errors = verbose = vpd= 0; in main() 124 bars = 1; in main() 183 bars, bridge, caps, errors, vpd, listmode); in main() 204 list_devs(const char *name, int verbose, int bars, int bridge, int caps, in list_devs() argument 291 if (bars) in list_devs()
|
H A D | pciconf.8 | 165 .Pq BARs 412 This is fine for control register BARs.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.quantround.d | 32 * This test verifies that the height of the ASCII quantization bars is
|
H A D | tst.lquantround.d | 32 * This test verifies that the height of the ASCII quantization bars is
|
/freebsd/lib/libdpv/ |
H A D | dpv.3 | 368 argument are used for calculating the display of mini progress bars 388 callback must maintain these member values for mini-progress bars.
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_uio.c | 337 * Initialization bars on dev start. 422 /* Un-mapping all bars */ in adf_uio_remove()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_aperture.c | 316 * If your hardware has its framebuffers accessible via PCI BARS, use 347 * memory bars. The function assumes that PCI device with shadowed ROM
|
/freebsd/sys/net/ |
H A D | netmap_virt.h | 42 /* PCI identifiers and PCI BARs for ptnetmap-memdev and ptnet. */
|
/freebsd/share/man/man9/ |
H A D | netisr.9 | 165 .\" In case you intend to use this please send 50 chocolate bars to each
|
/freebsd/usr.bin/ministat/ |
H A D | ministat.1 | 59 Print the average/median/stddev bars on separate lines in the ASCII-art
|
/freebsd/contrib/ncurses/man/ |
H A D | term_variables.3x | 138 separated by \*(``|\*('' (vertical bars).
|
/freebsd/share/man/man5/ |
H A D | remote.5 | 51 than one name for a system, the names are separated by vertical bars.
|