Home
last modified time | relevance | path

Searched refs:h_cycle (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/video/fbdev/
Dacornfb.h58 u_int h_cycle; member
Dacornfb.c127 vidc.h_cycle = vidc.h_border_end + var->right_margin + 12 - 8; in acornfb_set_timing()
128 vidc.h_interlace = vidc.h_cycle / 2; in acornfb_set_timing()
163 vidc_writel(0x80000000 | vidc.h_cycle); in acornfb_set_timing()
225 printk(KERN_DEBUG " H-cycle : %d\n", vidc.h_cycle); in acornfb_set_timing()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_log_format.h165 __be32 h_cycle; /* write cycle of log : 4 */ member
/linux-6.1.9/fs/xfs/
Dxfs_log_recover.c1211 log->l_curr_cycle = be32_to_cpu(rhead->h_cycle); in xlog_set_state()
1498 recp->h_cycle = cpu_to_be32(cycle); in xlog_add_record()
Dxfs_log.c2953 head->h_cycle = cpu_to_be32(log->l_curr_cycle); in xlog_state_get_iclog_space()