Lines Matching defs:zone
89 * Actions to perform on some zone 'z' when current zone hits the threshold:
90 * Increment counter of zone 'z'
93 /* Clear counter of zone 'z' */
96 /* Zone 0 threshold hit: Clear zone count */
99 /* Zone 1 threshold hit: Increment zone count & clear lower zones */
103 /* Zone 2 threshold hit: Increment zone count & clear lower zones */
108 /* Zone 3 threshold hit: Increment zone count & clear lower zones */
117 * be reached, to trigger interrupt in given zone.
126 #define BWMON_V4_ZONE_MAX(zone) (0x2e0 + 4 * (zone))
127 #define BWMON_V5_ZONE_MAX(zone) (0x044 + 4 * (zone))
481 * Clear zone and global interrupts. The order and barriers are
606 int zone;
614 * Only zone 1 and zone 3 interrupts are enabled but zone 2
627 zone = get_bitmask_order(status) - 1;
633 if (regmap_field_read(bwmon->regs[F_ZONE0_MAX + zone], &max))