Searched refs:tok (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/arch/parisc/kernel/ |
D | lba_pci.c | 244 #define LBA_CFG_BUS(tok) ((u8) ((tok)>>16)) argument 245 #define LBA_CFG_DEV(tok) ((u8) ((tok)>>11) & 0x1f) argument 246 #define LBA_CFG_FUNC(tok) ((u8) ((tok)>>8 ) & 0x7) argument 327 #define LBA_CFG_SETUP(d, tok) { \ argument 356 #define LBA_CFG_PROBE(d, tok) { \ argument 361 WRITE_REG32(tok | PCI_VENDOR_ID, (d)->hba.base_addr + LBA_PCI_CFG_ADDR);\ 407 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, error) { \ argument 466 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) in lba_rd_cfg() argument 484 LBA_CFG_SETUP(d, tok); in lba_rd_cfg() 485 LBA_CFG_PROBE(d, tok); in lba_rd_cfg() [all …]
|
/linux-2.4.37.9/drivers/usb/host/ |
D | ehci.h | 274 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument 276 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument 277 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument 460 #define EHCI_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 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() [all …]
|