count_unit        549 drivers/fsi/fsi-core.c 	unsigned long offset_unit, count_unit;
count_unit        566 drivers/fsi/fsi-core.c 	count_unit = BIT(8 * sizeof(unsigned long) - 1 - __builtin_clzl(count));
count_unit        569 drivers/fsi/fsi-core.c 	return BIT(__builtin_ctzl(offset_unit | count_unit));
count_unit         40 drivers/watchdog/meson_wdt.c 	unsigned int count_unit;
count_unit         46 drivers/watchdog/meson_wdt.c 	.count_unit		= 100000, /* 10 us */
count_unit         52 drivers/watchdog/meson_wdt.c 	.count_unit		= 7812, /* 128 us */
count_unit         94 drivers/watchdog/meson_wdt.c 	reg |= MESON_SEC_TO_TC(timeout, meson_wdt->data->count_unit);
count_unit        187 drivers/watchdog/meson_wdt.c 		meson_wdt->data->terminal_count_mask / meson_wdt->data->count_unit;