| /linux/arch/sparc/kernel/ |
| H A D | btext.c | 242 int l, bits; in draw_byte_32() local 263 int l, bits; in draw_byte_16() local 281 int l, bits; in draw_byte_8() local
|
| /linux/drivers/spi/ |
| H A D | spi-bitbang.c | 58 unsigned int bits = t->bits_per_word; in bitbang_txrx_8() local 89 unsigned int bits = t->bits_per_word; in bitbang_txrx_16() local 120 unsigned int bits = t->bits_per_word; in bitbang_txrx_32() local
|
| /linux/arch/um/include/asm/ |
| H A D | page.h | 52 #define pte_get_bits(p, bits) ((p).pte & (bits)) argument 53 #define pte_set_bits(p, bits) ((p).pte |= (bits)) argument 54 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits)) argument
|
| /linux/scripts/dtc/ |
| H A D | dtc-parser.y | 42 int bits; member 374 unsigned long long bits; variable
|
| /linux/drivers/gpio/ |
| H A D | gpio-tpic2810.c | 44 static void tpic2810_set_mask_bits(struct gpio_chip *chip, u8 mask, u8 bits) in tpic2810_set_mask_bits() 71 unsigned long *bits) in tpic2810_set_multiple()
|
| H A D | gpio-mpsse.c | 164 gpio_mpsse_set_multiple(struct gpio_chip * chip,unsigned long * mask,unsigned long * bits) gpio_mpsse_set_multiple() argument 191 gpio_mpsse_get_multiple(struct gpio_chip * chip,unsigned long * mask,unsigned long * bits) gpio_mpsse_get_multiple() argument 216 unsigned long mask = 0, bits = 0; gpio_mpsse_gpio_get() local 233 unsigned long mask = 0, bits = 0; gpio_mpsse_gpio_set() local [all...] |
| /linux/lib/zlib_dfltcc/ |
| H A D | dfltcc_util.h | 102 const char *bits, in is_bit_set() 110 char *bits, in turn_bit_off()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpsw_ale.c | 24 #define BITMASK(bits) (BIT(bits) - 1) argument 128 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field() 145 static inline void cpsw_ale_set_field(u32 *ale_entry, u32 start, u32 bits, in cpsw_ale_set_field() 165 #define DEFINE_ALE_FIELD_GET(name, start, bits) \ argument 171 #define DEFINE_ALE_FIELD_SET(name, start, bits) \ argument 177 #define DEFINE_ALE_FIELD(name, start, bits) \ argument 212 #define ALE_ENTRY_FLD(id, start, bits) \ argument 270 u32 bits; in cpsw_ale_entry_get_fld() local 295 u32 bits; in cpsw_ale_entry_set_fld() local 912 int bits; member
|
| /linux/drivers/input/ |
| H A D | evdev.c | 633 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user() 661 static int bits_from_user(unsigned long *bits, unsigned int maxbit, in bits_from_user() 700 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user() 713 static int bits_from_user(unsigned long *bits, unsigned int maxbit, in bits_from_user() 734 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user() 745 static int bits_from_user(unsigned long *bits, unsigned int maxbit, in bits_from_user() 780 unsigned long *bits; in handle_eviocgbit() local 886 unsigned long *bits, unsigned int maxbit, in evdev_handle_get_val()
|
| /linux/drivers/media/radio/ |
| H A D | radio-maxiradio.c | 87 u8 bits = 0; in maxiradio_tea575x_set_pins() local 102 u8 bits = inb(dev->io); in maxiradio_tea575x_get_pins() local
|
| /linux/drivers/s390/cio/ |
| H A D | airq.c | 114 static inline unsigned long iv_size(unsigned long bits) in iv_size() 127 struct airq_iv *airq_iv_create(unsigned long bits, unsigned long flags, in airq_iv_create()
|
| /linux/drivers/comedi/drivers/ |
| H A D | ni_tio.c | 291 unsigned int bits = 0; in ni_tio_clock_src_modifiers() local 447 unsigned int bits = 0; in ni_tio_set_sync_mode() local 532 unsigned int bits = 0; in ni_tio_set_counter_mode() local 566 unsigned int bits = 0; in ni_tio_arm() local 615 static int ni_660x_clk_src(unsigned int clock_source, unsigned int *bits) in ni_660x_clk_src() 666 static int ni_m_clk_src(unsigned int clock_source, unsigned int *bits) in ni_m_clk_src() 758 unsigned int bits = 0; in ni_tio_set_clock_src() local 1666 unsigned int bits = ni_tio_read(counter, NITIO_SHARED_STATUS_REG(cidx)); in ni_tio_next_load_register() local
|
| /linux/drivers/acpi/pmic/ |
| H A D | intel_pmic.c | 51 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_power_handler() 170 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_thermal_handler() 210 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_regs_handler()
|
| /linux/kernel/kcsan/ |
| H A D | core.c | 1170 #define DEFINE_TSAN_ATOMIC_LOAD_STORE(bits) \ argument 1193 #define DEFINE_TSAN_ATOMIC_RMW(op, bits, suffix) \ argument 1224 #define DEFINE_TSAN_ATOMIC_CMPXCHG(bits, strength, weak) \ argument 1240 #define DEFINE_TSAN_ATOMIC_CMPXCHG_VAL(bits) \ argument 1257 #define DEFINE_TSAN_ATOMIC_OPS(bits) \ argument
|
| /linux/drivers/gpu/drm/sprd/ |
| H A D | sprd_dpu.h | 77 u32 bits = readl_relaxed(ctx->base + offset); in dpu_reg_set() local 85 u32 bits = readl_relaxed(ctx->base + offset); in dpu_reg_clr() local
|
| /linux/drivers/cpufreq/ |
| H A D | powernow-k7.h | 21 } bits; member 39 } bits; member
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-mmio.h | 48 #define VGIC_ADDR_IRQ_MASK(bits) (((bits) * 1024 / 8) - 1) argument 58 #define VGIC_ADDR_TO_INTID(addr, bits) (((addr) & VGIC_ADDR_IRQ_MASK(bits)) * \ argument
|
| /linux/drivers/hid/ |
| H A D | hid-mcp2200.c | 131 unsigned long *bits) in mcp_set_multiple() 170 unsigned long *bits) in mcp_get_multiple() 187 unsigned long mask = 0, bits = 0; in mcp_get() local 210 unsigned long bits = mcp->gpio_val; in mcp_set_direction() local
|
| /linux/arch/powerpc/sysdev/ |
| H A D | cpm2.c | 139 int i, bits = 0; in cpm2_clk_setup() local 265 int i, bits = 0; in cpm2_smc_clk_setup() local
|
| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | uevent.c | 113 nvkm_uevent_ntfy(struct nvkm_event_ntfy *ntfy, u32 bits) in nvkm_uevent_ntfy() 125 nvkm_uevent_add(struct nvkm_uevent *uevent, struct nvkm_event *event, int id, u32 bits, in nvkm_uevent_add()
|
| /linux/drivers/iio/adc/ |
| H A D | ti-tlc4541.c | 58 #define TLC4541_V_CHAN(bits, bitshift) { \ argument 71 #define DECLARE_TLC4541_CHANNELS(name, bits, bitshift) \ argument
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | parse_vdso.c | 36 #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x argument 37 #define ELF_BITS_XFORM(bits, x) ELF_BITS_XFORM2(bits, x) argument
|
| /linux/arch/mips/include/asm/txx9/ |
| H A D | tx4927.h | 216 static inline void txx9_clear64(__u64 __iomem *adr, __u64 bits) in txx9_clear64() 227 static inline void txx9_set64(__u64 __iomem *adr, __u64 bits) in txx9_set64() 240 static inline void tx4927_ccfg_clear(__u64 bits) in tx4927_ccfg_clear() 246 static inline void tx4927_ccfg_set(__u64 bits) in tx4927_ccfg_set()
|
| /linux/arch/arm/common/ |
| H A D | locomo.c | 538 void locomo_gpio_set_dir(struct device *dev, unsigned int bits, unsigned int dir) in locomo_gpio_set_dir() 567 int locomo_gpio_read_level(struct device *dev, unsigned int bits) in locomo_gpio_read_level() 585 int locomo_gpio_read_output(struct device *dev, unsigned int bits) in locomo_gpio_read_output() 603 void locomo_gpio_write(struct device *dev, unsigned int bits, unsigned int set) in locomo_gpio_write()
|
| /linux/drivers/iio/dac/ |
| H A D | ltc1660.c | 104 #define LTC1660_CHAN(chan, bits) { \ argument 119 #define LTC1660_OCTAL_CHANNELS(bits) { \ argument
|