Searched defs:bits (Results 1 - 25 of 28) sorted by relevance

12

/include/clocksource/
H A Dsamsung_pwm.h33 u8 bits; member in struct:samsung_pwm_variant
/include/linux/netfilter/ipset/
H A Dip_set_bitmap.h17 range_to_mask(u32 from, u32 to, u8 *bits) argument
21 *bits = 32;
22 while (--(*bits) > 0 && mask && (to & mask) != from)
/include/sound/
H A Dcs8403.h39 SND_CS8403_DECL void SND_CS8403_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) argument
41 if (bits & 0x01) { /* consumer */
42 if (!(bits & 0x02))
44 if (!(bits & 0x08))
46 switch (bits & 0x10) {
50 if (!(bits & 0x80))
52 switch (bits & 0x60) {
58 switch (bits & 0x06) {
65 switch (bits & 0x18) {
71 switch (bits
84 unsigned char bits; local
169 SND_CS8404_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) argument
210 unsigned char bits; local
[all...]
H A Dac97_codec.h152 /* powerdown bits */
189 #define AC97_EA_SPSA_SLOT_MASK 0x0030 /* Mask for slot assignment bits */
213 #define AC97_SC_SPSR_MASK 0x3000 /* S/PDIF Sample Rate bits */
228 #define AC97_INT_CAUSE_GPIO 0x4000 /* GPIO bits changed (RO) */
335 #define AC97_ALC650_SPSR_MASK 0x0f00 /* S/PDIF Sample Rate bits */
395 #define AC97_STEREO_MUTES (1<<4) /* has stereo mute bits */
471 unsigned short bits; /* resolution bitmask */ member in struct:snd_ac97_res_table
517 unsigned short codec_cfg[3]; // CODEC_CFG bits
/include/linux/
H A Dhash.h28 #define hash_long(val, bits) hash_32(val, bits)
30 #define hash_long(val, bits) hash_64(val, bits)
36 static __always_inline u64 hash_64(u64 val, unsigned int bits) argument
43 /* Sigh, gcc can't optimise this alone like it does for 32 bits. */
59 /* High bits are more random, so use them. */
60 return hash >> (64 - bits);
63 static inline u32 hash_32(u32 val, unsigned int bits) argument
68 /* High bits ar
72 hash_ptr(const void *ptr, unsigned int bits) argument
[all...]
H A Dbasic_mmio_gpio.h40 /* Number of bits (GPIOs): <register width> * 8. */
41 int bits; member in struct:bgpio_chip
44 * Some GPIO controllers work with the big-endian bits notation,
45 * e.g. in a 8-bits register, GPIO7 is the least significant bit.
55 /* Shadowed data register to clear/set bits safely. */
H A Dgenalloc.h41 * @size: The bitmap size in bits
43 * @nr: The number of zeroed bits we're looking for
73 unsigned long bits[0]; /* bitmap for allocating memory chunk */ member in struct:gen_pool_chunk
H A Dkvm_types.h58 u64 bits; member in union:kvm_ioapic_redirect_entry
H A Dyam.h81 unsigned char bits[YAM_FPGA_SIZE]; member in struct:yamdrv_ioctl_mcs
H A Dlp.h64 unsigned long bits; member in struct:lp_struct
H A Dhdlcdrv.h55 unsigned int bits)
57 buf->buffer[buf->wr] = bits & 0xff;
59 buf->buffer[buf->wr] = (bits >> 8) & 0xff;
220 static inline void hdlcdrv_putbits(struct hdlcdrv_state *s, unsigned int bits) argument
222 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, bits);
54 hdlcdrv_add_bitbuffer_word(struct hdlcdrv_bitbuffer *buf, unsigned int bits) argument
H A Dipv6.h149 * Packed in 16bits.
161 /* Packed in 16bits. */
190 /* 2 bits hole */
191 } bits; member in union:ipv6_pinfo::__anon425
283 inet6_sk(sk)->rxopt.bits.rxinfo)
H A Dblkdev.h1378 unsigned int bits = 8; local
1380 bits++;
1383 return bits;
/include/net/netfilter/
H A Dnf_conntrack_labels.h14 unsigned long bits[]; member in struct:nf_conn_labels
/include/linux/sunrpc/
H A Dsvcauth.h161 static inline unsigned long hash_str(char *name, int bits) argument
176 return hash >> (BITS_PER_LONG - bits);
179 static inline unsigned long hash_mem(char *buf, int length, int bits) argument
195 return hash >> (BITS_PER_LONG - bits);
/include/net/irda/
H A Dqos.h63 __u16 bits; /* LSB is first byte, MSB is second byte */ member in struct:__anon1260
91 * Note : one byte is 10 bits if you include start and stop bits
/include/linux/usb/
H A Dmusb.h59 u8 bits; member in struct:musb_hdrc_eps_bits
70 unsigned utm_16:1 __deprecated; /* utm data witdh is 16 bits */
/include/math-emu/
H A Ddouble.h70 } bits __attribute__((packed)); member in union:_FP_UNION_D
142 } bits __attribute__((packed)); member in union:_FP_UNION_D
H A Dquad.h75 } bits __attribute__((packed)); member in union:_FP_UNION_Q
149 } bits; member in union:_FP_UNION_Q
H A Dsingle.h59 } bits __attribute__((packed)); member in union:_FP_UNION_S
/include/uapi/linux/
H A Dhdlcdrv.h58 unsigned char bits; member in union:hdlcdrv_ioctl::__anon1797
H A Dtelephony.h204 * frame type is encoded in the least significant two bits of the first
207 * bits 1-0 Frame Type Data Rate Significant Words
211 * 11 3 Repeat last CNG 2 bits
229 * and f3 bits indicate that the filter has been triggered by detecting the
232 * The remaining bits should be set to zero. They will become defined over time
256 struct phone_except bits; member in union:telephony_exception
/include/net/caif/
H A Dcaif_hsi.h176 unsigned long bits; member in struct:cfhsi
/include/linux/mfd/abx500/
H A Dab8500-sysctrl.h31 static inline int ab8500_sysctrl_set(u16 reg, u8 bits) argument
33 return ab8500_sysctrl_write(reg, bits, bits);
36 static inline int ab8500_sysctrl_clear(u16 reg, u8 bits) argument
38 return ab8500_sysctrl_write(reg, bits, 0);
/include/linux/mfd/
H A Ddbx500-prcmu.h591 static inline void prcmu_set(unsigned int reg, u32 bits) argument
593 prcmu_write_masked(reg, bits, bits);
596 static inline void prcmu_clear(unsigned int reg, u32 bits) argument
598 prcmu_write_masked(reg, bits, 0);

Completed in 402 milliseconds

12