Searched refs:c_offset (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/perf/req-gen/ |
H A D | perf.h | 80 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument 81 __field_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) 113 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument 122 "offset=" #c_offset) 136 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument
|
/openbmc/linux/arch/x86/crypto/ |
H A D | twofish-i586-asm_32.S | 21 #define c_offset 8 macro 222 mov c_offset(%edi), %ecx 227 input_whitening(%ecx,%ebp,c_offset) 248 output_whitening(%eax,%ebp,c_offset) 253 mov %eax, c_offset(%edi) 279 mov c_offset(%edi), %ecx 284 output_whitening(%ecx,%ebp,c_offset) 305 input_whitening(%eax,%ebp,c_offset) 310 mov %eax, c_offset(%edi)
|
H A D | twofish-x86_64-asm_64.S | 15 #define c_offset 8 macro 218 input_whitening(R3,%r11,c_offset) 250 output_whitening(R1,%r11,c_offset) 271 output_whitening(R3,%r11,c_offset) 302 input_whitening(R1,%r11,c_offset)
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | ncsi.c | 185 u32 checksum, c_offset; in ncsi_validate_rsp() local 208 c_offset = sizeof(struct ncsi_rsp_pkt_hdr) + payload - sizeof(checksum); in ncsi_validate_rsp() 209 pchecksum = get_unaligned_be32((void *)hdr + c_offset); in ncsi_validate_rsp() 212 c_offset); in ncsi_validate_rsp()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | sh_mobile_lcdcfb.c | 1370 unsigned long c_offset; in sh_mobile_lcdc_overlay_pan() local 1375 c_offset = 0; in sh_mobile_lcdc_overlay_pan() 1381 c_offset = var->yoffset / ysub * ovl->xres_virtual * 2 / xsub in sh_mobile_lcdc_overlay_pan() 1394 + c_offset; in sh_mobile_lcdc_overlay_pan() 1686 unsigned long c_offset; in sh_mobile_lcdc_pan() local 1691 c_offset = 0; in sh_mobile_lcdc_pan() 1697 c_offset = var->yoffset / ysub * ch->xres_virtual * 2 / xsub in sh_mobile_lcdc_pan() 1710 + c_offset; in sh_mobile_lcdc_pan()
|
/openbmc/linux/fs/ext4/ |
H A D | extents.c | 4008 ext4_lblk_t c_offset = EXT4_LBLK_COFF(sbi, map->m_lblk); in get_implied_cluster_alloc() local 4026 map->m_pblk = EXT4_PBLK_CMASK(sbi, ee_start) + c_offset; in get_implied_cluster_alloc() 4028 (unsigned) sbi->s_cluster_ratio - c_offset); in get_implied_cluster_alloc()
|