Home
last modified time | relevance | path

Searched defs:word (Results 1 – 25 of 61) sorted by relevance

123

/linux-4.19.296/include/linux/
Dwait_bit.h21 #define __WAIT_BIT_KEY_INITIALIZER(word, bit) \ argument
38 #define DEFINE_WAIT_BIT(name, word, bit) \ argument
71 wait_on_bit(unsigned long *word, int bit, unsigned mode) in wait_on_bit()
96 wait_on_bit_io(unsigned long *word, int bit, unsigned mode) in wait_on_bit_io()
122 wait_on_bit_timeout(unsigned long *word, int bit, unsigned mode, in wait_on_bit_timeout()
150 wait_on_bit_action(unsigned long *word, int bit, wait_bit_action_f *action, in wait_on_bit_action()
179 wait_on_bit_lock(unsigned long *word, int bit, unsigned mode) in wait_on_bit_lock()
203 wait_on_bit_lock_io(unsigned long *word, int bit, unsigned mode) in wait_on_bit_lock_io()
229 wait_on_bit_lock_action(unsigned long *word, int bit, wait_bit_action_f *action, in wait_on_bit_lock_action()
317 static inline void clear_and_wake_up_bit(int bit, void *word) in clear_and_wake_up_bit()
Dbitops.h62 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64()
72 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64()
82 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32()
92 static inline __u32 ror32(__u32 word, unsigned int shift) in ror32()
102 static inline __u16 rol16(__u16 word, unsigned int shift) in rol16()
112 static inline __u16 ror16(__u16 word, unsigned int shift) in ror16()
122 static inline __u8 rol8(__u8 word, unsigned int shift) in rol8()
132 static inline __u8 ror8(__u8 word, unsigned int shift) in ror8()
202 static inline unsigned long __ffs64(u64 word) in __ffs64()
Dsbitmap.h35 unsigned long word; member
253 struct sbitmap_word *word = &sb->map[index]; in __sbitmap_for_each_set() local
/linux-4.19.296/drivers/xen/events/
Devents_fifo.c196 event_word_t *word = event_word_from_port(port); in evtchn_fifo_clear_pending() local
202 event_word_t *word = event_word_from_port(port); in evtchn_fifo_set_pending() local
208 event_word_t *word = event_word_from_port(port); in evtchn_fifo_is_pending() local
214 event_word_t *word = event_word_from_port(port); in evtchn_fifo_mask() local
220 event_word_t *word = event_word_from_port(port); in evtchn_fifo_is_masked() local
227 static bool clear_masked_cond(volatile event_word_t *word) in clear_masked_cond()
247 event_word_t *word = event_word_from_port(port); in evtchn_fifo_unmask() local
257 static uint32_t clear_linked(volatile event_word_t *word) in clear_linked()
279 event_word_t *word; in consume_one_event() local
/linux-4.19.296/drivers/irqchip/
Dirq-bcm7038-l1.c78 unsigned int word) in reg_status()
84 unsigned int word) in reg_mask_status()
90 unsigned int word) in reg_mask_set()
96 unsigned int word) in reg_mask_clr()
154 u32 word = d->hwirq / IRQS_PER_WORD; in __bcm7038_l1_unmask() local
165 u32 word = d->hwirq / IRQS_PER_WORD; in __bcm7038_l1_mask() local
200 u32 word = hw / IRQS_PER_WORD; in bcm7038_l1_set_affinity() local
Dirq-bcm6345-l1.c95 unsigned int word) in reg_enable()
105 unsigned int word) in reg_status()
153 u32 word = d->hwirq / IRQS_PER_WORD; in __bcm6345_l1_unmask() local
165 u32 word = d->hwirq / IRQS_PER_WORD; in __bcm6345_l1_mask() local
199 u32 word = d->hwirq / IRQS_PER_WORD; in bcm6345_l1_set_affinity() local
/linux-4.19.296/drivers/gpio/
Dgpio-max7301.c26 u16 word = ((reg & 0x7F) << 8) | (val & 0xFF); in max7301_spi_write() local
36 u16 word; in max7301_spi_read() local
/linux-4.19.296/drivers/pci/
Dsyscall.c19 u16 word; in SYSCALL_DEFINE5() local
91 u16 word; in SYSCALL_DEFINE5() local
/linux-4.19.296/include/asm-generic/bitops/
Dbuiltin-__ffs.h11 static __always_inline unsigned long __ffs(unsigned long word) in __ffs()
Dbuiltin-__fls.h11 static __always_inline unsigned long __fls(unsigned long word) in __fls()
D__fls.h13 static __always_inline unsigned long __fls(unsigned long word) in __fls()
D__ffs.h13 static __always_inline unsigned long __ffs(unsigned long word) in __ffs()
/linux-4.19.296/virt/kvm/arm/
Dmmio.c32 u32 word; in kvm_mmio_write_buf() member
63 u32 word; in kvm_mmio_read_buf() member
/linux-4.19.296/lib/
Dsbitmap.c82 static int __sbitmap_get_word(unsigned long *word, unsigned long depth, in __sbitmap_get_word()
193 const struct sbitmap_word *word = &sb->map[i]; in sbitmap_any_bit_clear() local
209 const struct sbitmap_word *word = &sb->map[i]; in sbitmap_weight() local
246 unsigned long word = READ_ONCE(sb->map[i].word); in sbitmap_bitmap_show() local
/linux-4.19.296/drivers/misc/eeprom/
Deeprom_93cx6.c181 void eeprom_93cx6_read(struct eeprom_93cx6 *eeprom, const u8 word, in eeprom_93cx6_read()
223 void eeprom_93cx6_multiread(struct eeprom_93cx6 *eeprom, const u8 word, in eeprom_93cx6_multiread()
Deeprom.c70 int word = i2c_smbus_read_word_data(client, i); in eeprom_update_client() local
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rtbitmap.c121 int word; /* word number in the buffer */ in xfs_rtfind_back() local
296 int word; /* word number in the buffer */ in xfs_rtfind_forw() local
551 int word; /* word number in the buffer */ in xfs_rtmodify_range() local
785 int word; /* word number in the buffer */ in xfs_rtcheck_range() local
/linux-4.19.296/fs/jfs/
Djfs_dmap.c459 int word, nbits, nwords; in dbUpdatePMap() local
1159 int dbitno, word, rembits, nb, nwords, wbitno, nw; in dbAllocNext() local
1291 int word, lword, rc; in dbAllocNear() local
2153 int rc = 0, word; in dbFreeDmap() local
2214 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local
2361 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local
3064 static int dbFindBits(u32 word, int l2nb) in dbFindBits()
3144 static int cnttz(u32 word) in cnttz()
3301 int dbitno, word, rembits, nb, nwords, wbitno, agno; in dbAllocDmapBU() local
/linux-4.19.296/drivers/iio/pressure/
Dms5611_i2c.c30 u16 *word) in ms5611_i2c_read_prom_word()
Dms5611_spi.c27 u16 *word) in ms5611_spi_read_prom_word()
/linux-4.19.296/drivers/isdn/i4l/
Disdn_audio.h16 int word; member
/linux-4.19.296/include/net/
Dgue.h50 __be32 word; member
/linux-4.19.296/drivers/fsi/
Dfsi-sbefifo.c249 static int sbefifo_regr(struct sbefifo *sbefifo, int reg, u32 *word) in sbefifo_regr()
264 static int sbefifo_regw(struct sbefifo *sbefifo, int reg, u32 word) in sbefifo_regw()
313 static int sbefifo_down_read(struct sbefifo *sbefifo, __be32 *word) in sbefifo_down_read()
319 static int sbefifo_up_write(struct sbefifo *sbefifo, __be32 word) in sbefifo_up_write()
/linux-4.19.296/drivers/thunderbolt/
Dtunnel_pci.c150 u32 word = active ? 0x80000000 : 0x0; in tb_pci_port_active() local
/linux-4.19.296/drivers/parisc/
Dsuperio.c157 u16 word; in superio_init() local

123