Searched refs:sendcmd (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Datari_bionet.c173 sendcmd(unsigned int a0, unsigned int mod, unsigned int cmd) { function
190 sendcmd(0,0x100,NODE_ADR | C_SETCR); /* CMD: SET CR */
191 sendcmd(1,0x100,cr);
201 c = sendcmd(0,0x00,NODE_ADR | C_GETEA); /* CMD: GET ETH ADR*/
247 c = sendcmd(0,0x00,NODE_ADR | C_READ); /* CMD: READ */
252 c = sendcmd(1,0x00,odd); /* odd flag for address shift */
296 c = sendcmd(0,0x100,NODE_ADR | C_WRITE); /* CMD: WRITE */
297 c = sendcmd(1,0x100,cnt&0xff);
298 c = sendcmd(1,0x100,cnt>>8);
310 c = sendcmd(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/riptide/
H A Driptide.c242 #define SEND_GETV(p,b) sendcmd(p,RESP,GETV,0,RET(b)) /* get version */
243 #define SEND_GETC(p,b,c) sendcmd(p,PARM|RESP,GETC,c,RET(b))
244 #define SEND_GUNS(p,b) sendcmd(p,RESP,GUNS,0,RET(b))
245 #define SEND_SCID(p,b) sendcmd(p,RESP,SCID,0,RET(b))
246 #define SEND_RMEM(p,b,c,d) sendcmd(p,PARM|RESP,RMEM|BYTE1(b),LONG0(c),RET(d)) /* memory access for firmware write */
247 #define SEND_SMEM(p,b,c) sendcmd(p,PARM,SMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access for firmware write */
248 #define SEND_WMEM(p,b,c) sendcmd(p,PARM,WMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access for firmware write */
249 #define SEND_SDTM(p,b,c) sendcmd(p,PARM|RESP,SDTM|TRINIB1(b),0,RET(c)) /* memory access for firmware write */
250 #define SEND_GOTO(p,b) sendcmd(p,PARM,GOTO,LONG0(b),RET(0)) /* memory access for firmware write */
251 #define SEND_SETDPLL(p) sendcmd(
859 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm, function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcpqarray.c149 static int sendcmd(
329 /* sendcmd will turn off interrupt, and send the flush...
331 * no data returned, but don't want to send NULL to sendcmd */
332 if( sendcmd(FLUSH_CACHE, i, buff, 4, 0, 0, 0))
1407 name: sendcmd
1412 static int sendcmd( function
1635 ret_code = sendcmd(RESUME_BACKGROUND_ACTIVITY, ctlr,
1708 ret_code = sendcmd(ID_CTLR, ctlr, id_ctlr_buf, 0, 0, 0, 0);
1752 ret_code = sendcmd(SENSE_LOG_DRV_STAT,
1778 ret_code = sendcmd(ID_LOG_DR
[all...]
H A Dcciss_scsi.c48 static int sendcmd(
1392 rc = sendcmd(CCISS_RESET_MSG, ctlr, NULL, 0, 2, 0, 0,
1395 /* sendcmd turned off interrputs on the board, turn 'em back on. */
1421 rc = sendcmd(CCISS_ABORT_MSG, ctlr, &cmd_to_abort->Header.Tag,
1425 /* sendcmd turned off interrputs on the board, turn 'em back on. */
H A Dcciss.c165 static int sendcmd(__u8 cmd, int ctlr, void *buff, size_t size,
1931 return_code = sendcmd(CISS_INQUIRY, ctlr, inq_buff,
1984 return_code = sendcmd(CCISS_READ_CAPACITY,
2019 return_code = sendcmd(CCISS_READ_CAPACITY_16,
2104 /* We get in here if sendcmd() is polling for completions
2109 starts using sendcmd() to try to abort commands and
2110 reset tape drives. In that case, sendcmd may pick up
2151 static int sendcmd(__u8 cmd, int ctlr, void *buff, size_t size, unsigned int use_unit_num, /* 0: address the controller, function
2264 printk(KERN_WARNING "ciss ciss%d: sendcmd"
2267 printk(KERN_WARNING "ciss ciss%d: sendcmd"
[all...]

Completed in 115 milliseconds