Searched defs:tok (Results 1 – 8 of 8) sorted by relevance
/drivers/parisc/ |
D | lba_pci.c | 147 #define LBA_CFG_BUS(tok) ((u8) ((tok)>>16)) argument 148 #define LBA_CFG_DEV(tok) ((u8) ((tok)>>11) & 0x1f) argument 149 #define LBA_CFG_FUNC(tok) ((u8) ((tok)>>8 ) & 0x7) argument 207 #define LBA_CFG_SETUP(d, tok) { \ argument 234 #define LBA_CFG_PROBE(d, tok) { \ argument 285 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, error) { \ argument 339 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) in lba_rd_cfg() 369 u32 tok = LBA_CFG_TOK(local_bus, devfn); in elroy_cfg_read() local 407 lba_wr_cfg(struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) in lba_wr_cfg() 436 u32 tok = LBA_CFG_TOK(local_bus,devfn); in elroy_cfg_write() local [all …]
|
/drivers/isdn/mISDN/ |
D | dsp_hwec.c | 72 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
|
D | dsp_pipeline.c | 238 char *dup, *tok, *name, *args; in dsp_pipeline_build() local
|
/drivers/usb/host/ |
D | oxu210hp.h | 185 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument 209 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument 211 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument 212 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
|
D | ehci.h | 251 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument 253 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument 254 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument 472 #define EHCI_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
|
/drivers/net/wireless/rtl818x/ |
D | rtl8187_dev.c | 483 bool tok; in rtl8187b_status_cb() local
|
/drivers/scsi/ibmvscsi/ |
D | ibmvstgt.c | 50 #define h_reg_crq(ua, tok, sz)\ argument
|
/drivers/scsi/ |
D | aic7xxx_old.c | 1382 char *tok, *tok_end, *tok_end2; in aic7xxx_setup() local
|