| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aurora/ |
| H A D | nb8800.c | 80 static inline void nb8800_modb(struct nb8800_priv *priv, int reg, u8 bits, in nb8800_modb() 86 static inline void nb8800_setb(struct nb8800_priv *priv, int reg, u8 bits) in nb8800_setb() 91 static inline void nb8800_clearb(struct nb8800_priv *priv, int reg, u8 bits) in nb8800_clearb() 96 static inline void nb8800_modl(struct nb8800_priv *priv, int reg, u32 bits, in nb8800_modl() 102 static inline void nb8800_setl(struct nb8800_priv *priv, int reg, u32 bits) in nb8800_setl() 107 static inline void nb8800_clearl(struct nb8800_priv *priv, int reg, u32 bits) in nb8800_clearl()
|
| /OK3568_Linux_fs/kernel/fs/minix/ |
| H A D | bitmap.c | 100 u32 bits = sbi->s_nzones - sbi->s_firstdatazone + 1; in minix_count_free_blocks() local 270 u32 bits = sbi->s_ninodes + 1; in minix_count_free_inodes() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | hda.c | 14 unsigned int mul, div, bits, channels; in tegra_hda_parse_format() local
|
| H A D | hda.h | 14 unsigned int bits; member
|
| /OK3568_Linux_fs/u-boot/fs/jffs2/ |
| H A D | mini_inflate.c | 69 const unsigned int bits) in pull_bits() 125 int bits = 0; in read_symbol() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | btext.c | 413 int l, bits; in draw_byte_32() local 434 int l, bits; in draw_byte_16() local 452 int l, bits; in draw_byte_8() local
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | fsl_mmdc.c | 15 static void set_wait_for_bits_clear(void *ptr, u32 value, u32 bits) in set_wait_for_bits_clear()
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | md5.h | 13 __u32 bits[2]; member
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | extent_io.c | 145 static int add_extent_changeset(struct extent_state *state, unsigned bits, in add_extent_changeset() 550 unsigned *bits, struct extent_changeset *changeset) in insert_state() 631 unsigned *bits, int wake, in clear_state_bit() 696 unsigned bits, int wake, int delete, in __clear_extent_bit() 869 unsigned long bits) in wait_extent_bit() 916 unsigned *bits, struct extent_changeset *changeset) in set_state_bits() 965 unsigned bits, unsigned exclusive_bits, in __set_extent_bit() 1181 unsigned bits, u64 * failed_start, in set_extent_bit() 1208 unsigned bits, unsigned clear_bits, in convert_extent_bit() 1409 unsigned bits, struct extent_changeset *changeset) in set_record_extent_bits() [all …]
|
| /OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/ |
| H A D | tinyplay.c | 188 unsigned int rate, unsigned int bits, unsigned int period_size, in sample_is_playable() 212 unsigned int rate, unsigned int bits, unsigned int period_size, in play_sample()
|
| /OK3568_Linux_fs/kernel/lib/842/ |
| H A D | 842_decompress.c | 89 u8 *in = p->in, b = p->bit, bits = b + n; in next_bits() local 163 static int __do_index(struct sw842_param *p, u8 size, u8 bits, u64 fsize) in __do_index()
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_dmaengine.c | 58 int bits; in snd_hwparams_to_dma_slave_config() local 446 int bits = snd_pcm_format_physical_width(i); in snd_dmaengine_pcm_refine_runtime_hwparams() local
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | ambassador.h | 55 #define PRINTDB(bits,format,args...) \ argument 57 #define PRINTDM(bits,format,args...) \ argument 59 #define PRINTDE(bits,format,args...) \ argument 61 #define PRINTD(bits,format,args...) \ argument 66 #define PRINTD(bits,format,args...) argument 67 #define PRINTDB(bits,format,args...) argument 68 #define PRINTDM(bits,format,args...) argument 69 #define PRINTDE(bits,format,args...) argument 73 #define PRINTDD(bits,format,args...) argument
|
| /OK3568_Linux_fs/kernel/include/asm-generic/bitops/ |
| H A D | find.h | 97 #define find_first_clump8(clump, bits, size) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-pca955x.c | 73 int bits; member 141 static inline int pca95xx_num_input_regs(int bits) in pca95xx_num_input_regs() 147 static inline int pca95xx_num_led_regs(int bits) in pca95xx_num_led_regs()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | aiff.c | 47 unsigned short bits = 0; in lsx_aiffstartread() local 653 unsigned bits = 0; in aiffwriteheader() local 848 unsigned bits = 0; in aifcwriteheader() local
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | cminst44xx.c | 131 static u32 omap4_cminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, u16 inst, in omap4_cminst_rmw_inst_reg_bits() 144 static u32 omap4_cminst_set_inst_reg_bits(u32 bits, u8 part, u16 inst, s16 idx) in omap4_cminst_set_inst_reg_bits() 149 static u32 omap4_cminst_clear_inst_reg_bits(u32 bits, u8 part, u16 inst, in omap4_cminst_clear_inst_reg_bits()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | stm32-usart.c | 45 static void stm32_usart_set_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_usart_set_bits() 54 static void stm32_usart_clr_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_usart_clr_bits() 716 unsigned int bits; in stm32_usart_get_databits() local 752 unsigned int baud, bits; in stm32_usart_set_termios() local 1461 int bits = 8; in stm32_usart_console_setup() local
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-hash.c | 440 __be64 *bits = (__be64 *)&bf[j]; in sun4i_hash() local 444 __le64 *bits = (__le64 *)&bf[j]; in sun4i_hash() local
|
| /OK3568_Linux_fs/kernel/drivers/iio/humidity/ |
| H A D | dht11.c | 108 static unsigned char dht11_decode_byte(char *bits) in dht11_decode_byte() 125 char bits[DHT11_BITS_PER_READ]; in dht11_decode() local
|
| /OK3568_Linux_fs/kernel/drivers/parport/ |
| H A D | parport_sunbpp.c | 89 unsigned char bits = 0; in status_sunbpp_to_pc() local 112 unsigned char bits = 0; in control_sunbpp_to_pc() local
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_audio.c | 48 unsigned char ch_num, unsigned char samplerate, unsigned char bits) in nvp6158_audio_init() 110 unsigned char ch_num, unsigned char samplerate, unsigned char bits) in nvp6168_audio_init()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | longhaul.h | 16 } bits; member 45 } bits; member
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | qcom-pm8xxx.c | 126 unsigned int bits; in pm8xxx_irq_block_handler() local 203 unsigned int bits; in pm8821_irq_block_handler() local 331 unsigned int bits; in pm8xxx_irq_get_irqchip_state() local 459 unsigned int bits; in pm8821_irq_get_irqchip_state() local
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | lpcenc.c | 75 /* Subroutine */ int lpc10_encode(real *speech, integer *bits, in lpc10_encode()
|