Searched refs:tok (Results 1 - 13 of 13) sorted by relevance

/drivers/isdn/mISDN/
H A Ddsp_hwec.c72 char *dup, *tok, *name, *val; local
78 while ((tok = strsep(&dup, ","))) {
79 if (!strlen(tok))
81 name = strsep(&tok, "=");
82 val = tok;
H A Ddsp_pipeline.c239 char *dup, *tok, *name, *args; local
261 while ((tok = strsep(&dup, "|"))) {
262 if (!strlen(tok))
264 name = strsep(&tok, "(");
265 args = strsep(&tok, ")");
/drivers/parisc/
H A Dlba_pci.c147 #define LBA_CFG_BUS(tok) ((u8) ((tok)>>16))
148 #define LBA_CFG_DEV(tok) ((u8) ((tok)>>11) & 0x1f)
149 #define LBA_CFG_FUNC(tok) ((u8) ((tok)>>8 ) & 0x7)
207 #define LBA_CFG_SETUP(d, tok) { \
234 #define LBA_CFG_PROBE(d, tok) { \
239 WRITE_REG32(tok | PCI_VENDOR_ID, (d)->hba.base_addr + LBA_PCI_CFG_ADDR);\
285 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, erro
339 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) argument
369 u32 tok = LBA_CFG_TOK(local_bus, devfn); local
407 lba_wr_cfg(struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) argument
436 u32 tok = LBA_CFG_TOK(local_bus,devfn); local
486 u32 tok = LBA_CFG_TOK(local_bus, devfn); local
519 u32 tok = LBA_CFG_TOK(local_bus,devfn); local
[all...]
/drivers/usb/host/
H A Doxu210hp.h185 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok))
209 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff)
211 #define QTD_CERR(tok) (((tok)>>10) & 0x3)
212 #define QTD_PID(tok) (((tok)>>8) & 0x3)
H A Dehci.h242 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff)
244 #define QTD_CERR(tok) (((tok)>>10) & 0x3)
245 #define QTD_PID(tok) (((tok)>>8) & 0x3)
470 #define EHCI_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff)
/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_cmdpkt.h38 u8 tok:1; member in struct:cmpk_txfb
H A Dr8192E_cmdpkt.c121 if (pstx_fb->tok) {
/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.h31 u8 tok:1; /* Transmit ok. */ member in struct:tag_cmd_pkt_tx_feedback
H A Dr819xU_cmdpkt.c230 if (pstx_fb->tok)
/drivers/usb/early/
H A Dehci-dbgp.c148 static inline u32 dbgp_pid_write_update(u32 x, u32 tok) argument
152 return (x & 0xffff0000) | (data0 << 8) | (tok & 0xff);
155 static inline u32 dbgp_pid_read_update(u32 x, u32 tok) argument
157 return (x & 0xffff0000) | (USB_PID_DATA0 << 8) | (tok & 0xff);
/drivers/scsi/ibmvscsi/
H A Dibmvstgt.c51 #define h_reg_crq(ua, tok, sz)\
52 plpar_hcall_norets(H_REG_CRQ, ua, tok, sz);
/drivers/net/wireless/rtl818x/rtl8187/
H A Ddev.c487 bool tok; local
493 tok = val & (1 << 15);
518 if (tok)
/drivers/scsi/
H A Daic7xxx_old.c1382 char *tok, *tok_end, *tok_end2; local
1388 tok = base + n + 1; /* Forward us just past the ':' */
1389 tok_end = strchr(tok, '\0');
1394 switch(*tok)
1401 tok++;
1408 tok++;
1421 tok++;
1424 base = tok;
1432 tok_end = strchr(tok, '\0');
1435 tok_end2 = strchr(tok, tok_lis
[all...]

Completed in 1746 milliseconds