Home
last modified time | relevance | path

Searched refs:b_offset (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/crypto/
H A Dtwofish-i586-asm_32.S20 #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)
/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c239 u32 b_offset = 0; in sun8i_h3_hdmi_phy_config() local
328 b_offset = 2; in sun8i_h3_hdmi_phy_config()
365 val = min(val + b_offset, (u32)0x3f); in sun8i_h3_hdmi_phy_config()
/linux/tools/perf/util/
H A Dsymbol-elf.c306 u64 b_offset = get_rel_offset(ri, *(const u32 *)b); in rel_cmp() local
308 return a_offset < b_offset ? -1 : (a_offset > b_offset ? 1 : 0); in rel_cmp()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c12109 u32 i, offset, len, b_offset, b_count, cpmu_val = 0; in tg3_get_eeprom() local
12136 b_offset = offset & 3; in tg3_get_eeprom()
12137 b_count = 4 - b_offset; in tg3_get_eeprom()
12142 ret = tg3_nvram_read_be32(tp, offset-b_offset, &val); in tg3_get_eeprom()
12145 memcpy(data, ((char *)&val) + b_offset, b_count); in tg3_get_eeprom()
12177 b_offset = offset + len - b_count; in tg3_get_eeprom()
12178 ret = tg3_nvram_read_be32(tp, b_offset, &val); in tg3_get_eeprom()
12199 u32 offset, len, b_offset, odd_len; in tg3_set_eeprom() local
12210 if ((b_offset = (offset & 3))) { in tg3_set_eeprom()
12212 ret = tg3_nvram_read_be32(tp, offset-b_offset, &start); in tg3_set_eeprom()
[all …]
/linux/drivers/md/
H A Draid5.c1382 int b_offset = 0; in async_copy_data() local
1385 b_offset = -page_offset; in async_copy_data()
1386 page_offset += b_offset; in async_copy_data()
1387 len -= b_offset; in async_copy_data()
1396 b_offset += bvl.bv_offset; in async_copy_data()
1400 b_offset == 0 && page_offset == 0 && in async_copy_data()
1406 b_offset, clen, &submit); in async_copy_data()
1408 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()
/linux/drivers/net/ethernet/sun/
H A Dniu.c6915 u32 b_offset, b_count; in niu_get_eeprom() local
6917 b_offset = offset & 3; in niu_get_eeprom()
6918 b_count = 4 - b_offset; in niu_get_eeprom()
6922 val = nr64(ESPC_NCR((offset - b_offset) / 4)); in niu_get_eeprom()
6923 memcpy(data, ((char *)&val) + b_offset, b_count); in niu_get_eeprom()