/linux-2.4.37.9/Documentation/sound/ |
D | ChangeLog.awe | 1 ver.0.4.3p4 6 ver.0.4.3p3 10 ver.0.4.3p2 15 ver.0.4.3p1 19 ver.0.4.2d 25 ver.0.4.2c 29 ver.0.4.2b 33 ver.0.4.2a 37 ver.0.4.2 54 ver.0.4.1 development versions [all …]
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | ia32_ioctl.c | 117 drm_version_t ver; in sys32_ioctl() local 132 ver.name_len = ver32.name_len; in sys32_ioctl() 133 ver.name = P(ver32.name); in sys32_ioctl() 134 ver.date_len = ver32.date_len; in sys32_ioctl() 135 ver.date = P(ver32.date); in sys32_ioctl() 136 ver.desc_len = ver32.desc_len; in sys32_ioctl() 137 ver.desc = P(ver32.desc); in sys32_ioctl() 138 ret = DO_IOCTL(fd, DRM_IOCTL_VERSION, &ver); in sys32_ioctl() 140 ver32.version_major = ver.version_major; in sys32_ioctl() 141 ver32.version_minor = ver.version_minor; in sys32_ioctl() [all …]
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | cpu.c | 65 unsigned long ver, fpu_vers, manuf, impl, fprs; in cpu_probe() local 71 : "=&r" (ver) in cpu_probe() 75 manuf = ((ver >> 48) & 0xffff); in cpu_probe() 76 impl = ((ver >> 32) & 0xffff); in cpu_probe()
|
D | time.c | 926 unsigned long ver, manuf, impl; in sparc64_init_timers() local 929 : "=&r" (ver)); in sparc64_init_timers() 930 manuf = ((ver >> 48) & 0xffff); in sparc64_init_timers() 931 impl = ((ver >> 32) & 0xffff); in sparc64_init_timers()
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | head.h | 20 rdpr %ver, %tmp1; \ 29 rdpr %ver, %tmp1; \ 38 rdpr %ver, %tmp1; \ 49 rdpr %ver, %tmp1; \
|
D | smp.h | 89 unsigned long cfg, ver; in hard_smp_processor_id() local 90 __asm__ __volatile__("rdpr %%ver, %0" : "=r" (ver)); in hard_smp_processor_id() 91 if ((ver >> 32) == 0x003e0016) { in hard_smp_processor_id()
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | apic.c | 47 unsigned int v, ver, maxlvt; in get_maxlvt() local 50 ver = GET_APIC_VERSION(v); in get_maxlvt() 52 maxlvt = APIC_INTEGRATED(ver) ? GET_APIC_MAXLVT(v) : 2; in get_maxlvt() 231 unsigned int value, ver; in init_bsp_APIC() local 241 ver = GET_APIC_VERSION(value); in init_bsp_APIC() 263 if (!APIC_INTEGRATED(ver)) /* 82489DX */ in init_bsp_APIC() 270 unsigned int value, ver, maxlvt; in setup_local_APIC() local 281 ver = GET_APIC_VERSION(value); in setup_local_APIC() 394 if (!APIC_INTEGRATED(ver)) /* 82489DX */ in setup_local_APIC() 398 if (APIC_INTEGRATED(ver) && !esr_disable) { /* !82489DX */ in setup_local_APIC()
|
D | mpparse.c | 93 int ver; in MP_processor_info() local 138 ver = m->mpc_apicver; in MP_processor_info() 144 if (ver == 0x0) { in MP_processor_info() 146 ver = 0x10; in MP_processor_info() 148 apic_version[m->mpc_apicid] = ver; in MP_processor_info()
|
D | io_apic.c | 945 unsigned int v, ver, maxlvt; in print_local_APIC() local 953 ver = GET_APIC_VERSION(v); in print_local_APIC() 959 if (APIC_INTEGRATED(ver)) { /* !82489DX */ in print_local_APIC() 985 if (APIC_INTEGRATED(ver)) { /* !82489DX */ in print_local_APIC() 1482 unsigned int v, ver; in enable_NMI_through_LVT0() local 1486 ver = apic_read(APIC_LVR); in enable_NMI_through_LVT0() 1487 ver = GET_APIC_VERSION(ver); in enable_NMI_through_LVT0() 1489 if (!APIC_INTEGRATED(ver)) /* 82489DX */ in enable_NMI_through_LVT0()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | apic.c | 45 unsigned int v, ver, maxlvt; in get_maxlvt() local 48 ver = GET_APIC_VERSION(v); in get_maxlvt() 50 maxlvt = APIC_INTEGRATED(ver) ? GET_APIC_MAXLVT(v) : 2; in get_maxlvt() 236 unsigned long value, ver; in init_bsp_APIC() local 246 ver = GET_APIC_VERSION(value); in init_bsp_APIC() 268 if (!APIC_INTEGRATED(ver)) /* 82489DX */ in init_bsp_APIC() 285 unsigned long value, ver, maxlvt; in setup_local_APIC() local 296 ver = GET_APIC_VERSION(value); in setup_local_APIC() 409 if (!APIC_INTEGRATED(ver)) /* 82489DX */ in setup_local_APIC() 413 if (APIC_INTEGRATED(ver) && !esr_disable) { /* !82489DX */ in setup_local_APIC()
|
D | io_apic.c | 919 unsigned int v, ver, maxlvt; in print_local_APIC() local 927 ver = GET_APIC_VERSION(v); in print_local_APIC() 933 if (APIC_INTEGRATED(ver)) { /* !82489DX */ in print_local_APIC() 959 if (APIC_INTEGRATED(ver)) { /* !82489DX */ in print_local_APIC() 1486 unsigned int v, ver; in enable_NMI_through_LVT0() local 1488 ver = apic_read(APIC_LVR); in enable_NMI_through_LVT0() 1489 ver = GET_APIC_VERSION(ver); in enable_NMI_through_LVT0() 1491 if (!APIC_INTEGRATED(ver)) /* 82489DX */ in enable_NMI_through_LVT0()
|
D | mpparse.c | 158 int ver, quad, logical_apicid; in MP_processor_info() local 256 ver = m->mpc_apicver; in MP_processor_info() 264 if (ver == 0x0) { in MP_processor_info() 266 ver = 0x10; in MP_processor_info() 268 apic_version[m->mpc_apicid] = ver; in MP_processor_info()
|
/linux-2.4.37.9/drivers/sound/ |
D | aedsp16.c | 422 static int ver[CARDVERLEN] __initdata = {0, 0}; /* DSP Ver: variable 902 if (aedsp16_write(port, ver[0])) { in aedsp16_setup_board() 903 printk("[AEDSP16] DATA 0x%x: failed!\n", ver[0]); in aedsp16_setup_board() 906 if (aedsp16_write(port, ver[1])) { in aedsp16_setup_board() 907 printk("[AEDSP16] DATA 0x%x: failed!\n", ver[1]); in aedsp16_setup_board() 968 ver[len++] = ret; in aedsp16_dsp_version() 970 sprintf(DSPVersion, "%d.%d", ver[0], ver[1]); in aedsp16_dsp_version()
|
/linux-2.4.37.9/include/linux/ |
D | if_pppox.h | 101 __u8 ver : 4; member 105 __u8 ver : 4;
|
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | jade.c | 26 int ver,i; in JadeVersion() local 32 ver = cs->BC_Read_Reg(cs, -1, 0x60); in JadeVersion() 34 if (ver) in JadeVersion() 44 ver = cs->BC_Read_Reg(cs, -1, 0x60); in JadeVersion() 45 printk(KERN_INFO "%s JADE version: %d\n", s, ver); in JadeVersion()
|
D | isurf.c | 204 int ver; in setup_isurf() local 316 ver = ISARVersion(cs, "ISurf:"); in setup_isurf() 317 if (ver < 0) { in setup_isurf() 319 "ISurf: wrong ISAR version (ret = %d)\n", ver); in setup_isurf()
|
/linux-2.4.37.9/drivers/char/ip2/ |
D | i2os.h | 22 #define VERSION(ver,rel,seq) (((ver)<<16) | ((rel)<<8) | (seq)) argument
|
/linux-2.4.37.9/fs/intermezzo/ |
D | kml_unpack.c | 63 int kml_unpack_version(struct presto_version **ver, char **buf, char *end) in kml_unpack_version() argument 68 UNLOGP(*ver, struct presto_version, ptr, end); in kml_unpack_version() 69 pv = *ver; in kml_unpack_version() 568 static char *print_version(struct presto_version *ver) in print_version() argument 574 if (!ver || ver->pv_ctime == 0) { in print_version() 577 mtime = print_time(ver->pv_mtime); in print_version() 578 ctime = print_time(ver->pv_ctime); in print_version() 580 mtime, ctime, ver->pv_size); in print_version()
|
/linux-2.4.37.9/fs/smbfs/ |
D | inode.c | 446 int ver; in smb_read_super() local 453 ver = oldmnt->version; in smb_read_super() 454 if (ver != SMB_MOUNT_OLDVERSION && cpu_to_be32(ver) != SMB_MOUNT_ASCII) in smb_read_super() 503 if (ver == SMB_MOUNT_OLDVERSION) { in smb_read_super() 564 printk(KERN_ERR "smbfs: mount_data version %d is not supported\n", ver); in smb_read_super()
|
/linux-2.4.37.9/ |
D | Rules.make | 226 $(MODINCL)/%.ver: %.c 236 $(addprefix $(MODINCL)/,$(export-objs:.o=.ver)): $(TOPDIR)/include/linux/autoconf.h 238 # updates .ver files but not modversions.h 239 fastdep: $(addprefix $(MODINCL)/,$(export-objs:.o=.ver)) 241 # updates .ver files and modversions.h like before (is this needed?) 252 for f in *.ver; do \
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | iosapic.c | 657 unsigned int isa_irq, ver; in iosapic_init() local 661 ver = iosapic_version(addr); in iosapic_init() 668 num_rte = ((ver >> 16) & 0xff) + 1; in iosapic_init() 676 (ver & 0xf0) >> 4, (ver & 0x0f), phys_addr, gsi_base, gsi_base + num_rte - 1); in iosapic_init()
|
/linux-2.4.37.9/drivers/block/paride/ |
D | epat.c | 287 { int ver; in epat_log_adapter() local 293 ver = RR(0xb); in epat_log_adapter() 297 pi->device,EPAT_VERSION,ver,pi->port); in epat_log_adapter()
|
/linux-2.4.37.9/arch/mips/arc/ |
D | init.c | 39 pb->ver, pb->rev); in prom_init()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | iosapic.c | 264 #define IOSAPIC_VERSION(ver) \ argument 265 (int) ((ver & IOSAPIC_VERSION_MASK) >> IOSAPIC_VERSION_SHIFT) 270 #define IOSAPIC_IRDT_MAX_ENTRY(ver) \ argument 271 (int) ((ver&IOSAPIC_MAX_ENTRY_MASK) >> IOSAPIC_MAX_ENTRY_SHIFT)
|
/linux-2.4.37.9/include/asm-m68k/ |
D | traps.h | 240 unsigned ver : 4; /* stack frame version # */ member
|