Lines Matching refs:tok
1464 char *tok, *tok_end, *tok_end2; in aic7xxx_setup() local
1470 tok = base + n + 1; /* Forward us just past the ':' */ in aic7xxx_setup()
1471 tok_end = strchr(tok, '\0'); in aic7xxx_setup()
1476 switch(*tok) in aic7xxx_setup()
1483 tok++; in aic7xxx_setup()
1490 tok++; in aic7xxx_setup()
1503 tok++; in aic7xxx_setup()
1506 base = tok; in aic7xxx_setup()
1514 tok_end = strchr(tok, '\0'); in aic7xxx_setup()
1517 tok_end2 = strchr(tok, tok_list[i]); in aic7xxx_setup()
1528 simple_strtoul(tok, NULL, 0) & 0xff; in aic7xxx_setup()
1529 tok = tok_end; in aic7xxx_setup()