| /OK3568_Linux_fs/kernel/fs/minix/ |
| H A D | minix.h | 90 static inline unsigned minix_blocks_needed(unsigned bits, unsigned blocksize) in minix_blocks_needed()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/boards/ |
| H A D | bytcht_es8316.c | 243 int ret, bits; in byt_cht_es8316_codec_fixup() local
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/ |
| H A D | gpio.c | 83 unsigned long *mask, unsigned long *bits) in qe_gpio_set_multiple()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-104-idi-48.c | 85 unsigned long *bits) in idi_48_gpio_get_multiple()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | stmfx.c | 207 unsigned long bits; in stmfx_irq_handler() local
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | asn1write.c | 292 const unsigned char *buf, size_t bits ) in mbedtls_asn1_write_bitstring()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/inc/ |
| H A D | mod_shared.h | 69 } bits; member
|
| /OK3568_Linux_fs/kernel/drivers/iio/dac/ |
| H A D | ds4424.c | 47 u8 bits; member
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | musb.h | 60 u8 bits; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeoroutingmanagerengine_nokia.cpp | 204 for (unsigned bits = travelModes; bits; bits >>= 1) in checkEngineSupport() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_tiocmd.c | 44 unsigned int bits; in ni_tio_configure_dma() local
|
| /OK3568_Linux_fs/kernel/sound/pci/ac97/ |
| H A D | ac97_pcm.c | 161 unsigned short old, bits, reg, mask; in set_spdif_rate() local
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | vf610_nfc.c | 212 static inline void vf610_nfc_set(struct mtd_info *mtd, uint reg, u32 bits) in vf610_nfc_set() 217 static inline void vf610_nfc_clear(struct mtd_info *mtd, uint reg, u32 bits) in vf610_nfc_clear()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-davinci.c | 179 static inline void set_io_bits(void __iomem *addr, u32 bits) in set_io_bits() 187 static inline void clear_io_bits(void __iomem *addr, u32 bits) in clear_io_bits()
|
| /OK3568_Linux_fs/kernel/drivers/clk/sirf/ |
| H A D | clk-common.c | 359 unsigned bits = (strcmp(name, "mem") == 0) ? 3 : 4; in dmn_clk_round_rate() local 382 unsigned bits = (strcmp(name, "mem") == 0) ? 3 : 4; in dmn_clk_set_rate() local
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/fsi/ |
| H A D | fsi-master-gpio.c | 46 uint8_t bits; member 162 static void msg_push_bits(struct fsi_gpio_msg *msg, uint64_t data, int bits) in msg_push_bits()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | fsl_linflexuart.c | 678 linflex_console_get_options(struct uart_port *sport, int *parity, int *bits) in linflex_console_get_options() 710 int bits = 8; in linflex_console_setup() local
|
| H A D | pch_uart.c | 436 unsigned int parity, unsigned int bits, in pch_uart_hal_set_line() 1352 unsigned int baud, parity, bits, stb; in pch_uart_set_termios() local 1493 static void wait_for_xmitr(struct eg20t_port *up, int bits) in wait_for_xmitr() 1663 int bits = 8; in pch_console_setup() local
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | parport-lowlevel.rst | 1318 SYNOPSIS 1333 DESCRIPTION 1344 SEE ALSO
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | regmap.h | 1146 unsigned int reg, unsigned int bits) in regmap_set_bits() 1153 unsigned int reg, unsigned int bits) in regmap_clear_bits() 1551 unsigned int reg, unsigned int bits) in regmap_set_bits() 1558 unsigned int reg, unsigned int bits) in regmap_clear_bits() 1565 unsigned int reg, unsigned int bits) in regmap_test_bits()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | cpsw.c | 34 #define BITMASK(bits) (BIT(bits) - 1) argument 279 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field() 289 static inline void cpsw_ale_set_field(u32 *ale_entry, u32 start, u32 bits, in cpsw_ale_set_field() 302 #define DEFINE_ALE_FIELD(name, start, bits) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-cache-metadata.c | 1576 static int __set_dirty_bits_v1(struct dm_cache_metadata *cmd, unsigned nr_bits, unsigned long *bits) in __set_dirty_bits_v1() 1591 unsigned long *bits = context; in is_dirty_callback() local 1596 static int __set_dirty_bits_v2(struct dm_cache_metadata *cmd, unsigned nr_bits, unsigned long *bits) in __set_dirty_bits_v2() 1616 unsigned long *bits) in dm_cache_set_dirty_bits()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | renesas_usb3.c | 406 static void usb3_set_bit(struct renesas_usb3 *usb3, u32 bits, u32 offs) in usb3_set_bit() 414 static void usb3_clear_bit(struct renesas_usb3 *usb3, u32 bits, u32 offs) in usb3_clear_bit() 448 static void usb3_enable_irq_1(struct renesas_usb3 *usb3, u32 bits) in usb3_enable_irq_1() 453 static void usb3_disable_irq_1(struct renesas_usb3 *usb3, u32 bits) in usb3_disable_irq_1() 501 u32 bits = USB20_CON_B2_PUE | USB20_CON_B2_CONNECT; in usb3_usb2_pullup() local 562 u32 bits = SSIFCMD_UDIR_U2 | SSIFCMD_UREQ_U2; in usb3_feature_u2_enable() local 573 u32 bits = SSIFCMD_UDIR_U1 | SSIFCMD_UREQ_U1; in usb3_feature_u1_enable() local
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inflate.h | 95 unsigned bits; /* number of bits in "in" */ member
|