Home
last modified time | relevance | path

Searched defs:bits (Results 1001 - 1025 of 1782) sorted by relevance

1...<<41424344454647484950>>...72

/kernel/linux/linux-5.10/drivers/net/dsa/microchip/
H A Dksz8795.c65 static void ksz_cfg(struct ksz_device *dev, u32 addr, u8 bits, bool set) in ksz_cfg() argument
70 static void ksz_port_cfg(struct ksz_device *dev, int port, int offset, u8 bits, in ksz_port_cfg() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Daxnet_cs.c419 int bits; in mdio_sync() local
1545 static inline void make_mc_bits(u8 *bits, struct net_device *dev) in make_mc_bits() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.c169 mvpp2_prs_tcam_ai_update(struct mvpp2_prs_entry *pe, unsigned int bits, unsigned int enable) mvpp2_prs_tcam_ai_update() argument
224 mvpp2_prs_sram_ri_update(struct mvpp2_prs_entry *pe, unsigned int bits, unsigned int mask) mvpp2_prs_sram_ri_update() argument
252 mvpp2_prs_sram_ai_update(struct mvpp2_prs_entry *pe, unsigned int bits, unsigned int mask) mvpp2_prs_sram_ai_update() argument
276 u8 bits; mvpp2_prs_sram_ai_get() local
371 u8 bits; mvpp2_prs_flow_find() local
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/txx9/
H A Dtx4927.h216 static inline void txx9_clear64(__u64 __iomem *adr, __u64 bits) in txx9_clear64() argument
227 static inline void txx9_set64(__u64 __iomem *adr, __u64 bits) in txx9_set64() argument
240 static inline void tx4927_ccfg_clear(__u64 bits) in tx4927_ccfg_clear() argument
243 & ~(TX4927_CCFG_W1CBITS | bits), in tx4927_ccfg_clear() local
246 static inline void tx4927_ccfg_set(__u64 bits) in tx4927_ccfg_set() argument
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dsetup.c800 unsigned long bits[5]; in identify_cpu() member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h173 static inline long try_lock_hpte(__be64 *hpte, unsigned long bits) in try_lock_hpte() argument
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dsetup.c627 u32 fs[3], bits[3], ls, mask = 0; in smp_build_mpidr_hash() local
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-ep93xx/
H A Dsoc.h202 static inline void ep93xx_devcfg_set_bits(unsigned int bits) in ep93xx_devcfg_set_bits() argument
207 static inline void ep93xx_devcfg_clear_bits(unsigned int bits) in ep93xx_devcfg_clear_bits() argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dtime.c838 u32 bits = 32; in set_decrementer_max() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c143 unsigned long rts, bits, offset, index; in kvmppc_mmu_walk_radix_tree() local
[all...]
H A Dbook3s_hv_rm_mmu.c680 unsigned long v, r, rb, mask, bits; in kvmppc_h_protect() local
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H A Dfsl_pci.c162 unsigned int bits = min_t(u32, ilog2(size), in setup_one_atmu() local
/kernel/linux/linux-6.6/arch/mips/lantiq/xway/
H A Dsysctrl.c312 clkdev_add_pmu(const char *dev, const char *con, bool deactivate, unsigned int module, unsigned int bits) clkdev_add_pmu() argument
337 clkdev_add_cgu(const char *dev, const char *con, unsigned int bits) clkdev_add_cgu() argument
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Ddis.c48 unsigned char bits; /* The number of bits in the operand. */ member
350 int bits; in extract_operand() local
[all...]
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dptrace.h160 unsigned long bits; /* Obsolete software bits */ member
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dvsie.c94 const int bits = CPUSTAT_STOP_INT | CPUSTAT_IO_INT | CPUSTAT_EXT_INT; in update_intervention_requests() local
/kernel/linux/linux-5.10/drivers/input/
H A Devdev.c635 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user() argument
663 static int bits_from_user(unsigned long *bits, unsigned int maxbit, in bits_from_user() argument
702 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user() argument
715 static int bits_from_user(unsigned long *bits, unsigne argument
736 bits_to_user(unsigned long *bits, unsigned int maxbit, unsigned int maxlen, void __user *p, int compat) bits_to_user() argument
747 bits_from_user(unsigned long *bits, unsigned int maxbit, unsigned int maxlen, const void __user *p, int compat) bits_from_user() argument
782 unsigned long *bits; handle_eviocgbit() local
886 evdev_handle_get_val(struct evdev_client *client, struct input_dev *dev, unsigned int type, unsigned long *bits, unsigned int maxbit, unsigned int maxlen, void __user *p, int compat) evdev_handle_get_val() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c509 u64 bits in nvkm_vmm_iter() local
1043 int levels, bits = 0, ret; nvkm_vmm_ctor() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Ddst.c49 union dst_gpio_packet bits; in dst_packsize() local
59 union dst_gpio_packet bits; in dst_gpio_outb() local
/kernel/linux/linux-5.10/drivers/media/pci/pluto2/
H A Dpluto2.c135 static inline void pluto_rw(struct pluto *pluto, u32 reg, u32 mask, u32 bits) in pluto_rw() argument
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H A Dcx23885-core.c407 static char *bits[] = { in cx23885_risc_decode() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c599 u16 bits = 0; in dr_get_bits_per_mask() local
/kernel/linux/linux-5.10/drivers/net/ethernet/sgi/
H A Dioc3-eth.c1143 int bits; in ioc3_hash() local
/kernel/linux/linux-5.10/drivers/iio/gyro/
H A Dfxas21002c_core.c337 fxas21002c_write(struct fxas21002c_data *data, enum fxas21002c_fields field, int bits) fxas21002c_write() argument
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-imx.c415 static void i2c_imx_clear_irq(struct imx_i2c_struct *i2c_imx, unsigned int bits) in i2c_imx_clear_irq() argument

Completed in 35 milliseconds

1...<<41424344454647484950>>...72