| /OK3568_Linux_fs/kernel/sound/soc/samsung/ |
| H A D | s3c-i2s-v2.c | 42 #define bit_set(v, b) (((v) & (b)) ? 1 : 0) macro 48 bit_set(con, S3C2412_IISCON_LRINDEX), in dbg_showcon() 49 bit_set(con, S3C2412_IISCON_TXFIFO_EMPTY), in dbg_showcon() 50 bit_set(con, S3C2412_IISCON_RXFIFO_EMPTY), in dbg_showcon() 51 bit_set(con, S3C2412_IISCON_TXFIFO_FULL), in dbg_showcon() 52 bit_set(con, S3C2412_IISCON_RXFIFO_FULL)); in dbg_showcon() 56 bit_set(con, S3C2412_IISCON_TXDMA_PAUSE), in dbg_showcon() 57 bit_set(con, S3C2412_IISCON_RXDMA_PAUSE), in dbg_showcon() 58 bit_set(con, S3C2412_IISCON_TXCH_PAUSE), in dbg_showcon() 59 bit_set(con, S3C2412_IISCON_RXCH_PAUSE)); in dbg_showcon() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_bitops.c | 55 int i, bit_set; in test_bitops_startup() local 93 bit_set = find_first_bit(g_bitmap, BITOPS_LAST); in test_bitops_startup() 94 if (bit_set != BITOPS_LAST) in test_bitops_startup() 95 pr_err("ERROR: FOUND SET BIT %d\n", bit_set); in test_bitops_startup()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | bitstring.h | 68 #define bit_set(name, bit) \ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | bitstring.h | 67 #define bit_set(name, bit) \ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | bitstring.h | 68 #define bit_set(name, bit) \ macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | _pcie.c | 2660 u16 val16, bit_set; in _patch_pcie_deglitch() local 2665 bit_set = BIT11 | BIT10 | BIT9 | BIT8; in _patch_pcie_deglitch() 2670 val16 &= ~bit_set; in _patch_pcie_deglitch() 2678 val16 &= ~bit_set; in _patch_pcie_deglitch() 2689 u16 val16, bit_set; in _patch_pcie_l2_rxen_lat() local 2694 bit_set = BIT15 | BIT14; in _patch_pcie_l2_rxen_lat() 2699 val16 &= ~bit_set; in _patch_pcie_l2_rxen_lat() 2707 val16 &= ~bit_set; in _patch_pcie_l2_rxen_lat() 2760 u16 bit_set; in _patch_pcie_l2_hci_ldo() local 2766 bit_set = BIT0; in _patch_pcie_l2_hci_ldo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/cec/platform/meson/ |
| H A D | ao-cec.c | 340 unsigned int bit_set, in meson_ao_cec_arbit_bit_time_set() argument 345 switch (bit_set) { in meson_ao_cec_arbit_bit_time_set()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | sparsebit.c | 805 static void bit_set(struct sparsebit *s, sparsebit_idx_t idx) in bit_set() function 1404 bit_set(s, idx); in sparsebit_set_num() 1449 bit_set(s, idx); in sparsebit_set_num()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | sed-opal.c | 2622 int ret, bit_set; in opal_generic_read_write_table() local 2627 bit_set = fls64(rw_tbl->flags) - 1; in opal_generic_read_write_table() 2628 switch (bit_set) { in opal_generic_read_write_table()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | integer_ops.hpp | 235 bit_set(number<Backend, ExpressionTemplates>& x, unsigned index) in bit_set() function
|