| /linux/arch/s390/kvm/ |
| H A D | kvm-s390.h | 134 u32 base2 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_s() local 138 *ar = base2; in kvm_s390_get_base_disp_s() 140 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_s() 164 u32 base2 = (vcpu->arch.sie_block->ipb & 0xf000) >> 12; in kvm_s390_get_base_disp_sse() local 168 *address2 = (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_sse() 173 *ar_b2 = base2; in kvm_s390_get_base_disp_sse() 186 u32 base2 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_rsy() local 194 *ar = base2; in kvm_s390_get_base_disp_rsy() 196 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + (long)(int)disp2; in kvm_s390_get_base_disp_rsy() 201 u32 base2 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_rs() local [all …]
|
| /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/mtd/devices/ |
| H A D | mtd_intel_dg.c | 32 void __iomem *base2; 387 void __iomem *base2 = nvm->base2; in idg_erase() 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() 810 nvm->base2 = devm_ioremap_resource(device, &invm->bar2); 811 if (IS_ERR(nvm->base2)) { 812 ret = PTR_ERR(nvm->base2); 28 void __iomem *base2; global() member 383 void __iomem *base2 = nvm->base2; idg_erase() local
|
| /linux/drivers/pinctrl/bcm/ |
| H A D | pinctrl-nsp-mux.c | 100 * @base2: third mux register 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/Documentation/networking/device_drivers/ethernet/3com/ |
| H A D | 3c509.rst | 53 transceiver type 3 (10base2). The flag "0x3c509" must be set to avoid conflicts 77 connector), not its AUI (thick-net) or 10base2 (thin-net/coax) interfaces. 78 AUI and 10base2 network cabling is physically incapable of full-duplex 116 3 10base2 (thin-net == coax / BNC connector)
|
| 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/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/Documentation/devicetree/bindings/thermal/ |
| H A D | qcom-tsens.yaml | 142 - const: base2 179 - const: base2 361 "base1", "base2",
|
| /linux/drivers/thermal/qcom/ |
| H A D | tsens.c | 77 u32 base1, base2; in tsens_read_calibration() local 104 ret = snprintf(name, sizeof(name), "base2%s", backup ? "_backup" : ""); in tsens_read_calibration() 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/fddi/ |
| H A D | defza.rst | 23 existing IEEE 802.3 10BASE2 Ethernet and IEEE 802.5 Token Ring networks
|
| /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/arch/arm/boot/dts/qcom/ |
| H A D | qcom-apq8084.dtsi | 319 tsens_base2: base2@d9 { 479 tsens_base2_backup: base2-backup@44a { 542 "base1", "base2",
|
| H A D | qcom-msm8974.dtsi | 1200 "base1", "base2", 1308 tsens_base2: base2@d9 { 1468 tsens_base2_backup: base2-backup@44a {
|
| H A D | qcom-msm8226.dtsi | 793 "base1", "base2", 858 tsens_base2: base2@1cc {
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | eeprom.c | 44 0x1001, 0x009E, /* 10base2, CSR12 0x10*/ 50 0x1B01, 0x0000, /* 10base2, CSR12 0x1B */
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | zl10039.c | 46 BASE2, enumerator
|
| /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/arch/arm64/boot/dts/ti/ |
| H A D | k3-j722s.dtsi | 171 <0x00 0x30500000 0x00 0x30500000 0x00 0x00100000>, /* DSI-base2 */
|
| /linux/drivers/net/ethernet/3com/ |
| H A D | 3c589_cs.c | 142 static const char *if_names[] = { "auto", "10baseT", "10base2", "AUI" }; 759 netdev_info(dev, "flipped to 10base2\n"); in media_check()
|
| /linux/drivers/net/ethernet/xircom/ |
| H A D | xirc2ps_cs.c | 210 static const char *if_names[] = { "Auto", "10BaseT", "10Base2", "AUI", "100BaseT" }; 1502 } else if (dev->if_port == 2) { /* enable 10Base2 */ in do_reset() 1572 if (dev->if_port == 2) /* enable 10Base2 */ in do_reset()
|
| /linux/include/linux/ |
| H A D | memblock.h | 148 phys_addr_t base2, phys_addr_t size2);
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 412 unsigned limit1:4, avl:1, l:1, db:1, g:1, base2:8; member 440 (desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24)); in get_desc64_base()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8917.dtsi | 531 tsens_base2: base2@1df { 639 "base1", "base2",
|
| H A D | msm8976.dtsi | 550 tsens_base2: base2@220 { 651 "base1", "base2",
|
| H A D | msm8937.dtsi | 547 tsens_base2: base2@1df { 682 "base1", "base2",
|