/drivers/parisc/ |
D | lba_pci.c | 148 #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/ |
D | libcfs_string.c | 262 struct cfs_lstr tok; in cfs_range_expr_parse() local 441 struct cfs_lstr tok; in cfs_expr_list_parse() local
|
/drivers/isdn/mISDN/ |
D | dsp_hwec.c | 72 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
|
D | dsp_pipeline.c | 239 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 | fotg210.h | 314 #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
|
D | fusbh200.h | 306 #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
|
D | ehci.h | 301 #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/ |
D | ehci-dbgp.c | 149 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/ |
D | r8192E_cmdpkt.h | 38 u8 tok:1; member
|
/drivers/staging/rtl8192u/ |
D | r819xU_cmdpkt.h | 30 u8 tok:1; /* Transmit ok. */ member
|
/drivers/net/wireless/rtl818x/rtl8187/ |
D | dev.c | 503 bool tok; in rtl8187b_status_cb() local
|