Searched refs:BITS (Results 26 - 50 of 67) sorted by relevance

123

/linux-master/arch/powerpc/lib/
H A DMakefile33 obj-y += string.o memcmp_$(BITS).o
65 obj-y += checksum_$(BITS).o checksum_wrappers.o \
66 string_$(BITS).o
/linux-master/arch/x86/kernel/apic/
H A DMakefile30 obj-$(CONFIG_X86_LOCAL_APIC) += probe_$(BITS).o
/linux-master/tools/testing/ktest/examples/
H A Dvmware.conf80 BITS := 64
/linux-master/arch/sparc/lib/
H A DMakefile10 lib-y += checksum_$(BITS).o
12 lib-y += memscan_$(BITS).o memcmp.o strncmp_$(BITS).o
/linux-master/sound/core/oss/
H A Drate.c28 #define BITS (1<<SHIFT) macro
29 #define R_MASK (BITS-1)
107 val = S1 + ((S2 - S1) * (signed int)pos) / BITS;
165 val = S1 + ((S2 - S1) * (signed int)pos) / BITS;
194 res = (((frames * data->pitch) + (BITS/2)) >> SHIFT);
229 res = (((frames * data->pitch) + (BITS/2)) >> SHIFT);
/linux-master/arch/powerpc/perf/
H A DMakefile3 obj-y += callchain.o callchain_$(BITS).o perf_regs.o
/linux-master/tools/perf/dlfilters/
H A Ddlfilter-show-cycles.c22 #define BITS 16 macro
23 #define TABLESZ (1 << BITS)
/linux-master/arch/riscv/boot/
H A DMakefile72 EFI_ZBOOT_BFD_TARGET := elf$(BITS)-littleriscv
73 EFI_ZBOOT_MACH_TYPE := RISCV$(BITS)
/linux-master/arch/x86/lib/
H A DMakefile32 lib-y += usercopy_$(BITS).o usercopy.o getuser.o putuser.o
33 lib-y += memcpy_$(BITS).o
/linux-master/arch/sparc/
H A DMakefile25 export BITS := 32 macro
44 export BITS := 64 macro
/linux-master/arch/x86/pci/
H A DMakefile5 obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_$(BITS).o direct.o mmconfig-shared.o
/linux-master/arch/powerpc/kernel/
H A DMakefile68 irq.o align.o signal_$(BITS).o pmc.o vdso.o \
72 udbg.o misc.o io.o misc_$(BITS).o \
115 obj-$(CONFIG_HIBERNATION) += swsusp_$(BITS).o
118 obj-$(CONFIG_MODULES) += module.o module_$(BITS).o
132 obj-$(CONFIG_RELOCATABLE) += reloc_$(BITS).o
148 obj-$(CONFIG_PCI) += pci_$(BITS).o $(pci64-y) \
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_debug.h71 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \
73 if (IOC->logging_level & BITS) \
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_regs.c14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\
16 ((HF) << 20) | ((VF) << 18) | ((BITS) << 8) | ((GROUP) << 6) |\
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dcoex.h14 #define BITS(nb) (BIT(nb) - 1) macro
82 BT_MBOX##n_dw##_##_msg = BITS(_nbits) << BT_MBOX##n_dw##_##_msg##_POS
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.h84 NVDEF(NV507D, HEAD_SET_DITHER_CONTROL, BITS, DITHER_TO_6_BITS),
86 NVDEF(NV507D, HEAD_SET_DITHER_CONTROL, BITS, DITHER_TO_8_BITS),
/linux-master/arch/powerpc/
H A DMakefile40 # BITS is used as extension for files which are available in a 32 bit
42 # e.g.: obj-y += foo_$(BITS).o
43 export BITS
46 BITS := 64 macro
48 BITS := 32 macro
98 KBUILD_CFLAGS += -m$(BITS)
99 KBUILD_AFLAGS += -m$(BITS)
100 KBUILD_LDFLAGS += -m elf$(BITS)$(LDEMULATION)
180 CHECKFLAGS += -m$(BITS) -D__powerpc__ -D__powerpc$(BITS)_
[all...]
/linux-master/arch/riscv/
H A DMakefile28 export BITS
30 BITS := 64 macro
41 BITS := 32 macro
139 CHECKFLAGS += -D__riscv -D__riscv_xlen=$(BITS)
/linux-master/drivers/message/fusion/
H A Dmptdebug.h69 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \
71 if (IOC->debug_level & BITS) \
75 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \
/linux-master/arch/sparc/boot/
H A DMakefile17 cmd_piggy = $(obj)/piggyback $(BITS) $@ System.map $(ROOT_IMG)
/linux-master/arch/x86/purgatory/
H A DMakefile3 purgatory-y := purgatory.o stack.o setup-x86_$(BITS).o sha256.o entry64.o string.o
/linux-master/arch/x86/realmode/rm/
H A DMakefile23 realmode-y += trampoline_$(BITS).o
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile14 cflags-$(CONFIG_X86) += -m$(BITS) -D__KERNEL__ \
135 STUBCOPY_RELOC-$(CONFIG_RISCV) := -E R_RISCV_HI20\|R_RISCV_$(BITS)\|R_RISCV_RELAX
/linux-master/arch/arm64/crypto/
H A Dsha512-armv8.pl79 $BITS=512;
88 $BITS=256;
98 $func="sha${BITS}_block_data_order";
240 adr $Ktbl,.LK$BITS
290 .type .LK$BITS,%object
291 .LK$BITS:
356 .size .LK$BITS,.-.LK$BITS
366 .asciz "SHA$BITS block transform for ARMv8, CRYPTOGAMS by <appro\@openssl.org>"
/linux-master/arch/x86/
H A DMakefile61 # BITS is used as extension for files which are available in a 32 bit
63 # e.g.: obj-y += foo_$(BITS).o
64 export BITS
114 BITS := 32 macro
147 BITS := 64 macro

Completed in 313 milliseconds

123