Home
last modified time | relevance | path

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

/drivers/parisc/
Dlba_pci.c148 #define LBA_CFG_BUS(tok) ((u8) ((tok)>>16)) argument
149 #define LBA_CFG_DEV(tok) ((u8) ((tok)>>11) & 0x1f) argument
150 #define LBA_CFG_FUNC(tok) ((u8) ((tok)>>8 ) & 0x7) argument
208 #define LBA_CFG_SETUP(d, tok) { \ argument
235 #define LBA_CFG_PROBE(d, tok) { \ argument
286 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, error) { \ argument
340 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) in lba_rd_cfg()
370 u32 tok = LBA_CFG_TOK(local_bus, devfn); in elroy_cfg_read() local
408 lba_wr_cfg(struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) in lba_wr_cfg()
437 u32 tok = LBA_CFG_TOK(local_bus,devfn); in elroy_cfg_write() local
[all …]
/drivers/staging/lustre/lustre/libcfs/
Dlibcfs_string.c262 struct cfs_lstr tok; in cfs_range_expr_parse() local
441 struct cfs_lstr tok; in cfs_expr_list_parse() local
/drivers/isdn/mISDN/
Ddsp_hwec.c72 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
Ddsp_pipeline.c239 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
Dfotg210.h314 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
372 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
374 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
375 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
597 #define FOTG210_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
Dfusbh200.h306 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
364 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
366 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
367 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
587 #define FUSBH200_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
Dehci.h301 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
303 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
304 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
516 #define EHCI_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
/drivers/usb/early/
Dehci-dbgp.c149 static inline u32 dbgp_pid_write_update(u32 x, u32 tok) in dbgp_pid_write_update()
156 static inline u32 dbgp_pid_read_update(u32 x, u32 tok) in dbgp_pid_read_update()
/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_cmdpkt.h38 u8 tok:1; member
/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.h30 u8 tok:1; /* Transmit ok. */ member
/drivers/net/wireless/rtl818x/rtl8187/
Ddev.c503 bool tok; in rtl8187b_status_cb() local