tag | line | file | source code |
value | 79 | arch/alpha/kernel/lca.c | unsigned int value; |
value | 90 | arch/alpha/kernel/lca.c | value = *((volatile unsigned int*)addr); |
value | 106 | arch/alpha/kernel/lca.c | value = 0xffffffff; |
value | 110 | arch/alpha/kernel/lca.c | return value; |
value | 115 | arch/alpha/kernel/lca.c | conf_write(unsigned long addr, unsigned int value) |
value | 180 | arch/alpha/kernel/lca.c | unsigned char where, unsigned char *value) |
value | 185 | arch/alpha/kernel/lca.c | *value = 0xff; |
value | 193 | arch/alpha/kernel/lca.c | *value = conf_read(addr) >> ((where & 3) * 8); |
value | 201 | arch/alpha/kernel/lca.c | unsigned char where, unsigned short *value) |
value | 206 | arch/alpha/kernel/lca.c | *value = 0xffff; |
value | 218 | arch/alpha/kernel/lca.c | *value = conf_read(addr) >> ((where & 3) * 8); |
value | 225 | arch/alpha/kernel/lca.c | unsigned char where, unsigned long *value) |
value | 230 | arch/alpha/kernel/lca.c | *value = 0xffffffff; |
value | 242 | arch/alpha/kernel/lca.c | *value = conf_read(addr); |
value | 250 | arch/alpha/kernel/lca.c | unsigned char where, unsigned char value) |
value | 257 | arch/alpha/kernel/lca.c | unsigned char where, unsigned short value) |
value | 264 | arch/alpha/kernel/lca.c | unsigned char where, unsigned long value) |
value | 261 | arch/i386/boot/compressed/gzip.h | void send_bits OF((int value, int length)); |
value | 262 | arch/i386/boot/compressed/gzip.h | unsigned bi_reverse OF((unsigned value, int length)); |
value | 280 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned char *value) |
value | 289 | arch/i386/kernel/bios32.c | : "=c" (*value), |
value | 299 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned short *value) |
value | 308 | arch/i386/kernel/bios32.c | : "=c" (*value), |
value | 318 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned long *value) |
value | 327 | arch/i386/kernel/bios32.c | : "=c" (*value), |
value | 337 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned char value) |
value | 348 | arch/i386/kernel/bios32.c | "c" (value), |
value | 356 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned short value) |
value | 367 | arch/i386/kernel/bios32.c | "c" (value), |
value | 375 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned long value) |
value | 386 | arch/i386/kernel/bios32.c | "c" (value), |
value | 554 | arch/i386/kernel/bios32.c | if ((val & bridge_mapping[pos+i].mask)==bridge_mapping[pos+i].value) |
value | 562 | arch/i386/kernel/bios32.c | bridge_mapping[pos+i].value); |
value | 572 | arch/i386/kernel/bios32.c | bridge_mapping[pos+i].value); |
value | 25 | arch/sparc/kernel/probe.c | extern char* get_str_from_prom(int node, char* name, char* value); |
value | 26 | arch/sparc/kernel/probe.c | extern unsigned int* get_int_from_prom(int node, char* name, unsigned int *value); |
value | 43 | arch/sparc/kernel/promops.c | get_int_from_prom(int node, char *nd_prop, unsigned int *value) |
value | 47 | arch/sparc/kernel/promops.c | *value = &prom_int_null; /* duh, I was returning -1 as an unsigned int, prom_panic() */ |
value | 56 | arch/sparc/kernel/promops.c | return value; /* XXX */ |
value | 59 | arch/sparc/kernel/promops.c | romvec->pv_nodeops->no_getprop(node, nd_prop, (char *) value); |
value | 61 | arch/sparc/kernel/promops.c | return value; |
value | 73 | arch/sparc/kernel/promops.c | get_str_from_prom(int node, char *nd_prop, char *value) |
value | 77 | arch/sparc/kernel/promops.c | *value='\n'; |
value | 86 | arch/sparc/kernel/promops.c | return value; /* XXX */ |
value | 89 | arch/sparc/kernel/promops.c | romvec->pv_nodeops->no_getprop(node, nd_prop, value); |
value | 90 | arch/sparc/kernel/promops.c | value[pr_len] = 0; |
value | 92 | arch/sparc/kernel/promops.c | return value; |
value | 1392 | drivers/block/ide.c | static int write_fs_long (unsigned long useraddr, long value) |
value | 1400 | drivers/block/ide.c | put_fs_long((unsigned)value, (long *) useraddr); |
value | 1825 | drivers/char/cyclades.c | get_modem_info(struct cyclades_port * info, unsigned int *value) |
value | 1851 | drivers/char/cyclades.c | put_fs_long(result,(unsigned long *) value); |
value | 1857 | drivers/char/cyclades.c | unsigned int *value) |
value | 1862 | drivers/char/cyclades.c | unsigned int arg = get_fs_long((unsigned long *) value); |
value | 1974 | drivers/char/cyclades.c | set_threshold(struct cyclades_port * info, unsigned long value) |
value | 1987 | drivers/char/cyclades.c | info->cor3 |= value & CyREC_FIFO; |
value | 1994 | drivers/char/cyclades.c | get_threshold(struct cyclades_port * info, unsigned long *value) |
value | 2008 | drivers/char/cyclades.c | put_fs_long(tmp,value); |
value | 2013 | drivers/char/cyclades.c | set_default_threshold(struct cyclades_port * info, unsigned long value) |
value | 2015 | drivers/char/cyclades.c | info->default_threshold = value & 0x0f; |
value | 2020 | drivers/char/cyclades.c | get_default_threshold(struct cyclades_port * info, unsigned long *value) |
value | 2022 | drivers/char/cyclades.c | put_fs_long(info->default_threshold,value); |
value | 2027 | drivers/char/cyclades.c | set_timeout(struct cyclades_port * info, unsigned long value) |
value | 2039 | drivers/char/cyclades.c | base_addr[CyRTPR] = value & 0xff; |
value | 2044 | drivers/char/cyclades.c | get_timeout(struct cyclades_port * info, unsigned long *value) |
value | 2058 | drivers/char/cyclades.c | put_fs_long(tmp,value); |
value | 2063 | drivers/char/cyclades.c | set_default_timeout(struct cyclades_port * info, unsigned long value) |
value | 2065 | drivers/char/cyclades.c | info->default_timeout = value & 0xff; |
value | 2070 | drivers/char/cyclades.c | get_default_timeout(struct cyclades_port * info, unsigned long *value) |
value | 2072 | drivers/char/cyclades.c | put_fs_long(info->default_timeout,value); |
value | 122 | drivers/char/keyboard.c | typedef void (*k_hand)(unsigned char value, char up_flag); |
value | 123 | drivers/char/keyboard.c | typedef void (k_handfn)(unsigned char value, char up_flag); |
value | 752 | drivers/char/keyboard.c | static void do_ignore(unsigned char value, char up_flag) |
value | 761 | drivers/char/keyboard.c | static void do_spec(unsigned char value, char up_flag) |
value | 765 | drivers/char/keyboard.c | if (value >= SIZE(spec_fn_table)) |
value | 767 | drivers/char/keyboard.c | spec_fn_table[value](); |
value | 770 | drivers/char/keyboard.c | static void do_lowercase(unsigned char value, char up_flag) |
value | 775 | drivers/char/keyboard.c | static void do_self(unsigned char value, char up_flag) |
value | 781 | drivers/char/keyboard.c | value = handle_diacr(value); |
value | 785 | drivers/char/keyboard.c | diacr = value; |
value | 789 | drivers/char/keyboard.c | put_queue(value); |
value | 803 | drivers/char/keyboard.c | static void do_dead(unsigned char value, char up_flag) |
value | 808 | drivers/char/keyboard.c | value = ret_diacr[value]; |
value | 809 | drivers/char/keyboard.c | if (diacr == value) { /* pressed twice */ |
value | 811 | drivers/char/keyboard.c | put_queue(value); |
value | 814 | drivers/char/keyboard.c | diacr = value; |
value | 839 | drivers/char/keyboard.c | static void do_cons(unsigned char value, char up_flag) |
value | 843 | drivers/char/keyboard.c | want_console = value; |
value | 846 | drivers/char/keyboard.c | static void do_fn(unsigned char value, char up_flag) |
value | 850 | drivers/char/keyboard.c | if (value < SIZE(func_table)) { |
value | 851 | drivers/char/keyboard.c | if (func_table[value]) |
value | 852 | drivers/char/keyboard.c | puts_queue(func_table[value]); |
value | 854 | drivers/char/keyboard.c | printk("do_fn called with value=%d\n", value); |
value | 857 | drivers/char/keyboard.c | static void do_pad(unsigned char value, char up_flag) |
value | 867 | drivers/char/keyboard.c | applkey(app_map[value], 1); |
value | 872 | drivers/char/keyboard.c | switch (value) { |
value | 909 | drivers/char/keyboard.c | put_queue(pad_chars[value]); |
value | 910 | drivers/char/keyboard.c | if (value == KVAL(K_PENTER) && vc_kbd_mode(kbd, VC_CRLF)) |
value | 914 | drivers/char/keyboard.c | static void do_cur(unsigned char value, char up_flag) |
value | 920 | drivers/char/keyboard.c | applkey(cur_chars[value], vc_kbd_mode(kbd,VC_CKMODE)); |
value | 923 | drivers/char/keyboard.c | static void do_shift(unsigned char value, char up_flag) |
value | 932 | drivers/char/keyboard.c | if (value == KVAL(K_CAPSSHIFT)) { |
value | 933 | drivers/char/keyboard.c | value = KVAL(K_SHIFT); |
value | 941 | drivers/char/keyboard.c | if (k_down[value]) |
value | 942 | drivers/char/keyboard.c | k_down[value]--; |
value | 944 | drivers/char/keyboard.c | k_down[value]++; |
value | 946 | drivers/char/keyboard.c | if (k_down[value]) |
value | 947 | drivers/char/keyboard.c | shift_state |= (1 << value); |
value | 949 | drivers/char/keyboard.c | shift_state &= ~ (1 << value); |
value | 989 | drivers/char/keyboard.c | static void do_meta(unsigned char value, char up_flag) |
value | 996 | drivers/char/keyboard.c | put_queue(value); |
value | 998 | drivers/char/keyboard.c | put_queue(value | 0x80); |
value | 1001 | drivers/char/keyboard.c | static void do_ascii(unsigned char value, char up_flag) |
value | 1008 | drivers/char/keyboard.c | if (value < 10) /* decimal input of code, while Alt depressed */ |
value | 1011 | drivers/char/keyboard.c | value -= 10; |
value | 1016 | drivers/char/keyboard.c | npadch = value; |
value | 1018 | drivers/char/keyboard.c | npadch = npadch * base + value; |
value | 1021 | drivers/char/keyboard.c | static void do_lock(unsigned char value, char up_flag) |
value | 1025 | drivers/char/keyboard.c | chg_vc_kbd_lock(kbd, value); |
value | 261 | drivers/char/serial.c | static inline void serial_out(struct async_struct *info, int offset, int value) |
value | 266 | drivers/char/serial.c | outb(value, info->port+1); |
value | 269 | drivers/char/serial.c | outb(value, info->port+offset); |
value | 273 | drivers/char/serial.c | int value) |
value | 278 | drivers/char/serial.c | outb_p(value, info->port+1); |
value | 282 | drivers/char/serial.c | outb(value, info->port+offset); |
value | 284 | drivers/char/serial.c | outb_p(value, info->port+offset); |
value | 1557 | drivers/char/serial.c | static int get_lsr_info(struct async_struct * info, unsigned int *value) |
value | 1566 | drivers/char/serial.c | put_fs_long(result,(unsigned long *) value); |
value | 1571 | drivers/char/serial.c | static int get_modem_info(struct async_struct * info, unsigned int *value) |
value | 1586 | drivers/char/serial.c | put_fs_long(result,(unsigned long *) value); |
value | 1591 | drivers/char/serial.c | unsigned int *value) |
value | 1596 | drivers/char/serial.c | error = verify_area(VERIFY_READ, value, sizeof(int)); |
value | 1599 | drivers/char/serial.c | arg = get_fs_long((unsigned long *) value); |
value | 158 | drivers/net/atp.h | write_reg(short port, unsigned char reg, unsigned char value) |
value | 167 | drivers/net/atp.h | outval |= value; |
value | 177 | drivers/net/atp.h | write_reg_high(short port, unsigned char reg, unsigned char value) |
value | 186 | drivers/net/atp.h | outval = WrAddr | HNib | value; |
value | 197 | drivers/net/atp.h | write_reg_byte(short port, unsigned char reg, unsigned char value) |
value | 205 | drivers/net/atp.h | outb((outval & 0xf0) | (value & 0x0f), port + PAR_DATA); |
value | 206 | drivers/net/atp.h | outb(value & 0x0f, port + PAR_DATA); |
value | 207 | drivers/net/atp.h | value >>= 4; |
value | 208 | drivers/net/atp.h | outb(value, port + PAR_DATA); |
value | 209 | drivers/net/atp.h | outb(0x10 | value, port + PAR_DATA); |
value | 210 | drivers/net/atp.h | outb(0x10 | value, port + PAR_DATA); |
value | 212 | drivers/net/atp.h | outb(EOC | value, port + PAR_DATA); /* Reset the address register. */ |
value | 222 | drivers/net/atp.h | extern inline void write_byte_mode0(short ioaddr, unsigned char value) |
value | 224 | drivers/net/atp.h | outb(value & 0x0f, ioaddr + PAR_DATA); |
value | 225 | drivers/net/atp.h | outb((value>>4) | 0x10, ioaddr + PAR_DATA); |
value | 228 | drivers/net/atp.h | extern inline void write_byte_mode1(short ioaddr, unsigned char value) |
value | 230 | drivers/net/atp.h | outb(value & 0x0f, ioaddr + PAR_DATA); |
value | 232 | drivers/net/atp.h | outb((value>>4) | 0x10, ioaddr + PAR_DATA); |
value | 237 | drivers/net/atp.h | extern inline void write_word_mode0(short ioaddr, unsigned short value) |
value | 239 | drivers/net/atp.h | outb(value & 0x0f, ioaddr + PAR_DATA); |
value | 240 | drivers/net/atp.h | value >>= 4; |
value | 241 | drivers/net/atp.h | outb((value & 0x0f) | 0x10, ioaddr + PAR_DATA); |
value | 242 | drivers/net/atp.h | value >>= 4; |
value | 243 | drivers/net/atp.h | outb(value & 0x0f, ioaddr + PAR_DATA); |
value | 244 | drivers/net/atp.h | value >>= 4; |
value | 245 | drivers/net/atp.h | outb((value & 0x0f) | 0x10, ioaddr + PAR_DATA); |
value | 234 | drivers/net/de620.c | byte value; |
value | 237 | drivers/net/de620.c | while ((((value = inb(STATUS_PORT)) & READY) == 0) && (cnt <= 1000)) |
value | 243 | drivers/net/de620.c | return value & 0xf0; /* nibble */ |
value | 261 | drivers/net/de620.c | de620_put_byte(byte value) |
value | 265 | drivers/net/de620.c | outb(value, DATA_PORT); |
value | 272 | drivers/net/de620.c | byte value; |
value | 275 | drivers/net/de620.c | value = de620_ready(); /* High nibble */ |
value | 277 | drivers/net/de620.c | value |= de620_ready() >> 4; /* Low nibble */ |
value | 278 | drivers/net/de620.c | return value; |
value | 321 | drivers/net/de620.c | byte value; |
value | 344 | drivers/net/de620.c | value = inb(STATUS_PORT) & 0xf0; /* High nibble */ |
value | 346 | drivers/net/de620.c | *data++ = value | inb(STATUS_PORT) >> 4; /* Low nibble */ |
value | 377 | drivers/net/de620.c | de620_set_register(byte reg, byte value) |
value | 383 | drivers/net/de620.c | de620_put_byte(value); |
value | 389 | drivers/net/de620.c | byte value; |
value | 392 | drivers/net/de620.c | value = de620_read_byte(); |
value | 395 | drivers/net/de620.c | return value; |
value | 1526 | drivers/net/ewrk3.c | static char asc2hex(char value); |
value | 1807 | drivers/net/ewrk3.c | static char asc2hex(char value) |
value | 1809 | drivers/net/ewrk3.c | value -= 0x30; /* normalise to 0..9 range */ |
value | 1810 | drivers/net/ewrk3.c | if (value >= 0) { |
value | 1811 | drivers/net/ewrk3.c | if (value > 9) { /* but may not be 10..15 */ |
value | 1812 | drivers/net/ewrk3.c | value &= 0x1f; /* make A..F & a..f be the same */ |
value | 1813 | drivers/net/ewrk3.c | value -= 0x07; /* normalise to 10..15 range */ |
value | 1814 | drivers/net/ewrk3.c | if ((value < 0x0a) || (value > 0x0f)) { /* if outside range then... */ |
value | 1815 | drivers/net/ewrk3.c | value = -1; /* ...signal error */ |
value | 1819 | drivers/net/ewrk3.c | value = -1; /* ...signal error */ |
value | 1821 | drivers/net/ewrk3.c | return value; /* return hex char or error */ |
value | 183 | drivers/net/ne.c | struct {unsigned char value, offset; } program_seq[] = { |
value | 199 | drivers/net/ne.c | outb_p(program_seq[i].value, ioaddr + program_seq[i].offset); |
value | 513 | drivers/net/sk_g16.c | void SK_write_reg(int reg_number, int value); |
value | 1967 | drivers/net/sk_g16.c | void SK_write_reg(int reg_number, int value) |
value | 1971 | drivers/net/sk_g16.c | SK_IOREG = value; |
value | 230 | drivers/net/tulip.c | int value, boguscnt = 100000; |
value | 232 | drivers/net/tulip.c | value = inl(ioaddr + CSR9); |
value | 233 | drivers/net/tulip.c | while (value < 0 && --boguscnt > 0); |
value | 234 | drivers/net/tulip.c | printk(" %2.2x", dev->dev_addr[i] = value); |
value | 1320 | drivers/scsi/53c7,8xx.h | #define NCR53c7x0_write8(address,value) \ |
value | 1323 | drivers/scsi/53c7,8xx.h | (value) : \ |
value | 1324 | drivers/scsi/53c7,8xx.h | outb((value), NCR53c7x0_address_io + (address))) |
value | 1326 | drivers/scsi/53c7,8xx.h | #define NCR53c7x0_write16(address,value) \ |
value | 1329 | drivers/scsi/53c7,8xx.h | (value) : \ |
value | 1330 | drivers/scsi/53c7,8xx.h | outw((value), NCR53c7x0_address_io + (address))) |
value | 1332 | drivers/scsi/53c7,8xx.h | #define NCR53c7x0_write32(address,value) \ |
value | 1335 | drivers/scsi/53c7,8xx.h | (value) : \ |
value | 1336 | drivers/scsi/53c7,8xx.h | outl((value), NCR53c7x0_address_io + (address))) |
value | 1338 | drivers/scsi/53c7,8xx.h | #define patch_abs_32(script, offset, symbol, value) \ |
value | 1341 | drivers/scsi/53c7,8xx.h | (script)[A_##symbol##_used[i] - (offset)] += (value); \ |
value | 1349 | drivers/scsi/53c7,8xx.h | #define patch_abs_rwri_data(script, offset, symbol, value) \ |
value | 1355 | drivers/scsi/53c7,8xx.h | (((value) << DBC_RWRI_IMMEDIATE_SHIFT) & \ |
value | 1358 | drivers/scsi/53c7,8xx.h | #define patch_dsa_32(dsa, symbol, word, value) \ |
value | 1361 | drivers/scsi/53c7,8xx.h | + (word)] = (unsigned long) (value); \ |
value | 1365 | drivers/scsi/53c7,8xx.h | (int) (word), (long) (value)); \ |
value | 373 | drivers/scsi/NCR5380.c | unsigned char value; |
value | 399 | drivers/scsi/NCR5380.c | for (i = 0; (phases[i].value != PHASE_UNKNOWN) && |
value | 400 | drivers/scsi/NCR5380.c | (phases[i].value != (status & PHASE_MASK)); ++i); |
value | 95 | drivers/scsi/aic7770.c | int value; |
value | 101 | drivers/scsi/aic7770.c | void define(char *name, int value) |
value | 114 | drivers/scsi/aic7770.c | p->value = value; |
value | 120 | drivers/scsi/aic7770.c | if (p->value != NOVALUE) |
value | 121 | drivers/scsi/aic7770.c | fprintf(stderr, "defined as 0x%x\n", p->value); |
value | 152 | drivers/scsi/aic7770.c | if (p->value == NOVALUE) { |
value | 163 | drivers/scsi/aic7770.c | p->name, p->value); |
value | 167 | drivers/scsi/aic7770.c | M[p->patch[i]][0] |= ((p->value >> 8) & 1); |
value | 168 | drivers/scsi/aic7770.c | M[p->patch[i]][1] = p->value & 0xff; |
value | 309 | drivers/scsi/aic7770.c | int value; |
value | 327 | drivers/scsi/aic7770.c | return(jmptab[i].value); |
value | 355 | drivers/scsi/aic7770.c | val = p->value; |
value | 398 | drivers/scsi/aic7770.c | return(p->value); |
value | 417 | drivers/scsi/aic7770.c | if (p->value != NOVALUE) |
value | 418 | drivers/scsi/aic7770.c | return(p->value); |
value | 505 | drivers/scsi/aic7770.c | p->value = LC; |
value | 74 | drivers/scsi/g_NCR5380.h | #define NCR5380_write(reg, value) (outb((value), (port + (reg)))) |
value | 96 | drivers/scsi/in2000.c | inline static void outw( unsigned short value, unsigned short port ) |
value | 100 | drivers/scsi/in2000.c | :"a" ((unsigned short) value), |
value | 165 | drivers/scsi/pas16.h | #define NCR5380_write(reg, value) ( outb((value),PAS16_io_port(reg)) ) |
value | 171 | drivers/scsi/pas16.h | #define NCR5380_write(reg, value) \ |
value | 173 | drivers/scsi/pas16.h | instance->hostno, (value), (reg), PAS16_io_port(reg)), \ |
value | 174 | drivers/scsi/pas16.h | outb( (value),PAS16_io_port(reg) ) ) |
value | 1232 | drivers/scsi/st.c | int dev, value; |
value | 1254 | drivers/scsi/st.c | value = (options & ~MT_ST_OPTIONS) * ST_BLOCK_SIZE; |
value | 1255 | drivers/scsi/st.c | if (value < 1 || value > st_buffer_size) { |
value | 1257 | drivers/scsi/st.c | value); |
value | 1260 | drivers/scsi/st.c | STp->write_threshold = value; |
value | 142 | drivers/scsi/t128.h | #define NCR5380_write(reg, value) (*(T128_address(reg)) = (value)) |
value | 148 | drivers/scsi/t128.h | #define NCR5380_write(reg, value) { \ |
value | 150 | drivers/scsi/t128.h | instance->hostno, (value), (reg), T128_address(reg)); \ |
value | 151 | drivers/scsi/t128.h | *(T128_address(reg)) = (value); \ |
value | 159 | drivers/sound/dev_table.h | void (*controller) (int dev, int voice, int ctrl_num, int value); |
value | 160 | drivers/sound/dev_table.h | void (*panning) (int dev, int voice, int value); |
value | 163 | drivers/sound/dev_table.h | void (*bender) (int dev, int chn, int value); |
value | 970 | drivers/sound/gus_wave.c | guswave_panning (int dev, int voice, int value) |
value | 973 | drivers/sound/gus_wave.c | voices[voice].panning = value; |
value | 1114 | drivers/sound/gus_wave.c | guswave_controller (int dev, int voice, int ctrl_num, int value) |
value | 1125 | drivers/sound/gus_wave.c | voices[voice].bender = value; |
value | 1129 | drivers/sound/gus_wave.c | freq = compute_finetune (voices[voice].orig_freq, value, |
value | 1141 | drivers/sound/gus_wave.c | voices[voice].bender_range = value; |
value | 1144 | drivers/sound/gus_wave.c | value /= 128; |
value | 1148 | drivers/sound/gus_wave.c | voices[voice].expression_vol = value; |
value | 1155 | drivers/sound/gus_wave.c | voices[voice].panning = (value * 2) - 128; |
value | 1159 | drivers/sound/gus_wave.c | value = (value * 100) / 16383; |
value | 1162 | drivers/sound/gus_wave.c | voices[voice].main_vol = value; |
value | 2404 | drivers/sound/gus_wave.c | guswave_bender (int dev, int voice, int value) |
value | 2409 | drivers/sound/gus_wave.c | voices[voice].bender = value - 8192; |
value | 2410 | drivers/sound/gus_wave.c | freq = compute_finetune (voices[voice].orig_freq, value, |
value | 413 | drivers/sound/midi_synth.c | midi_synth_controller (int dev, int channel, int ctrl_num, int value) |
value | 436 | drivers/sound/midi_synth.c | midi_outc (orig_dev, value & 0x7f); |
value | 446 | drivers/sound/midi_synth.c | midi_synth_bender (int dev, int channel, int value) |
value | 454 | drivers/sound/midi_synth.c | if (value < 0 || value > 16383) |
value | 467 | drivers/sound/midi_synth.c | else if (!prefix_cmd (orig_dev, value & 0x7f)) |
value | 470 | drivers/sound/midi_synth.c | midi_outc (orig_dev, value & 0x7f); |
value | 471 | drivers/sound/midi_synth.c | midi_outc (orig_dev, (value >> 7) & 0x7f); |
value | 14 | drivers/sound/midi_synth.h | void midi_synth_controller (int dev, int channel, int ctrl_num, int value); |
value | 16 | drivers/sound/midi_synth.h | void midi_synth_bender (int dev, int chn, int value); |
value | 1002 | drivers/sound/opl3.c | bend_pitch (int dev, int voice, int value) |
value | 1013 | drivers/sound/opl3.c | voices[voice].bender = value; |
value | 1014 | drivers/sound/opl3.c | if (!value) |
value | 1044 | drivers/sound/opl3.c | opl3_controller (int dev, int voice, int ctrl_num, int value) |
value | 1052 | drivers/sound/opl3.c | bend_pitch (dev, voice, value); |
value | 1056 | drivers/sound/opl3.c | voices[voice].bender_range = value; |
value | 1068 | drivers/sound/opl3.c | opl3_bender (int dev, int voice, int value) |
value | 1073 | drivers/sound/opl3.c | bend_pitch (dev, voice, value); |
value | 113 | drivers/sound/pas.h | unsigned int value:8; |
value | 104 | drivers/sound/pss.c | pss_outpw (unsigned short port, unsigned short value) |
value | 108 | drivers/sound/pss.c | :"a" (value), "d" (port)); |
value | 56 | drivers/sound/sb_mixer.c | sb_setmixer (unsigned int port, unsigned int value) |
value | 65 | drivers/sound/sb_mixer.c | OUTB ((unsigned char) (value & 0xff), MIXER_DATA); |
value | 185 | drivers/sound/sb_mixer.c | sb_mixer_set (int dev, int value) |
value | 187 | drivers/sound/sb_mixer.c | int left = value & 0x000000ff; |
value | 188 | drivers/sound/sb_mixer.c | int right = (value & 0x0000ff00) >> 8; |
value | 102 | drivers/sound/sound_calls.h | int snd_ioctl_return(int *addr, int value); |
value | 140 | drivers/sound/sound_calls.h | void sb_setmixer (unsigned int port, unsigned int value); |
value | 45 | drivers/sound/soundcard.c | snd_ioctl_return (int *addr, int value) |
value | 49 | drivers/sound/soundcard.c | if (value < 0) |
value | 50 | drivers/sound/soundcard.c | return value; |
value | 56 | drivers/sound/soundcard.c | PUT_WORD_TO_USER (addr, 0, value); |
value | 180 | fs/ext2/super.c | char * value; |
value | 187 | fs/ext2/super.c | if ((value = strchr (this_char, '=')) != NULL) |
value | 188 | fs/ext2/super.c | *value++ = 0; |
value | 192 | fs/ext2/super.c | if (!value || !*value) |
value | 194 | fs/ext2/super.c | else if (!strcmp (value, "none")) { |
value | 198 | fs/ext2/super.c | else if (strcmp (value, "normal")) |
value | 200 | fs/ext2/super.c | else if (strcmp (value, "strict")) { |
value | 206 | fs/ext2/super.c | value); |
value | 213 | fs/ext2/super.c | if (!value || !*value) { |
value | 218 | fs/ext2/super.c | if (!strcmp (value, "continue")) { |
value | 223 | fs/ext2/super.c | else if (!strcmp (value, "remount-ro")) { |
value | 228 | fs/ext2/super.c | else if (!strcmp (value, "panic")) { |
value | 235 | fs/ext2/super.c | value); |
value | 252 | fs/ext2/super.c | if (!value || !*value) { |
value | 257 | fs/ext2/super.c | *resgid = simple_strtoul (value, &value, 0); |
value | 258 | fs/ext2/super.c | if (*value) { |
value | 260 | fs/ext2/super.c | value); |
value | 265 | fs/ext2/super.c | if (!value || !*value) { |
value | 270 | fs/ext2/super.c | *resuid = simple_strtoul (value, &value, 0); |
value | 271 | fs/ext2/super.c | if (*value) { |
value | 273 | fs/ext2/super.c | value); |
value | 278 | fs/ext2/super.c | if (!value || !*value) { |
value | 283 | fs/ext2/super.c | *sb_block = simple_strtoul (value, &value, 0); |
value | 284 | fs/ext2/super.c | if (*value) { |
value | 286 | fs/ext2/super.c | value); |
value | 76 | fs/isofs/inode.c | char *this_char,*value; |
value | 101 | fs/isofs/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
value | 102 | fs/isofs/inode.c | *value++ = 0; |
value | 103 | fs/isofs/inode.c | if (!strcmp(this_char,"map") && value) { |
value | 104 | fs/isofs/inode.c | if (value[0] && !value[1] && strchr("on",*value)) |
value | 105 | fs/isofs/inode.c | popt->map = *value; |
value | 106 | fs/isofs/inode.c | else if (!strcmp(value,"off")) popt->map = 'o'; |
value | 107 | fs/isofs/inode.c | else if (!strcmp(value,"normal")) popt->map = 'n'; |
value | 110 | fs/isofs/inode.c | else if (!strcmp(this_char,"conv") && value) { |
value | 111 | fs/isofs/inode.c | if (value[0] && !value[1] && strchr("btma",*value)) |
value | 112 | fs/isofs/inode.c | popt->conversion = *value; |
value | 113 | fs/isofs/inode.c | else if (!strcmp(value,"binary")) popt->conversion = 'b'; |
value | 114 | fs/isofs/inode.c | else if (!strcmp(value,"text")) popt->conversion = 't'; |
value | 115 | fs/isofs/inode.c | else if (!strcmp(value,"mtext")) popt->conversion = 'm'; |
value | 116 | fs/isofs/inode.c | else if (!strcmp(value,"auto")) popt->conversion = 'a'; |
value | 119 | fs/isofs/inode.c | else if (value && |
value | 124 | fs/isofs/inode.c | char * vpnt = value; |
value | 88 | fs/msdos/inode.c | char *this_char,*value; |
value | 98 | fs/msdos/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
value | 99 | fs/msdos/inode.c | *value++ = 0; |
value | 100 | fs/msdos/inode.c | if (!strcmp(this_char,"check") && value) { |
value | 101 | fs/msdos/inode.c | if (value[0] && !value[1] && strchr("rns",*value)) |
value | 102 | fs/msdos/inode.c | *check = *value; |
value | 103 | fs/msdos/inode.c | else if (!strcmp(value,"relaxed")) *check = 'r'; |
value | 104 | fs/msdos/inode.c | else if (!strcmp(value,"normal")) *check = 'n'; |
value | 105 | fs/msdos/inode.c | else if (!strcmp(value,"strict")) *check = 's'; |
value | 108 | fs/msdos/inode.c | else if (!strcmp(this_char,"conv") && value) { |
value | 109 | fs/msdos/inode.c | if (value[0] && !value[1] && strchr("bta",*value)) |
value | 110 | fs/msdos/inode.c | *conversion = *value; |
value | 111 | fs/msdos/inode.c | else if (!strcmp(value,"binary")) *conversion = 'b'; |
value | 112 | fs/msdos/inode.c | else if (!strcmp(value,"text")) *conversion = 't'; |
value | 113 | fs/msdos/inode.c | else if (!strcmp(value,"auto")) *conversion = 'a'; |
value | 117 | fs/msdos/inode.c | if (!value || !*value) |
value | 119 | fs/msdos/inode.c | *uid = simple_strtoul(value,&value,0); |
value | 120 | fs/msdos/inode.c | if (*value) |
value | 124 | fs/msdos/inode.c | if (!value || !*value) |
value | 126 | fs/msdos/inode.c | *gid = simple_strtoul(value,&value,0); |
value | 127 | fs/msdos/inode.c | if (*value) |
value | 131 | fs/msdos/inode.c | if (!value || !*value) |
value | 133 | fs/msdos/inode.c | *umask = simple_strtoul(value,&value,8); |
value | 134 | fs/msdos/inode.c | if (*value) |
value | 138 | fs/msdos/inode.c | if (value) return 0; |
value | 142 | fs/msdos/inode.c | if (!value || !*value) |
value | 144 | fs/msdos/inode.c | *fat = simple_strtoul(value,&value,0); |
value | 145 | fs/msdos/inode.c | if (*value || (*fat != 12 && *fat != 16)) |
value | 149 | fs/msdos/inode.c | if (value) return 0; |
value | 153 | fs/msdos/inode.c | *blksize = simple_strtoul(value,&value,0); |
value | 154 | fs/msdos/inode.c | if (*value) |
value | 50 | fs/proc/inode.c | char *this_char,*value; |
value | 56 | fs/proc/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
value | 57 | fs/proc/inode.c | *value++ = 0; |
value | 59 | fs/proc/inode.c | if (!value || !*value) |
value | 61 | fs/proc/inode.c | *uid = simple_strtoul(value,&value,0); |
value | 62 | fs/proc/inode.c | if (*value) |
value | 66 | fs/proc/inode.c | if (!value || !*value) |
value | 68 | fs/proc/inode.c | *gid = simple_strtoul(value,&value,0); |
value | 69 | fs/proc/inode.c | if (*value) |
value | 101 | include/asm-alpha/unistd.h | static inline int _exit(int value) |
value | 103 | include/asm-alpha/unistd.h | printk("[%d]_exit(%d)\n", current->pid, value); |
value | 104 | include/asm-alpha/unistd.h | return sys_exit(value); |
value | 45 | include/asm-i386/io.h | extern inline void __out##s(unsigned x value, unsigned short port) { |
value | 51 | include/asm-i386/io.h | __OUT1(s,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port)); } \ |
value | 52 | include/asm-i386/io.h | __OUT1(s##c,x) __OUT2(s,s1,"") : : "a" (value), "i" (port)); } \ |
value | 53 | include/asm-i386/io.h | __OUT1(s##_p,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port)); SLOW_DOWN_IO; } \ |
value | 54 | include/asm-i386/io.h | __OUT1(s##c_p,x) __OUT2(s,s1,"") : : "a" (value), "i" (port)); SLOW_DOWN_IO; } |
value | 54 | include/asm-mips/io.h | extern inline void __out##s(unsigned int value, unsigned int port) { |
value | 60 | include/asm-mips/io.h | __OUT1(s) __OUT2(m) : : "r" (value), "i" (0), "r" (PORT_BASE+port)); } \ |
value | 61 | include/asm-mips/io.h | __OUT1(s##c) __OUT2(m) : : "r" (value), "i" (port), "r" (PORT_BASE)); } \ |
value | 62 | include/asm-mips/io.h | __OUT1(s##_p) __OUT2(m) : : "r" (value), "i" (0), "r" (PORT_BASE+port)); \ |
value | 64 | include/asm-mips/io.h | __OUT1(s##c_p) __OUT2(m) : : "r" (value), "i" (port), "r" (PORT_BASE)); \ |
value | 113 | include/asm-mips/mipsregs.h | #define write_32bit_cp0_register(register,value) \ |
value | 116 | include/asm-mips/mipsregs.h | : : "r" (value)); |
value | 137 | include/asm-mips/mipsregs.h | #define store_conditional(addr,value) \ |
value | 144 | include/asm-mips/mipsregs.h | : "0" (value), "r" (addr)); \ |
value | 39 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned char *value); |
value | 41 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned short *value); |
value | 43 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned long *value); |
value | 46 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned char value); |
value | 48 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned short value); |
value | 50 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned long value); |
value | 38 | include/linux/module.h | unsigned long value; /* value of symbol */ |
value | 538 | include/linux/pci.h | unsigned char value; |
value | 886 | include/linux/soundcard.h | #define SEQ_CONTROL(dev, chn, controller, value) \ |
value | 887 | include/linux/soundcard.h | _CHN_COMMON(dev, MIDI_CTL_CHANGE, chn, controller, 0, value) |
value | 889 | include/linux/soundcard.h | #define SEQ_BENDER(dev, chn, value) \ |
value | 890 | include/linux/soundcard.h | _CHN_COMMON(dev, MIDI_PITCH_BEND, chn, 0, 0, value) |
value | 893 | include/linux/soundcard.h | #define SEQ_V2_X_CONTROL(dev, voice, controller, value) {_SEQ_NEEDBUF(8);\ |
value | 899 | include/linux/soundcard.h | *(short *)&_seqbuf[_seqbufptr+5] = (value);\ |
value | 906 | include/linux/soundcard.h | #define SEQ_PITCHBEND(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER, value) |
value | 907 | include/linux/soundcard.h | #define SEQ_BENDER_RANGE(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER_RANGE, value) |
value | 908 | include/linux/soundcard.h | #define SEQ_EXPRESSION(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_EXPRESSION, value*128) |
value | 909 | include/linux/soundcard.h | #define SEQ_MAIN_VOLUME(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_MAIN_VOLUME, (value*16383)/100) |
value | 942 | include/linux/soundcard.h | #define SEQ_SET_TEMPO(value) _TIMER_EVENT(TMR_TEMPO, value) |
value | 18 | kernel/itimer.c | static unsigned long tvtojiffies(struct timeval *value) |
value | 20 | kernel/itimer.c | return((unsigned long )value->tv_sec * HZ + |
value | 21 | kernel/itimer.c | (unsigned long )(value->tv_usec + (1000000 / HZ - 1)) / |
value | 25 | kernel/itimer.c | static void jiffiestotv(unsigned long jiffies, struct timeval *value) |
value | 27 | kernel/itimer.c | value->tv_usec = (jiffies % HZ) * (1000000 / HZ); |
value | 28 | kernel/itimer.c | value->tv_sec = jiffies / HZ; |
value | 32 | kernel/itimer.c | int _getitimer(int which, struct itimerval *value) |
value | 52 | kernel/itimer.c | jiffiestotv(val, &value->it_value); |
value | 53 | kernel/itimer.c | jiffiestotv(interval, &value->it_interval); |
value | 57 | kernel/itimer.c | asmlinkage int sys_getitimer(int which, struct itimerval *value) |
value | 62 | kernel/itimer.c | if (!value) |
value | 67 | kernel/itimer.c | error = verify_area(VERIFY_WRITE, value, sizeof(struct itimerval)); |
value | 70 | kernel/itimer.c | memcpy_tofs(value, &get_buffer, sizeof(get_buffer)); |
value | 74 | kernel/itimer.c | int _setitimer(int which, struct itimerval *value, struct itimerval *ovalue) |
value | 79 | kernel/itimer.c | i = tvtojiffies(&value->it_interval); |
value | 80 | kernel/itimer.c | j = tvtojiffies(&value->it_value); |
value | 111 | kernel/itimer.c | asmlinkage int sys_setitimer(int which, struct itimerval *value, struct itimerval *ovalue) |
value | 116 | kernel/itimer.c | if (value) { |
value | 117 | kernel/itimer.c | error = verify_area(VERIFY_READ, value, sizeof(*value)); |
value | 120 | kernel/itimer.c | memcpy_fromfs(&set_buffer, value, sizeof(set_buffer)); |
value | 388 | kernel/module.c | isym.value = (unsigned long)mp; |
value | 398 | kernel/module.c | isym.value = (unsigned long)from->addr; |
value | 135 | kernel/time.c | unsigned long value; |
value | 142 | kernel/time.c | value = get_fs_long(tptr); |
value | 144 | kernel/time.c | xtime.tv_sec = value; |
value | 19 | lib/vsprintf.c | unsigned long result = 0,value; |
value | 32 | lib/vsprintf.c | while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp-'0' : (islower(*cp) |
value | 34 | lib/vsprintf.c | result = result*base + value; |