/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs.c | 5 #define _ElfW(bits, type) __ElfW(bits, type) argument 6 #define __ElfW(bits, type) Elf##bits##_##type argument
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | mpc5121_nfc.c | 140 static inline void nfc_set(struct mtd_info *mtd, uint reg, u16 bits) in nfc_set() 146 static inline void nfc_clear(struct mtd_info *mtd, uint reg, u16 bits) in nfc_clear()
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/inc/ |
H A D | mod_shared.h | 69 } bits; member
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sha1.c | 47 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | ni_tiocmd.c | 44 unsigned int bits; in ni_tio_configure_dma() local
|
H A D | multiq3.c | 70 static void multiq3_set_ctrl(struct comedi_device *dev, unsigned int bits) in multiq3_set_ctrl()
|
/openbmc/linux/kernel/bpf/ |
H A D | tnum.c | 24 u8 bits = fls64(chi); in tnum_range() local
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 17 #define BTF_TYPE_INT_ENC(name, encoding, bits_offset, bits, sz) \ argument
|
/openbmc/linux/drivers/mfd/ |
H A D | stmfx.c | 207 unsigned long bits; in stmfx_irq_handler() local
|
/openbmc/linux/include/linux/usb/ |
H A D | musb.h | 60 u8 bits; member
|
/openbmc/linux/sound/pci/ac97/ |
H A D | ac97_pcm.c | 161 unsigned short old, bits, reg, mask; in set_spdif_rate() local
|
/openbmc/linux/fs/minix/ |
H A D | minix.h | 92 static inline unsigned minix_blocks_needed(unsigned bits, unsigned blocksize) in minix_blocks_needed()
|
/openbmc/linux/arch/powerpc/platforms/512x/ |
H A D | mpc512x_lpbfifo.c | 160 u32 bits; in mpc512x_lpbfifo_kick() local
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | bitops.h | 51 #define PPC_BITEXTRACT(bits, ppc_bit, dst_bit) \ argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | chan.h | 35 unsigned bits:6; member
|
/openbmc/linux/drivers/iio/adc/ |
H A D | stmpe-adc.c | 259 unsigned long bits; in stmpe_adc_probe() local
|
/openbmc/linux/drivers/iio/dac/ |
H A D | ds4424.c | 47 u8 bits; member
|
/openbmc/linux/arch/x86/kvm/ |
H A D | ioapic.h | 58 u64 bits; member
|
/openbmc/linux/arch/arm/mach-orion5x/ |
H A D | ts78xx-setup.c | 134 unsigned char bits; in ts78xx_ts_nand_cmd_ctrl() local
|
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 318 void *bits = NULL; in qemu_pixman_image_new_shareable() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_types.h | 175 } bits; member 643 } bits; member 826 } bits; member 836 } bits; member 848 } bits; member 859 } bits; member 976 } bits; member 1040 } bits; member
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | cpsw.c | 28 #define BITMASK(bits) (BIT(bits) - 1) argument 242 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field() 252 static inline void cpsw_ale_set_field(u32 *ale_entry, u32 start, u32 bits, in cpsw_ale_set_field() 265 #define DEFINE_ALE_FIELD(name, start, bits) \ argument
|
/openbmc/linux/drivers/tty/serial/ |
H A D | pch_uart.c | 431 unsigned int parity, unsigned int bits, in pch_uart_hal_set_line() 1306 unsigned int baud, parity, bits, stb; in pch_uart_set_termios() local 1447 static void wait_for_xmitr(struct eg20t_port *up, int bits) in wait_for_xmitr() 1617 int bits = 8; in pch_console_setup() local
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 211 static inline void vf610_nfc_set(struct mtd_info *mtd, uint reg, u32 bits) in vf610_nfc_set() 216 static inline void vf610_nfc_clear(struct mtd_info *mtd, uint reg, u32 bits) in vf610_nfc_clear()
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | dst.c | 49 union dst_gpio_packet bits; in dst_packsize() local 59 union dst_gpio_packet bits; in dst_gpio_outb() local
|