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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-designware.c289 u32 ic_con, hcnt, lcnt; local
297 hcnt = i2c_dw_scl_hcnt(input_clock_khz,
306 writel(hcnt, dev->base + DW_IC_SS_SCL_HCNT);
308 dev_dbg(dev->dev, "Standard-mode HCNT:LCNT = %d:%d\n", hcnt, lcnt);
311 hcnt = i2c_dw_scl_hcnt(input_clock_khz,
320 writel(hcnt, dev->base + DW_IC_FS_SCL_HCNT);
322 dev_dbg(dev->dev, "Fast-mode HCNT:LCNT = %d:%d\n", hcnt, lcnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Djournal.c154 hfsplus_handle->hcnt++;
193 hfsplus_handle->hcnt = 0;
342 if (hfsplus_handle->hcnt < hfsplus_handle->maxblock) {
350 printk("BTREE: HFS+-fs: Count exceeds (count %d, maxblock: %d)\n", hfsplus_handle->hcnt++, hfsplus_handle->maxblock);
356 if (hfsplus_handle->hcnt < hfsplus_handle->maxblock) {
364 printk("HFS+-fs: Count exceeds (count %d, maxblock: %d)\n", hfsplus_handle->hcnt++, hfsplus_handle->maxblock);
H A Dhfsplus_jbd.h392 u16 hcnt; /* Count number of call of journal_dirty_metadata() */ member in struct:hfsplus_handle
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c3423 u32 dw, i, hcnt, dcnt, *data; local
3437 hcnt = ARRAY_SIZE(hdr);
3440 for (i = 0; i < hcnt; i++) {
H A Dqib_iba7322.c4833 u32 dw, i, hcnt, dcnt, *data; local
4847 hcnt = ARRAY_SIZE(hdr);
4850 for (i = 0; i < hcnt; i++) {

Completed in 72 milliseconds