Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dacornfb.h58 u_int h_cycle; member
H A 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/fs/xfs/
H A Dxfs_log_recover.c1211 log->l_curr_cycle = be32_to_cpu(rhead->h_cycle); in xlog_set_state()
1494 recp->h_cycle = cpu_to_be32(cycle); in xlog_add_record()
H A Dxfs_log.c2551 head->h_cycle = cpu_to_be32(log->l_curr_cycle); in xlog_state_get_iclog_space()