Searched refs:most (Results 1 - 25 of 37) sorted by path

12

/linux-master/arch/arm/lib/
H A Dlib1funcs.S57 @ to save one loop in most cases.
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S109 add r5, r5, #0x3 @ give it at most 93uS
204 add r8, r8, #0x2 @ give it at most 62uS (min 31+)
H A Dsram243x.S109 add r5, r5, #0x3 @ give it at most 93uS
204 add r8, r8, #0x2 @ give it at most 62uS (min 31+)
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S69 | bits are the 16 most significant fraction (including the
H A Dx_operr.S260 beqs op_long |the most frequent case
H A Dx_snan.S161 | Get the 32 most significant bits of etemp mantissa
183 | Get the 16 most significant bits of etemp mantissa
205 | Get the 8 most significant bits of etemp mantissa
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6723 # lower 16 bits are the 16 most significant fraction #
H A Dfpsp.S2949 # which can use most addressing modes.
3961 # be emulated: (1) the FPgen instructions, most of which were also #
6829 # lower 16 bits are the 16 most significant fraction #
H A Dilsp.S273 # and U1, V1 are the most significant words. #
275 # The most sig. longword of the 64 bit dividend must be in %d5, least #
294 # Since we already checked this case above, we can treat the most significant
H A Disp.S471 # most likely be used the most.
520 # most likely be used the most.
2223 # and U1, V1 are the most significant words. #
2225 # The most sig. longword of the 64 bit dividend must be in %d5, least #
2244 # Since we already checked this case above, we can treat the most significant
H A Dpfpsp.S2948 # which can use most addressing modes.
/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h83 | this separates most move instr
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h592 uint32_t most:3; member in struct:cvmx_pci_cfg56::cvmx_pci_cfg56_s
604 uint32_t most:3;
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh31 specifies how many times failures may happen at most.
/linux-master/arch/alpha/lib/
H A Dev6-memchr.S72 # Deal with the case where at most 8 bytes remain to be searched
H A Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
/linux-master/arch/mips/pci/
H A Dpci-octeon.c489 * When OCTEON is a PCI host, most systems will use OCTEON's
539 cfg56.s.most = 3; /* Maximum outstanding Split transactions [0=1
/linux-master/arch/x86/boot/
H A Dheader.S481 # ZSTD compressed data grows by at most 3 bytes per 128K, and only has a 22
/linux-master/drivers/
H A DMakefile193 obj-$(CONFIG_MOST) += most/
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-cards.c7 like the big tvcards array for the most part
2959 * (most) board specific initialisations goes here
3079 btv->tea_gpio.most = 7;
3376 btv->tea_gpio.most = 6;
3781 if (val & (1 << gpio.most))
3792 (1 << gpio.most);
3830 btv->tea_gpio.most = 5;
4283 * CPLD is connected to most of the GPIOs of PCI device 0xD, only
H A Dbttvp.h309 u8 data, clk, wren, most; member in struct:bttv_tea575x_gpio
/linux-master/drivers/most/
H A Dconfigfs.c13 #include <linux/most.h>
598 struct most_snd_grp *most; local
602 list_for_each_entry(most, &ms->soundcard_list, list) {
603 if (!most->create_card) {
610 most = kzalloc(sizeof(*most), GFP_KERNEL);
611 if (!most) {
615 config_group_init_type_name(&most->group, name, &most_snd_grp_type);
616 list_add_tail(&most->list, &ms->soundcard_list);
617 return &most
[all...]
H A Dcore.c23 #include <linux/most.h>
98 * @mbo: most buffer
496 if (!strcmp(dev_name(dev), "most"))
503 .name = "most",
826 * @mbo: most buffer
923 * @mbo: most buffer
937 * @mbo: most buffer
1025 * @mbo: most buffer
1042 * @mbo: most buffer
1461 pr_err("Failed to register most bu
[all...]
H A Dmost_cdev.c18 #include <linux/most.h>
H A Dmost_snd.c20 #include <linux/most.h>
57 void (*copy_fn)(void *alsa, void *most, unsigned int bytes);
111 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) argument
113 memcpy(most, alsa, bytes);
116 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) argument
118 swap_copy16(most, alsa, bytes);
121 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) argument
123 swap_copy24(most, alsa, bytes);
126 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) argument
128 swap_copy32(most, als
131 most_to_alsa_memcpy(void *alsa, void *most, unsigned int bytes) argument
136 most_to_alsa_copy16(void *alsa, void *most, unsigned int bytes) argument
141 most_to_alsa_copy24(void *alsa, void *most, unsigned int bytes) argument
146 most_to_alsa_copy32(void *alsa, void *most, unsigned int bytes) argument
[all...]

Completed in 763 milliseconds

12