REG              2125 fs/proc/base.c 	REG("current",    S_IRUGO|S_IWUGO, pid_attr),
REG              2126 fs/proc/base.c 	REG("prev",       S_IRUGO,	   pid_attr),
REG              2127 fs/proc/base.c 	REG("exec",       S_IRUGO|S_IWUGO, pid_attr),
REG              2128 fs/proc/base.c 	REG("fscreate",   S_IRUGO|S_IWUGO, pid_attr),
REG              2129 fs/proc/base.c 	REG("keycreate",  S_IRUGO|S_IWUGO, pid_attr),
REG              2130 fs/proc/base.c 	REG("sockcreate", S_IRUGO|S_IWUGO, pid_attr),
REG              2458 fs/proc/base.c 	REG("environ",    S_IRUSR, environ),
REG              2464 fs/proc/base.c 	REG("sched",      S_IRUGO|S_IWUSR, pid_sched),
REG              2472 fs/proc/base.c 	REG("maps",       S_IRUGO, maps),
REG              2474 fs/proc/base.c 	REG("numa_maps",  S_IRUGO, numa_maps),
REG              2476 fs/proc/base.c 	REG("mem",        S_IRUSR|S_IWUSR, mem),
REG              2480 fs/proc/base.c 	REG("mounts",     S_IRUGO, mounts),
REG              2481 fs/proc/base.c 	REG("mountinfo",  S_IRUGO, mountinfo),
REG              2482 fs/proc/base.c 	REG("mountstats", S_IRUSR, mountstats),
REG              2484 fs/proc/base.c 	REG("clear_refs", S_IWUSR, clear_refs),
REG              2485 fs/proc/base.c 	REG("smaps",      S_IRUGO, smaps),
REG              2486 fs/proc/base.c 	REG("pagemap",    S_IRUSR, pagemap),
REG              2498 fs/proc/base.c 	REG("latency",  S_IRUGO, lstats),
REG              2501 fs/proc/base.c 	REG("cpuset",     S_IRUGO, cpuset),
REG              2504 fs/proc/base.c 	REG("cgroup",  S_IRUGO, cgroup),
REG              2507 fs/proc/base.c 	REG("oom_adj",    S_IRUGO|S_IWUSR, oom_adjust),
REG              2509 fs/proc/base.c 	REG("loginuid",   S_IWUSR|S_IRUGO, loginuid),
REG              2510 fs/proc/base.c 	REG("sessionid",  S_IRUGO, sessionid),
REG              2513 fs/proc/base.c 	REG("make-it-fail", S_IRUGO|S_IWUSR, fault_inject),
REG              2516 fs/proc/base.c 	REG("coredump_filter", S_IRUGO|S_IWUSR, coredump_filter),
REG              2794 fs/proc/base.c 	REG("environ",   S_IRUSR, environ),
REG              2800 fs/proc/base.c 	REG("sched",     S_IRUGO|S_IWUSR, pid_sched),
REG              2808 fs/proc/base.c 	REG("maps",      S_IRUGO, maps),
REG              2810 fs/proc/base.c 	REG("numa_maps", S_IRUGO, numa_maps),
REG              2812 fs/proc/base.c 	REG("mem",       S_IRUSR|S_IWUSR, mem),
REG              2816 fs/proc/base.c 	REG("mounts",    S_IRUGO, mounts),
REG              2817 fs/proc/base.c 	REG("mountinfo",  S_IRUGO, mountinfo),
REG              2819 fs/proc/base.c 	REG("clear_refs", S_IWUSR, clear_refs),
REG              2820 fs/proc/base.c 	REG("smaps",     S_IRUGO, smaps),
REG              2821 fs/proc/base.c 	REG("pagemap",    S_IRUSR, pagemap),
REG              2833 fs/proc/base.c 	REG("latency",  S_IRUGO, lstats),
REG              2836 fs/proc/base.c 	REG("cpuset",    S_IRUGO, cpuset),
REG              2839 fs/proc/base.c 	REG("cgroup",  S_IRUGO, cgroup),
REG              2842 fs/proc/base.c 	REG("oom_adj",   S_IRUGO|S_IWUSR, oom_adjust),
REG              2844 fs/proc/base.c 	REG("loginuid",  S_IWUSR|S_IRUGO, loginuid),
REG              2845 fs/proc/base.c 	REG("sessionid",  S_IRUSR, sessionid),
REG              2848 fs/proc/base.c 	REG("make-it-fail", S_IRUGO|S_IWUSR, fault_inject),
REG               198 sound/isa/wss/wss_lib.c 		wss_outb(chip, CS4231P(REG), tmp);
REG               213 sound/isa/wss/wss_lib.c 	wss_outb(chip, CS4231P(REG), value);
REG               225 sound/isa/wss/wss_lib.c 	wss_outb(chip, CS4231P(REG), value);
REG               242 sound/isa/wss/wss_lib.c 	return wss_inb(chip, CS4231P(REG));
REG               250 sound/isa/wss/wss_lib.c 	wss_outb(chip, CS4231P(REG),
REG               252 sound/isa/wss/wss_lib.c 	wss_outb(chip, CS4231P(REG), val);
REG               263 sound/isa/wss/wss_lib.c 	wss_outb(chip, CS4231P(REG),
REG               266 sound/isa/wss/wss_lib.c 	return wss_inb(chip, CS4231P(REG));
REG               270 sound/isa/wss/wss_lib.c 		res = wss_inb(chip, CS4231P(REG));
REG               168 sound/oss/pss.c  		if (inw(REG(PSS_STATUS)) & PSS_WRITE_EMPTY)
REG               170 sound/oss/pss.c  			outw(data, REG(PSS_DATA));
REG               195 sound/oss/pss.c 	id = inw(REG(PSS_ID));
REG               224 sound/oss/pss.c 	tmp = inw(REG(dev)) & ~0x38;	/* Load confreg, mask IRQ bits out */
REG               231 sound/oss/pss.c 	outw(tmp | bits, REG(dev));
REG               237 sound/oss/pss.c 	unsigned short  tmp = inw(REG(dev)) & 0x003f;
REG               240 sound/oss/pss.c 	outw(bits | tmp, REG(dev));
REG               256 sound/oss/pss.c 	tmp = inw(REG(dev)) & ~0x07;	/* Load confreg, mask DMA bits out */
REG               263 sound/oss/pss.c 	outw(tmp | bits, REG(dev));
REG               271 sound/oss/pss.c 	outw(0x2000, REG(PSS_CONTROL));
REG               273 sound/oss/pss.c 		inw(REG(PSS_CONTROL));
REG               274 sound/oss/pss.c 	outw(0x0000, REG(PSS_CONTROL));
REG               284 sound/oss/pss.c 		val = inw(REG(PSS_STATUS));
REG               287 sound/oss/pss.c 			outw(word, REG(PSS_DATA));
REG               300 sound/oss/pss.c 		val = inw(REG(PSS_STATUS));
REG               303 sound/oss/pss.c 			*word = inw(REG(PSS_DATA));
REG               318 sound/oss/pss.c 		outw(0x00fe, REG(PSS_DATA));
REG               322 sound/oss/pss.c 			if (inw(REG(PSS_DATA)) == 0x5500)
REG               325 sound/oss/pss.c 		outw(*block++, REG(PSS_DATA));
REG               336 sound/oss/pss.c 			if (inw(REG(PSS_STATUS)) & PSS_FLAG3)
REG               356 sound/oss/pss.c 			outw (0xffff, REG (PSS_DATA));
REG               361 sound/oss/pss.c 			outw (*block++, REG (PSS_DATA));
REG               369 sound/oss/pss.c 		outw(0, REG(PSS_DATA));
REG               373 sound/oss/pss.c 			val = inw(REG(PSS_STATUS));
REG               378 sound/oss/pss.c 			val = inw(REG(PSS_STATUS));
REG               386 sound/oss/pss.c 			val = inw(REG(PSS_STATUS));
REG               393 sound/oss/pss.c 		val = inw(REG(PSS_DATA));
REG               651 sound/oss/pss.c 	outw(0x0000, REG(CONF_PSS));	/* 0x0400 enables joystick */
REG               652 sound/oss/pss.c 	outw(0x0000, REG(CONF_WSS));
REG               653 sound/oss/pss.c 	outw(0x0000, REG(CONF_SB));
REG               654 sound/oss/pss.c 	outw(0x0000, REG(CONF_MIDI));
REG               655 sound/oss/pss.c 	outw(0x0000, REG(CONF_CDROM));
REG               664 sound/oss/pss.c 		outw(0x0400, REG(CONF_PSS));	/* 0x0400 enables joystick */
REG               698 sound/oss/pss.c 	id = inw(REG(PSS_ID)) & 0x00ff;
REG              1183 sound/oss/pss.c 		printk(KERN_INFO "ECHO-PSS  Rev. %d\n", inw(REG(PSS_ID)) & 0x00ff);
REG               302 sound/sparc/cs4231.c 	__cs4231_writeb(chip, value, CS4231U(chip, REG));
REG               334 sound/sparc/cs4231.c 	return __cs4231_readb(chip, CS4231U(chip, REG));