| /OK3568_Linux_fs/kernel/drivers/staging/iio/addac/ |
| H A D | adt7316.h | 21 int (*multi_read)(void *client, u8 first_reg, u8 count, u8 *data); 22 int (*multi_write)(void *client, u8 first_reg, u8 count, u8 *data);
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v2_pka.c | 369 static int pka_clear_regs_block(u8 first_reg, u8 regs_cnt) in pka_clear_regs_block() argument 379 if (first_reg + regs_cnt > user_reg_num) { in pka_clear_regs_block() 380 cnt_tmps = min_t(u8, (regs_cnt + first_reg - user_reg_num), PKA_TMP_REG_CNT); in pka_clear_regs_block() 387 for (i = first_reg; i < regs_cnt; i++) in pka_clear_regs_block()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | abx500.h | 312 u8 first_reg, u8 *regvals, u8 numregs); 314 u8 first_reg, u8 *regvals, u8 numregs);
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | abx500-core.c | 89 u8 first_reg, u8 *regvals, u8 numregs) in abx500_get_register_page_interruptible() argument 96 first_reg, regvals, numregs); in abx500_get_register_page_interruptible()
|
| H A D | ab3100-core.c | 216 u8 first_reg, u8 *regvals, u8 numregs) in ab3100_get_register_page_interruptible() argument 232 err = i2c_master_send(ab3100->i2c_client, &first_reg, 1); in ab3100_get_register_page_interruptible() 271 u8 first_reg, u8 *regvals, u8 numregs) in get_register_page_interruptible() argument 276 first_reg, regvals, numregs); in get_register_page_interruptible()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bcache.h | 323 __u32 first_reg; /* time overflow in y2106 */ member 371 __u32 first_reg; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bcache.h | 323 __u32 first_reg; /* time overflow in y2106 */ member 371 __u32 first_reg; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bcache.h | 391 __u32 first_reg; /* time overflow in y2106 */ member 439 __u32 first_reg; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | adaptive_sort_merge.hpp | 1152 , RandIt first_reg in op_merge_blocks_with_irreg() argument 1165 …size_type next_key_idx = find_next_block(key_first, key_comp, first_reg, l_block, min_check, max_c… in op_merge_blocks_with_irreg() 1167 RandIt const last_reg = first_reg + l_block; in op_merge_blocks_with_irreg() 1168 RandIt first_min = first_reg + next_key_idx*l_block; in op_merge_blocks_with_irreg() 1171 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(first_reg, last_reg, comp)); in op_merge_blocks_with_irreg() 1173 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT((!next_key_idx || !comp(*first_reg, *first_min ))); in op_merge_blocks_with_irreg() 1176 …dest = next_key_idx ? op_partial_merge_and_swap(first_irr, last_irr, first_reg, last_reg, first_mi… in op_merge_blocks_with_irreg() 1177 … : op_partial_merge (first_irr, last_irr, first_reg, last_reg, dest, comp, op, is_stable); in op_merge_blocks_with_irreg() 1180 if(first_reg == dest){ in op_merge_blocks_with_irreg() 1181 dest = next_key_idx ? ::boost::adl_move_swap_ranges(first_min, last_min, first_reg) in op_merge_blocks_with_irreg() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2_pka.c | 414 u32 rk_pka_clear_block_of_regs(u8 first_reg, u8 count_of_regs, in rk_pka_clear_block_of_regs() argument 425 if (first_reg + count_of_regs > 30) { in rk_pka_clear_block_of_regs() 426 count_temps = min((count_of_regs + first_reg - 30), 2); in rk_pka_clear_block_of_regs() 434 RK_PKA_Clr(len_id, first_reg + i/*regNum*/, 0/*tag*/); in rk_pka_clear_block_of_regs()
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | super.c | 455 u->first_reg, u->last_reg, u->invalidated); in uuid_io() 489 u1[i].first_reg = u0[i].first_reg; in uuid_read() 1292 u->first_reg = u->last_reg = rtime; in bch_cached_dev_attach() 1624 u->first_reg = u->last_reg = cpu_to_le32((u32)ktime_get_real_seconds()); in bch_flash_dev_create()
|
| /OK3568_Linux_fs/u-boot/include/rockchip/ |
| H A D | crypto_v2_pka.h | 518 u32 rk_pka_clear_block_of_regs(u8 first_reg, u8 count_of_regs, u8 len_id);
|