| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/ |
| H A D | vmm.c | 124 nvif_vmm_raw_put(struct nvif_vmm *vmm, u64 addr, u64 size, u8 shift) in nvif_vmm_raw_put() argument 139 nvif_vmm_raw_map(struct nvif_vmm *vmm, u64 addr, u64 size, u8 shift, in nvif_vmm_raw_map() argument 108 nvif_vmm_raw_get(struct nvif_vmm *vmm, u64 addr, u64 size, u8 shift) nvif_vmm_raw_get() argument 160 nvif_vmm_raw_unmap(struct nvif_vmm *vmm, u64 addr, u64 size, u8 shift, bool sparse) nvif_vmm_raw_unmap() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
| H A D | nv50.c | 58 nv50_gpio_location(int line, u32 *reg, u32 *shift) in nv50_gpio_location() argument 74 u32 reg, shift; in nv50_gpio_drive() local 87 u32 reg, shift; in nv50_gpio_sense() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ctxgf117.c | 202 u8 shift, ntpcv; in gf117_grctx_generate_rop_mapping() local
|
| /kernel/linux/linux-6.6/drivers/gpu/ipu-v3/ |
| H A D | ipu-smfc.c | 40 u32 val, shift; in ipu_smfc_set_burstsize() local 60 u32 val, shift; in ipu_smfc_map_channel() local 80 u32 val, shift; in ipu_smfc_set_watermark() local [all...] |
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| H A D | ti-ads8344.c | 101 ads8344_read_raw(struct iio_dev *iio, struct iio_chan_spec const *channel, int *value, int *shift, long mask) ads8344_read_raw() argument
|
| H A D | ti-adc0832.c | 169 adc0832_read_raw(struct iio_dev *iio, struct iio_chan_spec const *channel, int *value, int *shift, long mask) adc0832_read_raw() argument
|
| H A D | ti-adc161s626.c | 72 u8 shift; member
|
| /kernel/linux/linux-6.6/drivers/iio/dac/ |
| H A D | ad5624r_spi.c | 25 ad5624r_spi_write(struct spi_device *spi, u8 cmd, u8 addr, u16 val, u8 shift) ad5624r_spi_write() argument
|
| /kernel/linux/linux-6.6/drivers/irqchip/ |
| H A D | irq-realtek-rtl.c | 43 unsigned int shift = IRR_SHIFT(idx); in write_irr() local
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| H A D | egalax_ts_serial.c | 53 u8 shift; in egalax_process_data() local
|
| /kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_wrap.c | 55 static void rotate_buf_a_little(struct xdr_buf *buf, unsigned int shift) in rotate_buf_a_little() argument 72 _rotate_left(struct xdr_buf *buf, unsigned int shift) _rotate_left() argument 85 rotate_left(u32 base, struct xdr_buf *buf, unsigned int shift) rotate_left() argument [all...] |
| /kernel/linux/linux-6.6/net/rxrpc/ |
| H A D | proc.c | 246 unsigned int shift = 32 - HASH_BITS(rxnet->peer_hash); in __acquires() local 281 unsigned int shift = 32 - HASH_BITS(rxnet->peer_hash); in rxrpc_peer_seq_next() local
|
| /kernel/linux/linux-6.6/tools/testing/radix-tree/ |
| H A D | multiorder.c | 59 int shift = height * XA_CHUNK_SHIFT; in multiorder_iteration() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/ |
| H A D | pkeys.h | 54 unsigned long amr, shift; in pkey_set_rights() local
|
| /kernel/linux/linux-6.6/sound/hda/ |
| H A D | hdac_bus.c | 245 unsigned int shift = ((unsigned long)(addr) & 0x3) << 3; in snd_hdac_aligned_read() local 258 unsigned int shift = ((unsigned long)(addr) & 0x3) << 3; in snd_hdac_aligned_write() local
|
| /kernel/linux/linux-6.6/sound/isa/gus/ |
| H A D | gus_mixer.c | 28 int shift = kcontrol->private_value & 0xff; in snd_gf1_get_single() local 41 int shift = kcontrol->private_value & 0xff; in snd_gf1_put_single() local 49 nval <<= shift; in snd_gf1_put_single() local
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| H A D | loadavg.c | 71 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun() argument
|
| H A D | wait_bit.c | 14 const int shift = BITS_PER_LONG == 32 ? 5 : 6; in bit_waitqueue() local
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | ts_bm.c | 85 int shift = bm->patlen - 1; in bm_find() local [all...] |
| /kernel/linux/linux-6.6/sound/soc/tegra/ |
| H A D | tegra210_ope.h | 69 u32 shift; /* Used as offset for AHUB RAM related programing */ member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | celp_filters.c | 61 ff_celp_lp_synthesis_filter(int16_t *out, const int16_t *filter_coeffs, const int16_t *in, int buffer_length, int filter_length, int stop_on_overflow, int shift, int rounder) ff_celp_lp_synthesis_filter() argument
|
| H A D | dpcm.c | 308 int shift[2] = { 4, 4 }; in dpcm_decode_frame() local 327 diff >>= shift[ch]; in dpcm_decode_frame() local
|
| H A D | aptxdec.c | 36 aptx_qmf_polyphase_synthesis(FilterSignal signal[NB_FILTERS], const int32_t coeffs[NB_FILTERS][FILTER_TAPS], int shift, int32_t low_subband_input, int32_t high_subband_input, int32_t samples[NB_FILTERS]) aptx_qmf_polyphase_synthesis() argument
|
| H A D | mpegaudiodec_common.c | 409 int shift, mod; in mpegaudiodec_common_init_static() local
|
| /third_party/ffmpeg/libavcodec/arm/ |
| H A D | mlpdsp_init_arm.c | 95 int shift = output_shift[0] < 0 || output_shift[0] > 5 ? 6 : output_shift[0]; in mlp_select_pack_output_armv6() local [all...] |