| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_osm_pci.c | 233 resource_size_t *base2) in ahd_linux_pci_reserve_io_regions() argument 241 *base2 = pci_resource_start(ahd->dev_softc, 3); in ahd_linux_pci_reserve_io_regions() 242 if (*base == 0 || *base2 == 0) in ahd_linux_pci_reserve_io_regions() 246 if (!request_region(*base2, 256, "aic79xx")) { in ahd_linux_pci_reserve_io_regions() 338 resource_size_t base2; in ahd_pci_map_registers() local 340 error = ahd_linux_pci_reserve_io_regions(ahd, &base, &base2); in ahd_pci_map_registers() 345 ahd->bshs[1].ioport = (u_long)base2; in ahd_pci_map_registers() 354 (unsigned long long)base2); in ahd_pci_map_registers()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | serial_cs.c | 510 int *base2 = priv_data; in multi_config_check_notpicky() local 523 *base2 = p_dev->resource[0]->start + 8; in multi_config_check_notpicky() 530 int i, base2 = 0; in multi_config() local 534 base2 = link->resource[0]->start + 8; in multi_config() 539 &base2)) { in multi_config() 567 setup_serial(link, info, base2, link->irq); in multi_config() 568 base2 = link->resource[0]->start; in multi_config() 573 info->c950ctrl = base2; in multi_config() 587 setup_serial(link, info, base2 + (8 * i), in multi_config()
|
| /linux/drivers/mtd/devices/ |
| H A D | mtd_intel_dg.c | 32 void __iomem *base2; member 387 void __iomem *base2 = nvm->base2; in idg_erase() local 399 reg = ioread32(base2 + NVM_DEBUG_REG); in idg_erase() 403 reg = ioread32(base2 + NVM_DEBUG_REG); in idg_erase() 407 iowrite32(reg, base2 + NVM_DEBUG_REG); in idg_erase() 813 nvm->base2 = devm_ioremap_resource(device, &invm->bar2); in intel_dg_mtd_probe() 814 if (IS_ERR(nvm->base2)) { in intel_dg_mtd_probe() 815 ret = PTR_ERR(nvm->base2); in intel_dg_mtd_probe()
|
| /linux/drivers/pinctrl/bcm/ |
| H A D | pinctrl-nsp-mux.c | 113 void __iomem *base2; member 433 base_address = pinctrl->base2; in nsp_pinmux_set() 582 pinctrl->base2 = devm_platform_ioremap_resource(pdev, 2); in nsp_pinmux_probe() 583 if (IS_ERR(pinctrl->base2)) in nsp_pinmux_probe() 584 return PTR_ERR(pinctrl->base2); in nsp_pinmux_probe()
|
| /linux/drivers/video/ |
| H A D | aperture.c | 145 resource_size_t base2, resource_size_t end2) in overlap() argument 147 return (base1 < end2) && (end1 > base2); in overlap()
|
| /linux/drivers/thermal/qcom/ |
| H A D | tsens.c | 77 u32 base1, base2; in tsens_read_calibration() local 108 ret = nvmem_cell_read_variable_le_u32(priv->dev, name, &base2); in tsens_read_calibration() 140 p2[i] = (p2[i] + base2) << shift; in tsens_read_calibration() 212 u32 base1, base2; in tsens_read_calibration_legacy() local 222 base2 = tsens_read_cell(&format->base[1], format->base_len, cdata0, cdata1); in tsens_read_calibration_legacy() 236 p2[i] = (p2[i] + base2) << format->base_shift; in tsens_read_calibration_legacy()
|
| /linux/Documentation/networking/device_drivers/ethernet/3com/ |
| H A D | vortex.rst | 111 3 10base2 (BNC) 255 10base2 and AUI interfaces. 257 Prior to January, 2001 this driver would autoselect the 10base2 or AUI 259 get stuck on the 10base2 port and a driver reload was necessary to
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_vtl.c | 96 return ((u64)desc->base3 << 32) | ((u64)desc->base2 << 24) | in hv_vtl_system_desc_base()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 405 unsigned limit1:4, avl:1, l:1, db:1, g:1, base2:8; member 433 (u64)desc->base2 << 24 | in get_desc64_base()
|
| /linux/arch/x86/mm/ |
| H A D | fault.c | 500 addr = desc.base0 | (desc.base1 << 16) | ((unsigned long)desc.base2 << 24); in show_ldttss()
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot_flower.c | 370 pol_ix += ocelot->vcap_pol.base2 - pol_max - 1; in ocelot_flower_parse_action()
|
| /linux/include/soc/mscc/ |
| H A D | ocelot.h | 674 u16 base2; member
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 584 desc->base2 = segp->base >> 24; in kvm_seg_fill_gdt_64bit()
|
| /linux/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 1535 ocelot->vcap_pol.base2 = felix->info->vcap_pol_base2; in felix_init_structs()
|
| /linux/lib/ |
| H A D | test_bpf.c | 2212 u8 base2, u8 mask2) in __bpf_fill_ld_imm64_bytes() argument 2235 byte = (base2 & mask2) | (rand & ~mask2); in __bpf_fill_ld_imm64_bytes()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 6572 Format: <base1>,<size1>[,<base2>,<size2>,...]
|