| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | twofish-i586-asm_32.S | 20 #define b_offset 4 macro 221 mov b_offset(%edi), %ebx 226 input_whitening(%ebx,%ebp,b_offset) 251 output_whitening(%edx,%ebp,b_offset) 256 mov %edx, b_offset(%edi) 278 mov b_offset(%edi), %ebx 282 output_whitening(%ebx,%ebp,b_offset) 308 input_whitening(%edx,%ebp,b_offset) 313 mov %edx, b_offset(%edi)
|
| H A D | twofish-x86_64-asm_64.S | 14 #define b_offset 4 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | optprobes.c | 203 long b_offset; in arch_prepare_optimized_kprobe() local 227 b_offset = (unsigned long)buff - (unsigned long)p->addr; in arch_prepare_optimized_kprobe() 228 if (!is_offset_in_branch_range(b_offset)) in arch_prepare_optimized_kprobe() 232 b_offset = (unsigned long)(buff + TMPL_RET_IDX) - in arch_prepare_optimized_kprobe() 234 if (!is_offset_in_branch_range(b_offset)) in arch_prepare_optimized_kprobe()
|
| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | dma-ring.c | 133 size_t b_offset = offset << 2; in mei_dma_copy_from() local 136 memcpy(buf, dbuf + b_offset, b_n); in mei_dma_copy_from() 153 size_t b_offset = offset << 2; in mei_dma_copy_to() local 156 memcpy(hbuf + b_offset, buf, b_n); in mei_dma_copy_to()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_buf.c | 82 return (bp->b_page_count * PAGE_SIZE) - bp->b_offset; in xfs_buf_vmap_len() 332 vm_unmap_ram(bp->b_addr - bp->b_offset, in xfs_buf_free() 396 bp->b_offset = offset_in_page(bp->b_addr); in xfs_buf_allocate_memory() 413 offset = bp->b_offset; in xfs_buf_allocate_memory() 472 bp->b_addr = page_address(bp->b_pages[0]) + bp->b_offset; in _xfs_buf_map_pages() 499 bp->b_addr += bp->b_offset; in _xfs_buf_map_pages() 1616 offset = bp->b_offset; in _xfs_buf_ioapply() 1725 offset += bp->b_offset; in xfs_buf_offset() 1743 page_index = (boff + bp->b_offset) >> PAGE_SHIFT; in xfs_buf_zero() 1744 page_offset = (boff + bp->b_offset) & ~PAGE_MASK; in xfs_buf_zero()
|
| H A D | xfs_buf.h | 170 unsigned int b_offset; /* page offset in first page */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_post_csc.c | 1289 s32 r_offset, g_offset, b_offset; in csc_calc_adjust_output_coef() local 1301 b_offset = ((s32)csc_input_cfg->b_offset - PQ_CSC_BRIGHTNESS_OFFSET) / in csc_calc_adjust_output_coef() 1376 dc_out_ventor.csc_offset2 = brightness + dc_out_offset + b_offset; in csc_calc_adjust_output_coef() 1441 dc_out_ventor.csc_offset2 = brightness + dc_out_offset + b_offset; in csc_calc_adjust_output_coef()
|
| H A D | rockchip_drm_drv.h | 220 u16 b_offset; member
|
| H A D | rockchip_drm_logo.c | 437 set->csc.b_offset = val; in of_parse_post_csc_info() 439 set->csc.b_offset = 256; in of_parse_post_csc_info()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_post_csc.c | 1303 s32 r_offset, g_offset, b_offset; in csc_calc_adjust_output_coef() local 1315 b_offset = ((s32)csc_input_cfg->b_offset - PQ_CSC_BRIGHTNESS_OFFSET) / in csc_calc_adjust_output_coef() 1390 dc_out_ventor.csc_offset2 = brightness + dc_out_offset + b_offset; in csc_calc_adjust_output_coef() 1455 dc_out_ventor.csc_offset2 = brightness + dc_out_offset + b_offset; in csc_calc_adjust_output_coef()
|
| H A D | rockchip_display.c | 2093 s->conn_state.disp_info->csc_info.b_offset); in rockchip_display_fixup()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun8i_hdmi_phy.c | 197 u32 b_offset = 0; in sun8i_hdmi_phy_config_h3() local 281 b_offset = 2; in sun8i_hdmi_phy_config_h3() 318 val = min(val + b_offset, (u32)0x3f); in sun8i_hdmi_phy_config_h3()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | edid.h | 895 u16 b_offset; member
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid5.c | 1330 int b_offset = 0; in async_copy_data() local 1333 b_offset = -page_offset; in async_copy_data() 1334 page_offset += b_offset; in async_copy_data() 1335 len -= b_offset; in async_copy_data() 1344 b_offset += bvl.bv_offset; in async_copy_data() 1348 b_offset == 0 && page_offset == 0 && in async_copy_data() 1354 b_offset, clen, &submit); in async_copy_data() 1356 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 12003 u32 i, offset, len, b_offset, b_count, cpmu_val = 0; in tg3_get_eeprom() local 12030 b_offset = offset & 3; in tg3_get_eeprom() 12031 b_count = 4 - b_offset; in tg3_get_eeprom() 12036 ret = tg3_nvram_read_be32(tp, offset-b_offset, &val); in tg3_get_eeprom() 12039 memcpy(data, ((char *)&val) + b_offset, b_count); in tg3_get_eeprom() 12071 b_offset = offset + len - b_count; in tg3_get_eeprom() 12072 ret = tg3_nvram_read_be32(tp, b_offset, &val); in tg3_get_eeprom() 12093 u32 offset, len, b_offset, odd_len; in tg3_set_eeprom() local 12104 if ((b_offset = (offset & 3))) { in tg3_set_eeprom() 12106 ret = tg3_nvram_read_be32(tp, offset-b_offset, &start); in tg3_set_eeprom() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/ |
| H A D | niu.c | 6874 u32 b_offset, b_count; in niu_get_eeprom() local 6876 b_offset = offset & 3; in niu_get_eeprom() 6877 b_count = 4 - b_offset; in niu_get_eeprom() 6881 val = nr64(ESPC_NCR((offset - b_offset) / 4)); in niu_get_eeprom() 6882 memcpy(data, ((char *)&val) + b_offset, b_count); in niu_get_eeprom()
|