/linux-4.4.14/arch/mips/mti-sead3/ |
D | sead3-init.c | 92 void *base2 = (void *)(CAC_BASE + 0xa80); in mips_nmi_setup() local 93 *((unsigned int *)base2) = 0x3c1a8000; in mips_nmi_setup() 94 *((unsigned int *)base2 + 1) = 0x375a0381; in mips_nmi_setup() 95 *((unsigned int *)base2 + 2) = 0x03400008; in mips_nmi_setup() 96 *((unsigned int *)base2 + 3) = 0x00000000; in mips_nmi_setup() 97 flush_icache_range((unsigned long)base2, in mips_nmi_setup() 98 (unsigned long)base2 + 0x10); in mips_nmi_setup() 117 void *base2 = (void *)(CAC_BASE + 0xa00); in mips_ejtag_setup() local 118 *((unsigned int *)base2) = 0x3c1a8000; in mips_ejtag_setup() 119 *((unsigned int *)base2 + 1) = 0x375a0301; in mips_ejtag_setup() [all …]
|
/linux-4.4.14/arch/s390/kvm/ |
D | kvm-s390.h | 86 u32 base2 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_s() local 90 *ar = base2; in kvm_s390_get_base_disp_s() 92 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_s() 101 u32 base2 = (vcpu->arch.sie_block->ipb & 0xf000) >> 12; in kvm_s390_get_base_disp_sse() local 105 *address2 = (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_sse() 110 *ar_b2 = base2; in kvm_s390_get_base_disp_sse() 123 u32 base2 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_rsy() local 131 *ar = base2; in kvm_s390_get_base_disp_rsy() 133 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + (long)(int)disp2; in kvm_s390_get_base_disp_rsy() 138 u32 base2 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_rs() local [all …]
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx_osm_pci.c | 252 resource_size_t *base2) in ahd_linux_pci_reserve_io_regions() argument 260 *base2 = pci_resource_start(ahd->dev_softc, 3); in ahd_linux_pci_reserve_io_regions() 261 if (*base == 0 || *base2 == 0) in ahd_linux_pci_reserve_io_regions() 265 if (!request_region(*base2, 256, "aic79xx")) { in ahd_linux_pci_reserve_io_regions() 357 resource_size_t base2; in ahd_pci_map_registers() local 359 error = ahd_linux_pci_reserve_io_regions(ahd, &base, &base2); in ahd_pci_map_registers() 364 ahd->bshs[1].ioport = (u_long)base2; in ahd_pci_map_registers() 373 (unsigned long long)base2); in ahd_pci_map_registers()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | serial_cs.c | 500 int *base2 = priv_data; in multi_config_check_notpicky() local 513 *base2 = p_dev->resource[0]->start + 8; in multi_config_check_notpicky() 520 int i, base2 = 0; in multi_config() local 524 base2 = link->resource[0]->start + 8; in multi_config() 529 &base2)) { in multi_config() 559 err = setup_serial(link, info, base2, in multi_config() 561 base2 = link->resource[0]->start; in multi_config() 566 info->c950ctrl = base2; in multi_config() 580 setup_serial(link, info, base2 + (8 * i), in multi_config()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | desc_defs.h | 32 unsigned limit: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8; member 75 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member
|
D | desc.h | 29 desc->base2 = (info->base_addr & 0xff000000) >> 24; in fill_ldt() 168 desc->base2 = (PTR_MIDDLE(addr) >> 8) & 0xFF; in set_tssldt_descriptor() 285 return (unsigned)(desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24)); in get_desc_base() 292 desc->base2 = (base >> 24) & 0xff; in set_desc_base()
|
/linux-4.4.14/Documentation/networking/ |
D | 3c509.txt | 48 transceiver type 3 (10base2). The flag "0x3c509" must be set to avoid conflicts 71 connector), not its AUI (thick-net) or 10base2 (thin-net/coax) interfaces. 72 AUI and 10base2 network cabling is physically incapable of full-duplex 105 3 10base2 (thin-net == coax / BNC connector)
|
D | vortex.txt | 103 3 10base2 (BNC) 244 10base2 and AUI interfaces. 246 Prior to January, 2001 this driver would autoeselect the 10base2 or AUI 248 get stuck on the 10base2 port and a driver reload was necessary to
|
/linux-4.4.14/drivers/lguest/ |
D | segments.c | 124 gdt[GDT_ENTRY_TSS].base2 = tss >> 24; in setup_default_gdt_entries()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 796 unsigned long bpl_uv,lines_uv,base2,base3,tmp; /* planar */ in buffer_activate() local 839 base2 = base + bpl * dev->height; in buffer_activate() 840 base3 = base2 + bpl_uv * lines_uv; in buffer_activate() 842 tmp = base2, base2 = base3, base3 = tmp; in buffer_activate() 844 bpl_uv,lines_uv,base2,base3); in buffer_activate() 847 saa_writel(SAA7134_RS_BA1(4),base2); in buffer_activate() 848 saa_writel(SAA7134_RS_BA2(4),base2+bpl_uv); in buffer_activate() 855 saa_writel(SAA7134_RS_BA1(4),base2); in buffer_activate() 856 saa_writel(SAA7134_RS_BA2(4),base2); in buffer_activate()
|
/linux-4.4.14/mm/ |
D | memblock.c | 89 phys_addr_t base2, phys_addr_t size2) in memblock_addrs_overlap() argument 91 return ((base1 < (base2 + size2)) && (base2 < (base1 + size1))); in memblock_addrs_overlap()
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 1497 desc->base2 = 0x00; in efi_main() 1512 desc->base2 = 0x00; in efi_main() 1529 desc->base2 = 0x00; in efi_main()
|
/linux-4.4.14/drivers/scsi/ |
D | gdth.c | 608 unsigned long base0, base1, base2; in gdth_pci_init_one() local 632 base2 = pci_resource_flags(pdev, 2); in gdth_pci_init_one() 640 !(base2 & IORESOURCE_MEM) || in gdth_pci_init_one()
|
/linux-4.4.14/arch/x86/kvm/ |
D | svm.c | 399 unsigned limit1:4, zero0:3, g:1, base2:8; member
|