most               83 arch/m68k/math-emu/fp_decode.h | this separates most move instr
most              592 arch/mips/include/asm/octeon/cvmx-pci-defs.h 		uint32_t most:3;
most              604 arch/mips/include/asm/octeon/cvmx-pci-defs.h 		uint32_t most:3;
most              539 arch/mips/pci/pci-octeon.c 	cfg56.s.most = 3;	/* Maximum outstanding Split transactions [0=1
most             3081 drivers/media/pci/bt8xx/bttv-cards.c 				btv->tea_gpio.most = 7;
most             3378 drivers/media/pci/bt8xx/bttv-cards.c 		btv->tea_gpio.most = 6;
most             3783 drivers/media/pci/bt8xx/bttv-cards.c 	if (val & (1 << gpio.most))
most             3794 drivers/media/pci/bt8xx/bttv-cards.c 		   (1 << gpio.most);
most             3832 drivers/media/pci/bt8xx/bttv-cards.c 	btv->tea_gpio.most = 5;
most              352 drivers/media/pci/bt8xx/bttvp.h 	u8 data, clk, wren, most;
most              189 drivers/pcmcia/rsrc_nonstatic.c 	u_char *b, hole, most;
most              200 drivers/pcmcia/rsrc_nonstatic.c 	for (i = base, most = 0; i < base+num; i += 8) {
most              209 drivers/pcmcia/rsrc_nonstatic.c 		if ((j == 8) && (++b[hole] > b[most]))
most              210 drivers/pcmcia/rsrc_nonstatic.c 			most = hole;
most              211 drivers/pcmcia/rsrc_nonstatic.c 		if (b[most] == 127)
most              227 drivers/pcmcia/rsrc_nonstatic.c 			if (inb(i+j) != most)
most              553 drivers/staging/most/configfs.c 	struct most_snd_grp *most;
most              557 drivers/staging/most/configfs.c 	list_for_each_entry(most, &ms->soundcard_list, list) {
most              558 drivers/staging/most/configfs.c 		if (!most->create_card) {
most              563 drivers/staging/most/configfs.c 	most = kzalloc(sizeof(*most), GFP_KERNEL);
most              564 drivers/staging/most/configfs.c 	if (!most)
most              567 drivers/staging/most/configfs.c 	config_group_init_type_name(&most->group, name, &most_snd_grp_type);
most              568 drivers/staging/most/configfs.c 	list_add_tail(&most->list, &ms->soundcard_list);
most              569 drivers/staging/most/configfs.c 	return &most->group;
most               57 drivers/staging/most/sound/sound.c 	void (*copy_fn)(void *alsa, void *most, unsigned int bytes);
most              119 drivers/staging/most/sound/sound.c static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes)
most              121 drivers/staging/most/sound/sound.c 	memcpy(most, alsa, bytes);
most              124 drivers/staging/most/sound/sound.c static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes)
most              126 drivers/staging/most/sound/sound.c 	swap_copy16(most, alsa, bytes);
most              129 drivers/staging/most/sound/sound.c static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes)
most              131 drivers/staging/most/sound/sound.c 	swap_copy24(most, alsa, bytes);
most              134 drivers/staging/most/sound/sound.c static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes)
most              136 drivers/staging/most/sound/sound.c 	swap_copy32(most, alsa, bytes);
most              139 drivers/staging/most/sound/sound.c static void most_to_alsa_memcpy(void *alsa, void *most, unsigned int bytes)
most              141 drivers/staging/most/sound/sound.c 	memcpy(alsa, most, bytes);
most              144 drivers/staging/most/sound/sound.c static void most_to_alsa_copy16(void *alsa, void *most, unsigned int bytes)
most              146 drivers/staging/most/sound/sound.c 	swap_copy16(alsa, most, bytes);
most              149 drivers/staging/most/sound/sound.c static void most_to_alsa_copy24(void *alsa, void *most, unsigned int bytes)
most              151 drivers/staging/most/sound/sound.c 	swap_copy24(alsa, most, bytes);
most              154 drivers/staging/most/sound/sound.c static void most_to_alsa_copy32(void *alsa, void *most, unsigned int bytes)
most              156 drivers/staging/most/sound/sound.c 	swap_copy32(alsa, most, bytes);
most              213 net/netfilter/ipvs/ip_vs_lblcr.c 	struct ip_vs_dest *dest, *most;
most              221 net/netfilter/ipvs/ip_vs_lblcr.c 		most = e->dest;
most              222 net/netfilter/ipvs/ip_vs_lblcr.c 		if (atomic_read(&most->weight) > 0) {
most              223 net/netfilter/ipvs/ip_vs_lblcr.c 			moh = ip_vs_dest_conn_overhead(most);
most              236 net/netfilter/ipvs/ip_vs_lblcr.c 		     (__s64)doh * atomic_read(&most->weight))
most              238 net/netfilter/ipvs/ip_vs_lblcr.c 			most = dest;
most              246 net/netfilter/ipvs/ip_vs_lblcr.c 		      IP_VS_DBG_ADDR(most->af, &most->addr), ntohs(most->port),
most              247 net/netfilter/ipvs/ip_vs_lblcr.c 		      atomic_read(&most->activeconns),
most              248 net/netfilter/ipvs/ip_vs_lblcr.c 		      refcount_read(&most->refcnt),
most              249 net/netfilter/ipvs/ip_vs_lblcr.c 		      atomic_read(&most->weight), moh);
most              250 net/netfilter/ipvs/ip_vs_lblcr.c 	return most;
most             2532 sound/pci/es1968.c 	u8 data, clk, wren, most;
most             2537 sound/pci/es1968.c 	{ .data = 6, .clk = 7, .wren = 8, .most = 9, .name = "SF64-PCE2" },
most             2538 sound/pci/es1968.c 	{ .data = 7, .clk = 8, .wren = 6, .most = 10, .name = "M56VAP" },
most             2567 sound/pci/es1968.c 	if (val & (1 << gpio.most))
most             2586 sound/pci/es1968.c 		outw(~((1 << gpio.clk) | (1 << gpio.wren) | (1 << gpio.data) | (1 << gpio.most)),
most             2588 sound/pci/es1968.c 		outw((odir & ~((1 << gpio.data) | (1 << gpio.most)))
most              741 sound/pci/fm801.c 	u8 data, clk, wren, most;
most              746 sound/pci/fm801.c 	{ .data = 1, .clk = 3, .wren = 2, .most = 0, .name = "SF256-PCS" },
most              747 sound/pci/fm801.c 	{ .data = 1, .clk = 0, .wren = 2, .most = 3, .name = "SF256-PCP" },
most              748 sound/pci/fm801.c 	{ .data = 2, .clk = 0, .wren = 1, .most = 3, .name = "SF64-PCR" },
most              782 sound/pci/fm801.c 	if (reg & FM801_GPIO_GP(gpio.most))
most              797 sound/pci/fm801.c 	       FM801_GPIO_GS(gpio.most);
most              810 sound/pci/fm801.c 		       FM801_GPIO_GD(gpio.most) |
most              812 sound/pci/fm801.c 		       FM801_GPIO_GP(gpio.most) |