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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dacornfb.h65 u_int h_cycle; member in struct:vidc_timing
H A Dacornfb.c250 vidc.h_cycle = (cycle - 2) / 2;
256 vidc.h_interlace = (vidc.h_cycle + 1) / 2;
282 vidc_writel(0x80000000 | (vidc.h_cycle << 14));
302 printk(KERN_DEBUG " H-cycle : %d\n", vidc.h_cycle);
373 vidc.h_cycle = vidc.h_border_end + var->right_margin + 12 - 8;
374 vidc.h_interlace = vidc.h_cycle / 2;
409 vidc_writel(0x80000000 | vidc.h_cycle);
471 printk(KERN_DEBUG " H-cycle : %d\n", vidc.h_cycle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h328 uint h_cycle; /* write cycle of log : 4 */ member in struct:xlog_rec_header
H A Dxfs_log_recover.c872 log->l_curr_cycle = INT_GET(rhead->h_cycle, ARCH_CONVERT);
1094 INT_SET(recp->h_cycle, ARCH_CONVERT, cycle);
H A Dxfs_log.c2385 INT_SET(head->h_cycle, ARCH_CONVERT, log->l_curr_cycle);

Completed in 182 milliseconds