Home
last modified time | relevance | path

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

12345678910>>...13

/linux-6.3-rc2/arch/arc/include/asm/
A Ddisasm.h31 #define IS_BIT(word, n) ((word) & (1<<n)) argument
34 #define MAJOR_OPCODE(word) (BITS((word), 27, 31)) argument
35 #define MINOR_OPCODE(word) (BITS((word), 16, 21)) argument
36 #define FIELD_A(word) (BITS((word), 0, 5)) argument
37 #define FIELD_B(word) ((BITS((word), 12, 14)<<3) | \ argument
39 #define FIELD_C(word) (BITS((word), 6, 11)) argument
40 #define FIELD_u6(word) FIELDC(word) argument
60 #define FIELD_S_u5(word) (BITS((word), 0, 4)) argument
61 #define FIELD_S_u6(word) (BITS((word), 0, 4) << 1) argument
62 #define FIELD_S_u7(word) (BITS((word), 0, 4) << 2) argument
[all …]
/linux-6.3-rc2/kernel/sched/
A Dwait_bit.c12 wait_queue_head_t *bit_waitqueue(void *word, int bit) in bit_waitqueue()
58 int __sched out_of_line_wait_on_bit(void *word, int bit, in out_of_line_wait_on_bit()
69 void *word, int bit, wait_bit_action_f *action, in out_of_line_wait_on_bit_timeout()
111 int __sched out_of_line_wait_on_bit_lock(void *word, int bit, in out_of_line_wait_on_bit_lock()
121 void __wake_up_bit(struct wait_queue_head *wq_head, void *word, int bit) in __wake_up_bit()
147 void wake_up_bit(void *word, int bit) in wake_up_bit()
197 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait()
207 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io()
217 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout()
231 __sched int bit_wait_io_timeout(struct wait_bit_key *word, int mode) in bit_wait_io_timeout()
/linux-6.3-rc2/include/linux/
A 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()
330 static inline void clear_and_wake_up_bit(int bit, void *word) in clear_and_wake_up_bit()
A Dbitops.h104 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64()
114 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64()
124 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32()
134 static inline __u32 ror32(__u32 word, unsigned int shift) in ror32()
144 static inline __u16 rol16(__u16 word, unsigned int shift) in rol16()
154 static inline __u16 ror16(__u16 word, unsigned int shift) in ror16()
164 static inline __u8 rol8(__u8 word, unsigned int shift) in rol8()
174 static inline __u8 ror8(__u8 word, unsigned int shift) in ror8()
239 static inline unsigned long __ffs64(u64 word) in __ffs64()
255 static inline unsigned long fns(unsigned long word, unsigned int n) in fns()
/linux-6.3-rc2/drivers/irqchip/
A Dirq-bcm7038-l1.c81 unsigned int word) in reg_status()
87 unsigned int word) in reg_mask_status()
93 unsigned int word) in reg_mask_set()
99 unsigned int word) in reg_mask_clr()
155 u32 word = d->hwirq / IRQS_PER_WORD; in __bcm7038_l1_unmask() local
166 u32 word = d->hwirq / IRQS_PER_WORD; in __bcm7038_l1_mask() local
202 u32 word = hw / IRQS_PER_WORD; in bcm7038_l1_set_affinity() local
299 int boot_cpu, word; in bcm7038_l1_suspend() local
325 int boot_cpu, word; in bcm7038_l1_resume() local
352 u32 word = d->hwirq / IRQS_PER_WORD; in bcm7038_l1_set_wake() local
[all …]
A Dirq-bcm6345-l1.c91 unsigned int word) in reg_enable()
101 unsigned int word) in reg_status()
151 u32 word = d->hwirq / IRQS_PER_WORD; in __bcm6345_l1_unmask() local
163 u32 word = d->hwirq / IRQS_PER_WORD; in __bcm6345_l1_mask() local
197 u32 word = d->hwirq / IRQS_PER_WORD; in bcm6345_l1_set_affinity() local
/linux-6.3-rc2/drivers/xen/events/
A 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()
250 event_word_t *word = event_word_from_port(port); in evtchn_fifo_unmask() local
260 static uint32_t clear_linked(volatile event_word_t *word) in clear_linked()
282 event_word_t *word; in consume_one_event() local
/linux-6.3-rc2/drivers/spi/
A Dspi-gpio.c136 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode0()
145 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode1()
154 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode2()
163 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode3()
182 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode0()
192 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode1()
202 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode2()
212 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode3()
A Dspi-bitbang-txrx.h51 u32 word, u8 bits) in bitbang_txrx_be_cpha0()
83 u32 word, u8 bits) in bitbang_txrx_be_cpha1()
115 u32 word, u8 bits) in bitbang_txrx_le_cpha0()
148 u32 word, u8 bits) in bitbang_txrx_le_cpha1()
A Dspi-bitbang.c58 u32 word, u8 bits, in bitbang_txrx_8()
71 u8 word = 0; in bitbang_txrx_8() local
87 u32 word, u8 bits, in bitbang_txrx_16()
100 u16 word = 0; in bitbang_txrx_16() local
116 u32 word, u8 bits, in bitbang_txrx_32()
129 u32 word = 0; in bitbang_txrx_32() local
A Dspi-sh-sci.c79 unsigned nsecs, u32 word, u8 bits, in sh_sci_spi_txrx_mode0()
86 unsigned nsecs, u32 word, u8 bits, in sh_sci_spi_txrx_mode1()
93 unsigned nsecs, u32 word, u8 bits, in sh_sci_spi_txrx_mode2()
100 unsigned nsecs, u32 word, u8 bits, in sh_sci_spi_txrx_mode3()
/linux-6.3-rc2/arch/alpha/lib/
A Dcsum_partial_copy.c91 unsigned long word; in csum_partial_cfu_aligned() local
105 unsigned long word, tmp; in csum_partial_cfu_aligned() local
130 unsigned long word, carry; in csum_partial_cfu_dest_aligned() local
186 unsigned long word; in csum_partial_cfu_src_aligned() local
252 unsigned long second, word; in csum_partial_cfu_unaligned() local
274 unsigned long second, word; in csum_partial_cfu_unaligned() local
296 unsigned long second, word; in csum_partial_cfu_unaligned() local
/linux-6.3-rc2/arch/powerpc/sysdev/
A Dcpm2_pic.c81 int bit, word; in cpm2_mask_irq() local
93 int bit, word; in cpm2_unmask_irq() local
105 int bit, word; in cpm2_ack() local
116 int bit, word; in cpm2_end_irq() local
/linux-6.3-rc2/arch/mips/include/asm/octeon/
A Dcvmx-spinlock.h161 static inline void cvmx_spinlock_bit_lock(uint32_t *word) in cvmx_spinlock_bit_lock()
193 static inline unsigned int cvmx_spinlock_bit_trylock(uint32_t *word) in cvmx_spinlock_bit_trylock()
225 static inline void cvmx_spinlock_bit_unlock(uint32_t *word) in cvmx_spinlock_bit_unlock()
/linux-6.3-rc2/arch/s390/include/asm/
A Dbitops.h262 static inline unsigned char __flogr(unsigned long word) in __flogr()
311 static inline unsigned long __ffs(unsigned long word) in __ffs()
323 static inline int ffs(int word) in ffs()
337 static inline unsigned long __fls(unsigned long word) in __fls()
353 static inline int fls64(unsigned long word) in fls64()
367 static inline int fls(unsigned int word) in fls()
/linux-6.3-rc2/arch/sh/include/asm/
A Dbitops.h27 static inline unsigned long ffz(unsigned long word) in ffz()
47 static inline unsigned long __ffs(unsigned long word) in __ffs()
/linux-6.3-rc2/arch/x86/include/asm/
A Dbitops.h250 static __always_inline unsigned long variable__ffs(unsigned long word) in variable__ffs()
264 #define __ffs(word) \ argument
269 static __always_inline unsigned long variable_ffz(unsigned long word) in variable_ffz()
283 #define ffz(word) \ argument
294 static __always_inline unsigned long __fls(unsigned long word) in __fls()
/linux-6.3-rc2/arch/sh/drivers/pci/
A Dpci-sh7751.c22 unsigned long word; in __area_sdram_check() local
79 u32 word, reg; in sh7751_pci_init() local
/linux-6.3-rc2/arch/openrisc/kernel/
A Dtraps.c49 static void print_data(unsigned long base_addr, unsigned long word, int i) in print_data()
115 unsigned long word; in show_registers() local
131 unsigned long word; in show_registers() local
210 unsigned long word; in nommu_dump_state() local
/linux-6.3-rc2/drivers/gpio/
A Dgpio-max7301.c23 u16 word = ((reg & 0x7F) << 8) | (val & 0xFF); in max7301_spi_write() local
33 u16 word; in max7301_spi_read() local
/linux-6.3-rc2/arch/mips/include/asm/
A Dbitops.h307 static __always_inline unsigned long __fls(unsigned long word) in __fls()
373 static __always_inline unsigned long __ffs(unsigned long word) in __ffs()
438 static inline int ffs(int word) in ffs()
/linux-6.3-rc2/drivers/net/wireless/ralink/rt2x00/
A Drt2400pci.c46 const unsigned int word, const u8 value) in rt2400pci_bbp_write()
70 const unsigned int word) in rt2400pci_bbp_read()
104 const unsigned int word, const u32 value) in rt2400pci_rf_write()
717 u32 word; in rt2400pci_get_entry_state() local
735 u32 word; in rt2400pci_clear_entry() local
1100 u32 word; in rt2400pci_write_tx_desc() local
1272 u32 word; in rt2400pci_txdone() local
1434 u16 word; in rt2400pci_validate_eeprom() local
A Drt2500pci.c46 const unsigned int word, const u8 value) in rt2500pci_bbp_write()
70 const unsigned int word) in rt2500pci_bbp_read()
104 const unsigned int word, const u32 value) in rt2500pci_rf_write()
806 u32 word; in rt2500pci_get_entry_state() local
824 u32 word; in rt2500pci_clear_entry() local
1253 u32 word; in rt2500pci_write_tx_desc() local
1400 u32 word; in rt2500pci_txdone() local
1560 u16 word; in rt2500pci_validate_eeprom() local
A Drt2800mmio.c73 u32 word; in rt2800mmio_write_tx_desc() local
129 u32 word; in rt2800mmio_fill_rxdone() local
613 u32 word; in rt2800mmio_get_entry_state() local
632 u32 word; in rt2800mmio_clear_entry() local
/linux-6.3-rc2/arch/powerpc/kernel/ptrace/
A Dptrace-altivec.c48 u32 word; in vr_get() member
100 u32 word; in vr_set() member

Completed in 42 milliseconds

12345678910>>...13