Searched defs:word (Results 1 - 25 of 321) sorted by relevance

1234567891011>>

/linux-master/include/asm-generic/bitops/
H A Dbuiltin-__ffs.h11 static __always_inline unsigned long __ffs(unsigned long word) argument
H A Dbuiltin-__fls.h11 static __always_inline unsigned long __fls(unsigned long word) argument
H A D__ffs.h13 static __always_inline unsigned long generic___ffs(unsigned long word) argument
[all...]
H A D__fls.h13 static __always_inline unsigned long generic___fls(unsigned long word) argument
[all...]
/linux-master/tools/include/asm-generic/bitops/
H A D__ffs.h14 static __always_inline unsigned long __ffs(unsigned long word) argument
[all...]
H A D__fls.h13 static __always_inline unsigned long generic___fls(unsigned long word) argument
[all...]
/linux-master/arch/sh/include/asm/
H A Dbitops.h27 static inline unsigned long ffz(unsigned long word) argument
47 static inline unsigned long __ffs(unsigned long word) argument
/linux-master/arch/sh/drivers/pci/
H A Dpci-sh7751.c22 unsigned long word; local
79 u32 word, re local
[all...]
/linux-master/arch/arc/include/asm/
H A Dbitops.h102 static inline __attribute__ ((const)) unsigned long __ffs(unsigned long word) argument
/linux-master/drivers/pci/
H A Dsyscall.c20 u16 word; local
91 u16 word; local
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-altivec.c48 u32 word; member in union:__anon58
100 u32 word; member in union:__anon59
/linux-master/drivers/gpio/
H A Dgpio-max7301.c23 u16 word = ((reg & 0x7F) << 8) | (val & 0xFF); local
33 u16 word; local
[all...]
/linux-master/arch/xtensa/include/asm/
H A Dbitops.h81 static inline unsigned long __fls(unsigned long word) argument
/linux-master/drivers/hwmon/pmbus/
H A Dmax16064.c43 max16064_write_word_data(struct i2c_client *client, int page, int reg, u16 word) argument
/linux-master/drivers/spi/
H A Dspi-bitbang-txrx.h49 bitbang_txrx_be_cpha0(struct spi_device *spi, unsigned nsecs, unsigned cpol, unsigned flags, u32 word, u8 bits) argument
81 bitbang_txrx_be_cpha1(struct spi_device *spi, unsigned nsecs, unsigned cpol, unsigned flags, u32 word, u8 bits) argument
113 bitbang_txrx_le_cpha0(struct spi_device *spi, unsigned int nsecs, unsigned int cpol, unsigned int flags, u32 word, u8 bits) argument
146 bitbang_txrx_le_cpha1(struct spi_device *spi, unsigned int nsecs, unsigned int cpol, unsigned int flags, u32 word, u8 bits) argument
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_jhash.h7 static __always_inline u32 rol32(u32 word, unsigned int shift) argument
H A Dtest_siphash.h8 static inline u64 rol64(u64 word, unsigned int shift) argument
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-spinlock.h161 static inline void cvmx_spinlock_bit_lock(uint32_t *word) argument
193 cvmx_spinlock_bit_trylock(uint32_t *word) argument
225 cvmx_spinlock_bit_unlock(uint32_t *word) argument
[all...]
/linux-master/arch/nios2/kernel/
H A Dmodule.c55 uint32_t word; local
[all...]
/linux-master/include/net/
H A Dgue.h53 __be32 word; member in union:guehdr::__anon2764
/linux-master/drivers/net/wireless/ath/ath9k/
H A Drng.c72 u32 fail_stats = 0, word; local
/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_parse.c27 static int read_word_be(struct mtk_jpeg_stream *stream, u32 *word) argument
64 u32 word; local
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfb_draw.h182 static inline unsigned long rolx(unsigned long word, unsigned int shift, unsigned int x) argument
/linux-master/drivers/mtd/maps/
H A Dl440gx.c65 __u16 word; local
/linux-master/drivers/misc/eeprom/
H A Deeprom_93cx6.c172 void eeprom_93cx6_read(struct eeprom_93cx6 *eeprom, const u8 word, argument
214 void eeprom_93cx6_multiread(struct eeprom_93cx6 *eeprom, const u8 word, argument

Completed in 232 milliseconds

1234567891011>>