Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 224) sorted by relevance

123456789

/drivers/staging/echo/
Dbit_operations.h37 static __inline__ int top_bit(unsigned int bits) in top_bit()
53 static __inline__ int bottom_bit(unsigned int bits) in bottom_bit()
66 static __inline__ int top_bit(unsigned int bits) in top_bit()
96 static __inline__ int bottom_bit(unsigned int bits) in bottom_bit()
/drivers/video/
Dsysfillrect.c26 unsigned long pat, unsigned n, int bits) in bitfill_aligned()
82 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned()
136 unsigned long pat, unsigned n, int bits) in bitfill_aligned_rev()
193 int bits) in bitfill_unaligned_rev()
247 int bits = BITS_PER_LONG, bytes = bits >> 3; in sys_fillrect() local
Dcfbfillrect.c40 unsigned long pat, unsigned n, int bits, u32 bswapmask) in bitfill_aligned()
97 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned()
151 int dst_idx, unsigned long pat, unsigned n, int bits, in bitfill_aligned_rev()
223 unsigned n, int bits) in bitfill_unaligned_rev()
286 int bits = BITS_PER_LONG, bytes = bits >> 3; in cfb_fillrect() local
Dsyscopyarea.c30 const unsigned long *src, int src_idx, int bits, unsigned n) in bitcpy()
171 const unsigned long *src, int src_idx, int bits, unsigned n) in bitcpy_rev()
322 int bits = BITS_PER_LONG, bytes = bits >> 3; in sys_copyarea() local
Dcfbcopyarea.c48 const unsigned long __iomem *src, int src_idx, int bits, in bitcpy()
207 const unsigned long __iomem *src, int src_idx, int bits, in bitcpy_rev()
376 int bits = BITS_PER_LONG, bytes = bits >> 3; in cfb_copyarea() local
/drivers/spi/
Dspi_bitbang.c66 u32 word, u8 bits), in bitbang_txrx_8()
70 unsigned bits = spi->bits_per_word; in bitbang_txrx_8() local
92 u32 word, u8 bits), in bitbang_txrx_16()
96 unsigned bits = spi->bits_per_word; in bitbang_txrx_16() local
118 u32 word, u8 bits), in bitbang_txrx_32()
122 unsigned bits = spi->bits_per_word; in bitbang_txrx_32() local
Dspi_sh_sci.c44 static inline void setbits(struct sh_sci_spi *sp, int bits, int on) in setbits()
85 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode0()
91 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode1()
97 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode2()
103 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode3()
Dspi_s3c24xx_gpio.c65 unsigned nsecs, u32 word, u8 bits) in s3c2410_spigpio_txrx_mode0()
71 unsigned nsecs, u32 word, u8 bits) in s3c2410_spigpio_txrx_mode1()
77 unsigned nsecs, u32 word, u8 bits) in s3c2410_spigpio_txrx_mode2()
83 unsigned nsecs, u32 word, u8 bits) in s3c2410_spigpio_txrx_mode3()
Dspi_gpio.c148 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode0()
154 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode1()
160 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode2()
166 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode3()
/drivers/staging/et131x/
Det1310_address_map.h74 } bits; member
133 } bits; member
184 } bits; member
233 } bits; member
250 } bits; member
271 } bits; member
290 } bits; member
344 } bits; member
373 } bits; member
389 } bits; member
[all …]
Det1310_phy.h164 } bits; member
206 } bits; member
214 } bits; member
230 } bits; member
264 } bits; member
298 } bits; member
320 } bits; member
342 } bits; member
364 } bits; member
388 } bits; member
[all …]
Det1310_rx.h104 } bits; member
184 } bits; member
201 } bits; member
234 } bits; member
256 } bits; member
Det1310_tx.h83 } bits; member
128 } bits; member
158 } bits; member
/drivers/regulator/
Dpcf50633-regulator.c87 static unsigned int auto_voltage_value(u8 bits) in auto_voltage_value()
96 static unsigned int down_voltage_value(u8 bits) in down_voltage_value()
102 static unsigned int ldo_voltage_value(u8 bits) in ldo_voltage_value()
/drivers/leds/
Dleds-pca955x.c66 int bits; member
115 static inline int pca95xx_num_input_regs(int bits) in pca95xx_num_input_regs()
121 static inline int pca95xx_num_led_regs(int bits) in pca95xx_num_led_regs()
/drivers/net/wireless/iwlwifi/
Diwl-3945-io.h89 u32 bits, u32 mask, int timeout) in _iwl3945_poll_bit()
105 u32 bits, u32 mask, int timeout) in __iwl3945_poll_bit()
113 #define iwl3945_poll_bit(priv, addr, bits, mask, timeout) \ argument
358 #define _iwl3945_set_bits_mask_prph(priv, reg, bits, mask) \ argument
363 struct iwl3945_priv *priv, u32 reg, u32 bits, u32 mask) in __iwl3945_set_bits_mask_prph()
369 #define iwl3945_set_bits_mask_prph(priv, reg, bits, mask) \ argument
Diwl-io.h92 u32 bits, u32 mask, int timeout) in _iwl_poll_bit()
108 u32 bits, u32 mask, int timeout) in __iwl_poll_bit()
116 #define iwl_poll_bit(priv, addr, bits, mask, timeout) \ argument
362 #define _iwl_set_bits_mask_prph(priv, reg, bits, mask) \ argument
367 struct iwl_priv *priv, u32 reg, u32 bits, u32 mask) in __iwl_set_bits_mask_prph()
373 #define iwl_set_bits_mask_prph(priv, reg, bits, mask) \ argument
/drivers/net/phy/
Dmdio-bitbang.c68 static void mdiobb_send_num(struct mdiobb_ctrl *ctrl, u16 val, int bits) in mdiobb_send_num()
77 static u16 mdiobb_get_num(struct mdiobb_ctrl *ctrl, int bits) in mdiobb_get_num()
/drivers/input/joystick/
Dsidewinder.c122 int bits; member
218 static __u64 sw_get_bits(unsigned char *buf, int pos, int num, char bits) in sw_get_bits()
529 static void sw_print_packet(char *name, int length, unsigned char *buf, char bits) in sw_print_packet()
735 int bits, code; in sw_connect() local
/drivers/atm/
Dhorizon.h71 #define PRINTDB(bits,format,args...) \ argument
73 #define PRINTDM(bits,format,args...) \ argument
75 #define PRINTDE(bits,format,args...) \ argument
77 #define PRINTD(bits,format,args...) \ argument
82 #define PRINTD(bits,format,args...) argument
83 #define PRINTDB(bits,format,args...) argument
84 #define PRINTDM(bits,format,args...) argument
85 #define PRINTDE(bits,format,args...) argument
/drivers/i2c/busses/
Di2c-pxa.c123 struct bits { struct
131 decode_bits(const char *prefix, const struct bits *bits, int num, u32 val) in decode_bits()
/drivers/telephony/
Dixj.h111 HCRBIT bits; member
138 HSRBIT bits; member
169 GPIOBIT bits; member
193 LMON bits; member
208 CP bits; member
236 PSCRWI bits; member
261 PSCRRI bits; member
305 PSLICWRITE bits; member
312 PSLICREAD bits; member
334 PCLOCK bits; member
[all …]
/drivers/mtd/nand/
Dnand_bbt.c144 int bits, int offs, int reserved_block_code) in read_bbt()
213 int bits; in read_abs_bbt() local
463 int bits, startblock, block, dir; in search_bbt() local
564 int bits, startblock, dir, page, offs, numblocks, sft, sftmsk; in write_bbt() local
/drivers/input/
Devdev.c410 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user()
438 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user()
454 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user()
485 unsigned long *bits; in handle_eviocgbit() local
/drivers/parport/
Dparport_sunbpp.c109 unsigned char bits = 0; in status_sunbpp_to_pc() local
132 unsigned char bits = 0; in control_sunbpp_to_pc() local

123456789