Home
last modified time | relevance | path

Searched defs:tok (Results 1 – 8 of 8) sorted by relevance

/drivers/parisc/
Dlba_pci.c147 #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/
Ddsp_hwec.c72 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
Ddsp_pipeline.c238 char *dup, *tok, *name, *args; in dsp_pipeline_build() local
/drivers/usb/host/
Doxu210hp.h185 #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
Dehci.h251 #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/
Drtl8187_dev.c483 bool tok; in rtl8187b_status_cb() local
/drivers/scsi/ibmvscsi/
Dibmvstgt.c50 #define h_reg_crq(ua, tok, sz)\ argument
/drivers/scsi/
Daic7xxx_old.c1382 char *tok, *tok_end, *tok_end2; in aic7xxx_setup() local