Searched refs:max_id (Results 1 – 5 of 5) sorted by relevance
97 const int max_id = *eax; in get_cpu_features() local115 if (max_id >= 7) { in get_cpu_features()
503 int min_id = 0, max_id = 0; in iatp_init() local509 max_id = reportid - 1; in iatp_init()515 max_id)); in iatp_init()606 sc->t100_reportid_max = max_id; in iatp_init()
282 my $max_id = (1 << ($bitmax - $bitmin + 1)) - 1;292 unless $enum_ix <= $max_id;
6625 u_int max_id; in ahc_find_tmode_devs() local6627 max_id = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_find_tmode_devs()6628 if (ccb->ccb_h.target_id > max_id) in ahc_find_tmode_devs()
9278 u_int max_id; in ahd_find_tmode_devs() local9280 max_id = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_find_tmode_devs()9281 if (ccb->ccb_h.target_id > max_id) in ahd_find_tmode_devs()