tag | line | file | source code |
value | 120 | arch/alpha/kernel/apecs.c | unsigned int stat0, value; |
value | 146 | arch/alpha/kernel/apecs.c | value = *((volatile unsigned int *)addr); |
value | 151 | arch/alpha/kernel/apecs.c | value = 0xffffffffU; |
value | 178 | arch/alpha/kernel/apecs.c | value = 0xffffffff; |
value | 188 | arch/alpha/kernel/apecs.c | return value; |
value | 192 | arch/alpha/kernel/apecs.c | static void conf_write(unsigned long addr, unsigned int value, unsigned char type1) |
value | 217 | arch/alpha/kernel/apecs.c | *((volatile unsigned int *)addr) = value; |
value | 256 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned char *value) |
value | 262 | arch/alpha/kernel/apecs.c | *value = 0xff; |
value | 270 | arch/alpha/kernel/apecs.c | *value = conf_read(addr, type1) >> ((where & 3) * 8); |
value | 277 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned short *value) |
value | 283 | arch/alpha/kernel/apecs.c | *value = 0xffff; |
value | 295 | arch/alpha/kernel/apecs.c | *value = conf_read(addr, type1) >> ((where & 3) * 8); |
value | 301 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned int *value) |
value | 307 | arch/alpha/kernel/apecs.c | *value = 0xffffffff; |
value | 316 | arch/alpha/kernel/apecs.c | *value = conf_read(addr, type1); |
value | 322 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned char value) |
value | 332 | arch/alpha/kernel/apecs.c | conf_write(addr, value << ((where & 3) * 8), type1); |
value | 338 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned short value) |
value | 348 | arch/alpha/kernel/apecs.c | conf_write(addr, value << ((where & 3) * 8), type1); |
value | 354 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned int value) |
value | 364 | arch/alpha/kernel/apecs.c | conf_write(addr, value << ((where & 3) * 8), type1); |
value | 97 | arch/alpha/kernel/lca.c | unsigned int value; |
value | 109 | arch/alpha/kernel/lca.c | value = *((volatile unsigned int*)addr); |
value | 125 | arch/alpha/kernel/lca.c | value = 0xffffffff; |
value | 128 | arch/alpha/kernel/lca.c | return value; |
value | 132 | arch/alpha/kernel/lca.c | static void conf_write(unsigned long addr, unsigned int value) |
value | 146 | arch/alpha/kernel/lca.c | *((volatile unsigned int*)addr) = value; |
value | 167 | arch/alpha/kernel/lca.c | unsigned char where, unsigned char *value) |
value | 172 | arch/alpha/kernel/lca.c | *value = 0xff; |
value | 178 | arch/alpha/kernel/lca.c | *value = conf_read(addr) >> ((where & 3) * 8); |
value | 184 | arch/alpha/kernel/lca.c | unsigned char where, unsigned short *value) |
value | 189 | arch/alpha/kernel/lca.c | *value = 0xffff; |
value | 198 | arch/alpha/kernel/lca.c | *value = conf_read(addr) >> ((where & 3) * 8); |
value | 204 | arch/alpha/kernel/lca.c | unsigned char where, unsigned int *value) |
value | 209 | arch/alpha/kernel/lca.c | *value = 0xffffffff; |
value | 217 | arch/alpha/kernel/lca.c | *value = conf_read(addr); |
value | 223 | arch/alpha/kernel/lca.c | unsigned char where, unsigned char value) |
value | 232 | arch/alpha/kernel/lca.c | conf_write(addr, value << ((where & 3) * 8)); |
value | 238 | arch/alpha/kernel/lca.c | unsigned char where, unsigned short value) |
value | 247 | arch/alpha/kernel/lca.c | conf_write(addr, value << ((where & 3) * 8)); |
value | 253 | arch/alpha/kernel/lca.c | unsigned char where, unsigned int value) |
value | 262 | arch/alpha/kernel/lca.c | conf_write(addr, value << ((where & 3) * 8)); |
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 | 253 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned char *value) |
value | 262 | arch/i386/kernel/bios32.c | : "=c" (*value), |
value | 272 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned short *value) |
value | 281 | arch/i386/kernel/bios32.c | : "=c" (*value), |
value | 291 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned int *value) |
value | 300 | arch/i386/kernel/bios32.c | : "=c" (*value), |
value | 310 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned char value) |
value | 321 | arch/i386/kernel/bios32.c | "c" (value), |
value | 329 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned short value) |
value | 340 | arch/i386/kernel/bios32.c | "c" (value), |
value | 348 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned int value) |
value | 359 | arch/i386/kernel/bios32.c | "c" (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 | 180 | arch/sparc/prom/tree.c | prom_setprop(int node, char *pname, char *value, int size) |
value | 183 | arch/sparc/prom/tree.c | if((pname == 0) || (value == 0)) return 0; |
value | 184 | arch/sparc/prom/tree.c | return prom_nodeops->no_setprop(node, pname, value, size); |
value | 179 | drivers/block/aztcd.c | #define RETURNM(message,value) {printk("aztcd: Warning: %s failed\n",message);\ |
value | 180 | drivers/block/aztcd.c | return value;} |
value | 1743 | drivers/block/ide.c | static int write_fs_long (unsigned long useraddr, long value) |
value | 1751 | drivers/block/ide.c | put_user((unsigned)value, (long *) useraddr); |
value | 1854 | drivers/char/cyclades.c | get_modem_info(struct cyclades_port * info, unsigned int *value) |
value | 1882 | drivers/char/cyclades.c | put_fs_long(result,(unsigned long *) value); |
value | 1888 | drivers/char/cyclades.c | unsigned int *value) |
value | 1893 | drivers/char/cyclades.c | unsigned int arg = get_fs_long((unsigned long *) value); |
value | 2006 | drivers/char/cyclades.c | set_threshold(struct cyclades_port * info, unsigned long value) |
value | 2020 | drivers/char/cyclades.c | info->cor3 |= value & CyREC_FIFO; |
value | 2027 | drivers/char/cyclades.c | get_threshold(struct cyclades_port * info, unsigned long *value) |
value | 2042 | drivers/char/cyclades.c | put_fs_long(tmp,value); |
value | 2047 | drivers/char/cyclades.c | set_default_threshold(struct cyclades_port * info, unsigned long value) |
value | 2049 | drivers/char/cyclades.c | info->default_threshold = value & 0x0f; |
value | 2054 | drivers/char/cyclades.c | get_default_threshold(struct cyclades_port * info, unsigned long *value) |
value | 2056 | drivers/char/cyclades.c | put_fs_long(info->default_threshold,value); |
value | 2061 | drivers/char/cyclades.c | set_timeout(struct cyclades_port * info, unsigned long value) |
value | 2074 | drivers/char/cyclades.c | base_addr[CyRTPR<<index] = value & 0xff; |
value | 2079 | drivers/char/cyclades.c | get_timeout(struct cyclades_port * info, unsigned long *value) |
value | 2094 | drivers/char/cyclades.c | put_fs_long(tmp,value); |
value | 2099 | drivers/char/cyclades.c | set_default_timeout(struct cyclades_port * info, unsigned long value) |
value | 2101 | drivers/char/cyclades.c | info->default_timeout = value & 0xff; |
value | 2106 | drivers/char/cyclades.c | get_default_timeout(struct cyclades_port * info, unsigned long *value) |
value | 2108 | drivers/char/cyclades.c | put_fs_long(info->default_timeout,value); |
value | 121 | drivers/char/keyboard.c | typedef void (*k_hand)(unsigned char value, char up_flag); |
value | 122 | drivers/char/keyboard.c | typedef void (k_handfn)(unsigned char value, char up_flag); |
value | 751 | drivers/char/keyboard.c | static void do_ignore(unsigned char value, char up_flag) |
value | 760 | drivers/char/keyboard.c | static void do_spec(unsigned char value, char up_flag) |
value | 764 | drivers/char/keyboard.c | if (value >= SIZE(spec_fn_table)) |
value | 766 | drivers/char/keyboard.c | spec_fn_table[value](); |
value | 769 | drivers/char/keyboard.c | static void do_lowercase(unsigned char value, char up_flag) |
value | 774 | drivers/char/keyboard.c | static void do_self(unsigned char value, char up_flag) |
value | 780 | drivers/char/keyboard.c | value = handle_diacr(value); |
value | 784 | drivers/char/keyboard.c | diacr = value; |
value | 788 | drivers/char/keyboard.c | put_queue(value); |
value | 802 | drivers/char/keyboard.c | static void do_dead(unsigned char value, char up_flag) |
value | 807 | drivers/char/keyboard.c | value = ret_diacr[value]; |
value | 808 | drivers/char/keyboard.c | if (diacr == value) { /* pressed twice */ |
value | 810 | drivers/char/keyboard.c | put_queue(value); |
value | 813 | drivers/char/keyboard.c | diacr = value; |
value | 838 | drivers/char/keyboard.c | static void do_cons(unsigned char value, char up_flag) |
value | 842 | drivers/char/keyboard.c | want_console = value; |
value | 845 | drivers/char/keyboard.c | static void do_fn(unsigned char value, char up_flag) |
value | 849 | drivers/char/keyboard.c | if (value < SIZE(func_table)) { |
value | 850 | drivers/char/keyboard.c | if (func_table[value]) |
value | 851 | drivers/char/keyboard.c | puts_queue(func_table[value]); |
value | 853 | drivers/char/keyboard.c | printk("do_fn called with value=%d\n", value); |
value | 856 | drivers/char/keyboard.c | static void do_pad(unsigned char value, char up_flag) |
value | 866 | drivers/char/keyboard.c | applkey(app_map[value], 1); |
value | 871 | drivers/char/keyboard.c | switch (value) { |
value | 908 | drivers/char/keyboard.c | put_queue(pad_chars[value]); |
value | 909 | drivers/char/keyboard.c | if (value == KVAL(K_PENTER) && vc_kbd_mode(kbd, VC_CRLF)) |
value | 913 | drivers/char/keyboard.c | static void do_cur(unsigned char value, char up_flag) |
value | 919 | drivers/char/keyboard.c | applkey(cur_chars[value], vc_kbd_mode(kbd,VC_CKMODE)); |
value | 922 | drivers/char/keyboard.c | static void do_shift(unsigned char value, char up_flag) |
value | 931 | drivers/char/keyboard.c | if (value == KVAL(K_CAPSSHIFT)) { |
value | 932 | drivers/char/keyboard.c | value = KVAL(K_SHIFT); |
value | 940 | drivers/char/keyboard.c | if (k_down[value]) |
value | 941 | drivers/char/keyboard.c | k_down[value]--; |
value | 943 | drivers/char/keyboard.c | k_down[value]++; |
value | 945 | drivers/char/keyboard.c | if (k_down[value]) |
value | 946 | drivers/char/keyboard.c | shift_state |= (1 << value); |
value | 948 | drivers/char/keyboard.c | shift_state &= ~ (1 << value); |
value | 988 | drivers/char/keyboard.c | static void do_meta(unsigned char value, char up_flag) |
value | 995 | drivers/char/keyboard.c | put_queue(value); |
value | 997 | drivers/char/keyboard.c | put_queue(value | 0x80); |
value | 1000 | drivers/char/keyboard.c | static void do_ascii(unsigned char value, char up_flag) |
value | 1007 | drivers/char/keyboard.c | if (value < 10) /* decimal input of code, while Alt depressed */ |
value | 1010 | drivers/char/keyboard.c | value -= 10; |
value | 1015 | drivers/char/keyboard.c | npadch = value; |
value | 1017 | drivers/char/keyboard.c | npadch = npadch * base + value; |
value | 1020 | drivers/char/keyboard.c | static void do_lock(unsigned char value, char up_flag) |
value | 1024 | drivers/char/keyboard.c | chg_vc_kbd_lock(kbd, value); |
value | 1835 | drivers/char/scc.c | unsigned int value; |
value | 1948 | drivers/char/scc.c | value = get_user_long((unsigned int *) arg); |
value | 1950 | drivers/char/scc.c | if(value & TIOCM_DTR) |
value | 1954 | drivers/char/scc.c | if(value & TIOCM_RTS) |
value | 260 | drivers/char/serial.c | static inline void serial_out(struct async_struct *info, int offset, int value) |
value | 265 | drivers/char/serial.c | outb(value, info->port+1); |
value | 268 | drivers/char/serial.c | outb(value, info->port+offset); |
value | 272 | drivers/char/serial.c | int value) |
value | 277 | drivers/char/serial.c | outb_p(value, info->port+1); |
value | 281 | drivers/char/serial.c | outb(value, info->port+offset); |
value | 283 | drivers/char/serial.c | outb_p(value, info->port+offset); |
value | 1564 | drivers/char/serial.c | static int get_lsr_info(struct async_struct * info, unsigned int *value) |
value | 1573 | drivers/char/serial.c | put_user(result,value); |
value | 1578 | drivers/char/serial.c | static int get_modem_info(struct async_struct * info, unsigned int *value) |
value | 1593 | drivers/char/serial.c | put_user(result,value); |
value | 1598 | drivers/char/serial.c | unsigned int *value) |
value | 1603 | drivers/char/serial.c | error = verify_area(VERIFY_READ, value, sizeof(int)); |
value | 1606 | drivers/char/serial.c | arg = get_user(value); |
value | 497 | drivers/char/stallion.c | static void stl_setreg(stlport_t *portp, int regnr, int value); |
value | 499 | drivers/char/stallion.c | static int stl_updatereg(stlport_t *portp, int regnr, int value); |
value | 1544 | drivers/char/stallion.c | static void stl_setreg(stlport_t *portp, int regnr, int value) |
value | 1547 | drivers/char/stallion.c | outb(value, portp->ioaddr + EREG_DATA); |
value | 1550 | drivers/char/stallion.c | static int stl_updatereg(stlport_t *portp, int regnr, int value) |
value | 1553 | drivers/char/stallion.c | if (inb(portp->ioaddr + EREG_DATA) != value) { |
value | 1554 | drivers/char/stallion.c | outb(value, portp->ioaddr + EREG_DATA); |
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(struct device *dev, 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(dev); /* High nibble */ |
value | 277 | drivers/net/de620.c | value |= de620_ready(dev) >> 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(struct device *dev, byte reg, byte value) |
value | 383 | drivers/net/de620.c | de620_put_byte(dev, value); |
value | 389 | drivers/net/de620.c | byte value; |
value | 392 | drivers/net/de620.c | value = de620_read_byte(dev); |
value | 395 | drivers/net/de620.c | return value; |
value | 1530 | drivers/net/ewrk3.c | static char asc2hex(char value); |
value | 1841 | drivers/net/ewrk3.c | static char asc2hex(char value) |
value | 1843 | drivers/net/ewrk3.c | value -= 0x30; /* normalise to 0..9 range */ |
value | 1844 | drivers/net/ewrk3.c | if (value >= 0) { |
value | 1845 | drivers/net/ewrk3.c | if (value > 9) { /* but may not be 10..15 */ |
value | 1846 | drivers/net/ewrk3.c | value &= 0x1f; /* make A..F & a..f be the same */ |
value | 1847 | drivers/net/ewrk3.c | value -= 0x07; /* normalise to 10..15 range */ |
value | 1848 | drivers/net/ewrk3.c | if ((value < 0x0a) || (value > 0x0f)) { /* if outside range then... */ |
value | 1849 | drivers/net/ewrk3.c | value = -1; /* ...signal error */ |
value | 1853 | drivers/net/ewrk3.c | value = -1; /* ...signal error */ |
value | 1855 | drivers/net/ewrk3.c | return value; /* return hex char or error */ |
value | 200 | drivers/net/ne.c | struct {unsigned char value, offset; } program_seq[] = { |
value | 216 | 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 | 1970 | drivers/net/sk_g16.c | void SK_write_reg(int reg_number, int value) |
value | 1974 | drivers/net/sk_g16.c | SK_IOREG = value; |
value | 240 | drivers/net/tulip.c | int value, boguscnt = 100000; |
value | 242 | drivers/net/tulip.c | value = inl(ioaddr + CSR9); |
value | 243 | drivers/net/tulip.c | while (value < 0 && --boguscnt > 0); |
value | 244 | drivers/net/tulip.c | printk(" %2.2x", dev->dev_addr[i] = value); |
value | 201 | drivers/pci/pci.c | unsigned char value; |
value | 460 | drivers/pci/pci.c | if ((val & bmap->mask) == bmap->value) { |
value | 466 | drivers/pci/pci.c | - bmap->value); |
value | 475 | drivers/pci/pci.c | + bmap->value); |
value | 1343 | drivers/scsi/53c7,8xx.h | #define NCR53c7x0_write8(address,value) \ |
value | 1345 | drivers/scsi/53c7,8xx.h | ncr_writeb((value), NCR53c7x0_address_memory + (address)) : \ |
value | 1346 | drivers/scsi/53c7,8xx.h | outb((value), NCR53c7x0_address_io + (address))) |
value | 1348 | drivers/scsi/53c7,8xx.h | #define NCR53c7x0_write16(address,value) \ |
value | 1350 | drivers/scsi/53c7,8xx.h | ncr_writew((value), NCR53c7x0_address_memory + (address)) : \ |
value | 1351 | drivers/scsi/53c7,8xx.h | outw((value), NCR53c7x0_address_io + (address))) |
value | 1353 | drivers/scsi/53c7,8xx.h | #define NCR53c7x0_write32(address,value) \ |
value | 1355 | drivers/scsi/53c7,8xx.h | ncr_writel((value), NCR53c7x0_address_memory + (address)) : \ |
value | 1356 | drivers/scsi/53c7,8xx.h | outl((value), NCR53c7x0_address_io + (address))) |
value | 1358 | drivers/scsi/53c7,8xx.h | #define patch_abs_32(script, offset, symbol, value) \ |
value | 1361 | drivers/scsi/53c7,8xx.h | (script)[A_##symbol##_used[i] - (offset)] += (value); \ |
value | 1369 | drivers/scsi/53c7,8xx.h | #define patch_abs_rwri_data(script, offset, symbol, value) \ |
value | 1375 | drivers/scsi/53c7,8xx.h | (((value) << DBC_RWRI_IMMEDIATE_SHIFT) & \ |
value | 1378 | drivers/scsi/53c7,8xx.h | #define patch_dsa_32(dsa, symbol, word, value) \ |
value | 1381 | drivers/scsi/53c7,8xx.h | + (word)] = (value); \ |
value | 1385 | drivers/scsi/53c7,8xx.h | (word), (u32)(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 | 93 | drivers/scsi/aic7xxx_asm.c | int value; |
value | 101 | drivers/scsi/aic7xxx_asm.c | define(char *name, int value) |
value | 114 | drivers/scsi/aic7xxx_asm.c | p->value = value; |
value | 120 | drivers/scsi/aic7xxx_asm.c | if (p->value != NOVALUE) |
value | 121 | drivers/scsi/aic7xxx_asm.c | fprintf(stderr, "defined as 0x%x\n", p->value); |
value | 154 | drivers/scsi/aic7xxx_asm.c | if (p->value == NOVALUE) { |
value | 165 | drivers/scsi/aic7xxx_asm.c | p->name, p->value); |
value | 169 | drivers/scsi/aic7xxx_asm.c | M[p->patch[i]][0] |= ((p->value >> 8) & 1); |
value | 170 | drivers/scsi/aic7xxx_asm.c | M[p->patch[i]][1] = p->value & 0xff; |
value | 332 | drivers/scsi/aic7xxx_asm.c | int value; |
value | 350 | drivers/scsi/aic7xxx_asm.c | return(jmptab[i].value); |
value | 379 | drivers/scsi/aic7xxx_asm.c | val = p->value; |
value | 422 | drivers/scsi/aic7xxx_asm.c | return(p->value); |
value | 442 | drivers/scsi/aic7xxx_asm.c | if (p->value != NOVALUE) |
value | 443 | drivers/scsi/aic7xxx_asm.c | return(p->value); |
value | 535 | drivers/scsi/aic7xxx_asm.c | p->value = LC; |
value | 75 | drivers/scsi/g_NCR5380.h | #define NCR5380_write(reg, value) (outb((value), (port + (reg)))) |
value | 99 | drivers/scsi/in2000.c | inline static void outw( unsigned short value, unsigned short port ) |
value | 103 | drivers/scsi/in2000.c | :"a" ((unsigned short) value), |
value | 166 | drivers/scsi/pas16.h | #define NCR5380_write(reg, value) ( outb((value),PAS16_io_port(reg)) ) |
value | 172 | drivers/scsi/pas16.h | #define NCR5380_write(reg, value) \ |
value | 174 | drivers/scsi/pas16.h | instance->hostno, (value), (reg), PAS16_io_port(reg)), \ |
value | 175 | drivers/scsi/pas16.h | outb( (value),PAS16_io_port(reg) ) ) |
value | 1261 | drivers/scsi/st.c | int dev, value; |
value | 1284 | drivers/scsi/st.c | value = (options & ~MT_ST_OPTIONS) * ST_BLOCK_SIZE; |
value | 1285 | drivers/scsi/st.c | if (value < 1 || value > st_buffer_size) { |
value | 1287 | drivers/scsi/st.c | value); |
value | 1290 | drivers/scsi/st.c | STp->write_threshold = value; |
value | 143 | drivers/scsi/t128.h | #define NCR5380_write(reg, value) (*(T128_address(reg)) = (value)) |
value | 149 | drivers/scsi/t128.h | #define NCR5380_write(reg, value) { \ |
value | 151 | drivers/scsi/t128.h | instance->hostno, (value), (reg), T128_address(reg)); \ |
value | 152 | drivers/scsi/t128.h | *(T128_address(reg)) = (value); \ |
value | 351 | drivers/sound/ad1848.c | ad1848_mixer_set (ad1848_info * devc, int dev, int value) |
value | 353 | drivers/sound/ad1848.c | int left = value & 0x000000ff; |
value | 354 | drivers/sound/ad1848.c | int right = (value & 0x0000ff00) >> 8; |
value | 176 | drivers/sound/dev_table.h | void (*controller) (int dev, int voice, int ctrl_num, int value); |
value | 177 | drivers/sound/dev_table.h | void (*panning) (int dev, int voice, int value); |
value | 180 | drivers/sound/dev_table.h | void (*bender) (int dev, int chn, int value); |
value | 1001 | drivers/sound/gus_wave.c | guswave_panning (int dev, int voice, int value) |
value | 1004 | drivers/sound/gus_wave.c | voices[voice].panning = value; |
value | 1145 | drivers/sound/gus_wave.c | guswave_controller (int dev, int voice, int ctrl_num, int value) |
value | 1156 | drivers/sound/gus_wave.c | voices[voice].bender = value; |
value | 1160 | drivers/sound/gus_wave.c | freq = compute_finetune (voices[voice].orig_freq, value, |
value | 1172 | drivers/sound/gus_wave.c | voices[voice].bender_range = value; |
value | 1175 | drivers/sound/gus_wave.c | value /= 128; |
value | 1179 | drivers/sound/gus_wave.c | voices[voice].expression_vol = value; |
value | 1186 | drivers/sound/gus_wave.c | voices[voice].panning = (value * 2) - 128; |
value | 1190 | drivers/sound/gus_wave.c | value = (value * 100) / 16383; |
value | 1193 | drivers/sound/gus_wave.c | voices[voice].main_vol = value; |
value | 2476 | drivers/sound/gus_wave.c | guswave_bender (int dev, int voice, int value) |
value | 2481 | drivers/sound/gus_wave.c | voices[voice].bender = value - 8192; |
value | 2482 | drivers/sound/gus_wave.c | freq = compute_finetune (voices[voice].orig_freq, value, |
value | 135 | drivers/sound/mad16.c | mad_write (int port, int value) |
value | 153 | drivers/sound/mad16.c | OUTB ((unsigned char) (value & 0xff), port); |
value | 577 | drivers/sound/midi_synth.c | midi_synth_controller (int dev, int channel, int ctrl_num, int value) |
value | 600 | drivers/sound/midi_synth.c | midi_outc (orig_dev, value & 0x7f); |
value | 610 | drivers/sound/midi_synth.c | midi_synth_bender (int dev, int channel, int value) |
value | 618 | drivers/sound/midi_synth.c | if (value < 0 || value > 16383) |
value | 632 | drivers/sound/midi_synth.c | else if (!prefix_cmd (orig_dev, value & 0x7f)) |
value | 635 | drivers/sound/midi_synth.c | midi_outc (orig_dev, value & 0x7f); |
value | 636 | 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 | 1026 | drivers/sound/opl3.c | bend_pitch (int dev, int voice, int value) |
value | 1037 | drivers/sound/opl3.c | voices[voice].bender = value; |
value | 1038 | drivers/sound/opl3.c | if (!value) |
value | 1068 | drivers/sound/opl3.c | opl3_controller (int dev, int voice, int ctrl_num, int value) |
value | 1076 | drivers/sound/opl3.c | bend_pitch (dev, voice, value); |
value | 1080 | drivers/sound/opl3.c | voices[voice].bender_range = value; |
value | 1092 | drivers/sound/opl3.c | opl3_bender (int dev, int voice, int value) |
value | 1097 | drivers/sound/opl3.c | bend_pitch (dev, voice, value - 8192); |
value | 116 | drivers/sound/pas.h | unsigned int value:8; |
value | 57 | drivers/sound/sb_mixer.c | sb_setmixer (unsigned int port, unsigned int value) |
value | 66 | drivers/sound/sb_mixer.c | OUTB ((unsigned char) (value & 0xff), MIXER_DATA); |
value | 242 | drivers/sound/sb_mixer.c | smw_mixer_set (int dev, int value) |
value | 244 | drivers/sound/sb_mixer.c | int left = value & 0x000000ff; |
value | 245 | drivers/sound/sb_mixer.c | int right = (value & 0x0000ff00) >> 8; |
value | 296 | drivers/sound/sb_mixer.c | sb_mixer_set (int dev, int value) |
value | 298 | drivers/sound/sb_mixer.c | int left = value & 0x000000ff; |
value | 299 | drivers/sound/sb_mixer.c | int right = (value & 0x0000ff00) >> 8; |
value | 306 | drivers/sound/sb_mixer.c | return smw_mixer_set (dev, value); |
value | 101 | drivers/sound/sound_calls.h | int snd_ioctl_return(int *addr, int value); |
value | 139 | drivers/sound/sound_calls.h | void sb_setmixer (unsigned int port, unsigned int value); |
value | 47 | 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 | 52 | drivers/sound/soundcard.c | PUT_WORD_TO_USER (addr, 0, value); |
value | 251 | drivers/sound/sscape.c | set_mt32 (struct sscape_info *devc, int value) |
value | 255 | drivers/sound/sscape.c | value ? 1 : 0); |
value | 148 | fs/ext2/super.c | char * value; |
value | 155 | fs/ext2/super.c | if ((value = strchr (this_char, '=')) != NULL) |
value | 156 | fs/ext2/super.c | *value++ = 0; |
value | 160 | fs/ext2/super.c | if (!value || !*value) |
value | 162 | fs/ext2/super.c | else if (!strcmp (value, "none")) { |
value | 166 | fs/ext2/super.c | else if (strcmp (value, "normal")) |
value | 168 | fs/ext2/super.c | else if (strcmp (value, "strict")) { |
value | 174 | fs/ext2/super.c | value); |
value | 181 | fs/ext2/super.c | if (!value || !*value) { |
value | 186 | fs/ext2/super.c | if (!strcmp (value, "continue")) { |
value | 191 | fs/ext2/super.c | else if (!strcmp (value, "remount-ro")) { |
value | 196 | fs/ext2/super.c | else if (!strcmp (value, "panic")) { |
value | 203 | fs/ext2/super.c | value); |
value | 220 | fs/ext2/super.c | if (!value || !*value) { |
value | 225 | fs/ext2/super.c | *resgid = simple_strtoul (value, &value, 0); |
value | 226 | fs/ext2/super.c | if (*value) { |
value | 228 | fs/ext2/super.c | value); |
value | 233 | fs/ext2/super.c | if (!value || !*value) { |
value | 238 | fs/ext2/super.c | *resuid = simple_strtoul (value, &value, 0); |
value | 239 | fs/ext2/super.c | if (*value) { |
value | 241 | fs/ext2/super.c | value); |
value | 246 | fs/ext2/super.c | if (!value || !*value) { |
value | 251 | fs/ext2/super.c | *sb_block = simple_strtoul (value, &value, 0); |
value | 252 | fs/ext2/super.c | if (*value) { |
value | 254 | fs/ext2/super.c | value); |
value | 78 | fs/isofs/inode.c | char *this_char,*value; |
value | 103 | fs/isofs/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
value | 104 | fs/isofs/inode.c | *value++ = 0; |
value | 105 | fs/isofs/inode.c | if (!strcmp(this_char,"map") && value) { |
value | 106 | fs/isofs/inode.c | if (value[0] && !value[1] && strchr("on",*value)) |
value | 107 | fs/isofs/inode.c | popt->map = *value; |
value | 108 | fs/isofs/inode.c | else if (!strcmp(value,"off")) popt->map = 'o'; |
value | 109 | fs/isofs/inode.c | else if (!strcmp(value,"normal")) popt->map = 'n'; |
value | 112 | fs/isofs/inode.c | else if (!strcmp(this_char,"conv") && value) { |
value | 113 | fs/isofs/inode.c | if (value[0] && !value[1] && strchr("btma",*value)) |
value | 114 | fs/isofs/inode.c | popt->conversion = *value; |
value | 115 | fs/isofs/inode.c | else if (!strcmp(value,"binary")) popt->conversion = 'b'; |
value | 116 | fs/isofs/inode.c | else if (!strcmp(value,"text")) popt->conversion = 't'; |
value | 117 | fs/isofs/inode.c | else if (!strcmp(value,"mtext")) popt->conversion = 'm'; |
value | 118 | fs/isofs/inode.c | else if (!strcmp(value,"auto")) popt->conversion = 'a'; |
value | 121 | fs/isofs/inode.c | else if (value && |
value | 126 | fs/isofs/inode.c | char * vpnt = value; |
value | 86 | fs/msdos/inode.c | char *this_char,*value; |
value | 96 | fs/msdos/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
value | 97 | fs/msdos/inode.c | *value++ = 0; |
value | 98 | fs/msdos/inode.c | if (!strcmp(this_char,"check") && value) { |
value | 99 | fs/msdos/inode.c | if (value[0] && !value[1] && strchr("rns",*value)) |
value | 100 | fs/msdos/inode.c | *check = *value; |
value | 101 | fs/msdos/inode.c | else if (!strcmp(value,"relaxed")) *check = 'r'; |
value | 102 | fs/msdos/inode.c | else if (!strcmp(value,"normal")) *check = 'n'; |
value | 103 | fs/msdos/inode.c | else if (!strcmp(value,"strict")) *check = 's'; |
value | 106 | fs/msdos/inode.c | else if (!strcmp(this_char,"conv") && value) { |
value | 107 | fs/msdos/inode.c | if (value[0] && !value[1] && strchr("bta",*value)) |
value | 108 | fs/msdos/inode.c | *conversion = *value; |
value | 109 | fs/msdos/inode.c | else if (!strcmp(value,"binary")) *conversion = 'b'; |
value | 110 | fs/msdos/inode.c | else if (!strcmp(value,"text")) *conversion = 't'; |
value | 111 | fs/msdos/inode.c | else if (!strcmp(value,"auto")) *conversion = 'a'; |
value | 115 | fs/msdos/inode.c | if (!value || !*value) |
value | 117 | fs/msdos/inode.c | *uid = simple_strtoul(value,&value,0); |
value | 118 | fs/msdos/inode.c | if (*value) |
value | 122 | fs/msdos/inode.c | if (!value || !*value) |
value | 124 | fs/msdos/inode.c | *gid = simple_strtoul(value,&value,0); |
value | 125 | fs/msdos/inode.c | if (*value) |
value | 129 | fs/msdos/inode.c | if (!value || !*value) |
value | 131 | fs/msdos/inode.c | *umask = simple_strtoul(value,&value,8); |
value | 132 | fs/msdos/inode.c | if (*value) |
value | 136 | fs/msdos/inode.c | if (value) return 0; |
value | 140 | fs/msdos/inode.c | if (!value || !*value) |
value | 142 | fs/msdos/inode.c | *fat = simple_strtoul(value,&value,0); |
value | 143 | fs/msdos/inode.c | if (*value || (*fat != 12 && *fat != 16)) |
value | 147 | fs/msdos/inode.c | if (value) return 0; |
value | 151 | fs/msdos/inode.c | *blksize = simple_strtoul(value,&value,0); |
value | 152 | fs/msdos/inode.c | if (*value) |
value | 48 | fs/proc/inode.c | char *this_char,*value; |
value | 54 | fs/proc/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
value | 55 | fs/proc/inode.c | *value++ = 0; |
value | 57 | fs/proc/inode.c | if (!value || !*value) |
value | 59 | fs/proc/inode.c | *uid = simple_strtoul(value,&value,0); |
value | 60 | fs/proc/inode.c | if (*value) |
value | 64 | fs/proc/inode.c | if (!value || !*value) |
value | 66 | fs/proc/inode.c | *gid = simple_strtoul(value,&value,0); |
value | 67 | fs/proc/inode.c | if (*value) |
value | 220 | include/asm-alpha/unistd.h | static inline int _exit(int value) |
value | 222 | include/asm-alpha/unistd.h | return sys_exit(value); |
value | 85 | include/asm-i386/io.h | extern inline void __out##s(unsigned x value, unsigned short port) { |
value | 91 | include/asm-i386/io.h | __OUT1(s,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port)); } \ |
value | 92 | include/asm-i386/io.h | __OUT1(s##c,x) __OUT2(s,s1,"") : : "a" (value), "id" (port)); } \ |
value | 93 | include/asm-i386/io.h | __OUT1(s##_p,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port)); SLOW_DOWN_IO; } \ |
value | 94 | include/asm-i386/io.h | __OUT1(s##c_p,x) __OUT2(s,s1,"") : : "a" (value), "id" (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 | 263 | include/asm-sparc/asi.h | stb_sun4m_bypass(unsigned char value, unsigned int addr) |
value | 266 | include/asm-sparc/asi.h | "r" (value), "i" (ASI_M_BYPASS), "r" (addr) : |
value | 271 | include/asm-sparc/asi.h | stw_sun4m_bypass(unsigned int value, unsigned int addr) |
value | 274 | include/asm-sparc/asi.h | "r" (value), "i" (ASI_M_BYPASS), "r" (addr) : |
value | 38 | include/linux/module.h | unsigned long value; /* value of symbol */ |
value | 977 | include/linux/soundcard.h | #define SEQ_CONTROL(dev, chn, controller, value) \ |
value | 978 | include/linux/soundcard.h | _CHN_COMMON(dev, MIDI_CTL_CHANGE, chn, controller, 0, value) |
value | 980 | include/linux/soundcard.h | #define SEQ_BENDER(dev, chn, value) \ |
value | 981 | include/linux/soundcard.h | _CHN_COMMON(dev, MIDI_PITCH_BEND, chn, 0, 0, value) |
value | 984 | include/linux/soundcard.h | #define SEQ_V2_X_CONTROL(dev, voice, controller, value) {_SEQ_NEEDBUF(8);\ |
value | 990 | include/linux/soundcard.h | *(short *)&_seqbuf[_seqbufptr+5] = (value);\ |
value | 997 | include/linux/soundcard.h | #define SEQ_PITCHBEND(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER, value) |
value | 998 | include/linux/soundcard.h | #define SEQ_BENDER_RANGE(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER_RANGE, value) |
value | 999 | include/linux/soundcard.h | #define SEQ_EXPRESSION(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_EXPRESSION, value*128) |
value | 1000 | include/linux/soundcard.h | #define SEQ_MAIN_VOLUME(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_MAIN_VOLUME, (value*16383)/100) |
value | 1033 | include/linux/soundcard.h | #define SEQ_SET_TEMPO(value) _TIMER_EVENT(TMR_TEMPO, value) |
value | 28 | kernel/itimer.c | static unsigned long tvtojiffies(struct timeval *value) |
value | 30 | kernel/itimer.c | unsigned long sec = (unsigned) value->tv_sec; |
value | 31 | kernel/itimer.c | unsigned long usec = (unsigned) value->tv_usec; |
value | 40 | kernel/itimer.c | static void jiffiestotv(unsigned long jiffies, struct timeval *value) |
value | 42 | kernel/itimer.c | value->tv_usec = (jiffies % HZ) * (1000000 / HZ); |
value | 43 | kernel/itimer.c | value->tv_sec = jiffies / HZ; |
value | 47 | kernel/itimer.c | static int _getitimer(int which, struct itimerval *value) |
value | 76 | kernel/itimer.c | jiffiestotv(val, &value->it_value); |
value | 77 | kernel/itimer.c | jiffiestotv(interval, &value->it_interval); |
value | 81 | kernel/itimer.c | asmlinkage int sys_getitimer(int which, struct itimerval *value) |
value | 86 | kernel/itimer.c | if (!value) |
value | 91 | kernel/itimer.c | error = verify_area(VERIFY_WRITE, value, sizeof(struct itimerval)); |
value | 94 | kernel/itimer.c | memcpy_tofs(value, &get_buffer, sizeof(get_buffer)); |
value | 115 | kernel/itimer.c | int _setitimer(int which, struct itimerval *value, struct itimerval *ovalue) |
value | 120 | kernel/itimer.c | i = tvtojiffies(&value->it_interval); |
value | 121 | kernel/itimer.c | j = tvtojiffies(&value->it_value); |
value | 156 | kernel/itimer.c | asmlinkage int sys_setitimer(int which, struct itimerval *value, struct itimerval *ovalue) |
value | 161 | kernel/itimer.c | if (value) { |
value | 162 | kernel/itimer.c | error = verify_area(VERIFY_READ, value, sizeof(*value)); |
value | 165 | kernel/itimer.c | memcpy_fromfs(&set_buffer, value, sizeof(set_buffer)); |
value | 396 | kernel/module.c | isym.value = (unsigned long)mp; |
value | 406 | kernel/module.c | isym.value = (unsigned long)from->addr; |
value | 142 | kernel/time.c | int error, value; |
value | 149 | kernel/time.c | value = get_user(tptr); |
value | 151 | 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; |