Searched refs:sendcmd (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | atari_bionet.c | 178 sendcmd(unsigned int a0, unsigned int mod, unsigned int cmd) { in sendcmd() function 195 sendcmd(0,0x100,NODE_ADR | C_SETCR); /* CMD: SET CR */ in set_status() 196 sendcmd(1,0x100,cr); in set_status() 206 c = sendcmd(0,0x00,NODE_ADR | C_GETEA); /* CMD: GET ETH ADR*/ in get_status() 253 c = sendcmd(0,0x00,NODE_ADR | C_READ); /* CMD: READ */ in get_frame() 258 c = sendcmd(1,0x00,odd); /* odd flag for address shift */ in get_frame() 303 c = sendcmd(0,0x100,NODE_ADR | C_WRITE); /* CMD: WRITE */ in hardware_send_packet() 304 c = sendcmd(1,0x100,cnt&0xff); in hardware_send_packet() 305 c = sendcmd(1,0x100,cnt>>8); in hardware_send_packet() 317 c = sendcmd(1,0x100,0); in hardware_send_packet() [all …]
|
/linux-2.4.37.9/drivers/block/ |
D | cpqarray.c | 152 static int sendcmd( 375 if( sendcmd(FLUSH_CACHE, i, buff, 4, 0, 0, 0)) { in cpqarray_remove_one() 413 if( sendcmd(FLUSH_CACHE, i, buff, 4, 0, 0, 0)) { in cpqarray_remove_one_eisa() 1773 static int sendcmd( in sendcmd() function 2277 ret_code = sendcmd(RESUME_BACKGROUND_ACTIVITY, ctlr, in start_fwbk() 2346 ret_code = sendcmd(ID_CTLR, ctlr, id_ctlr_buf, 0, 0, 0, 0); in getgeometry() 2391 ret_code = sendcmd(SENSE_LOG_DRV_STAT, in getgeometry() 2417 ret_code = sendcmd(ID_LOG_DRV, ctlr, id_ldrive, in getgeometry() 2435 ret_code = sendcmd(SENSE_CONFIG, in getgeometry()
|
D | cciss_scsi.c | 39 static int sendcmd( 563 return_code = sendcmd(CISS_REPORT_PHYS, cntl_num, ld_buff, in cciss_find_non_disk_devices() 596 return_code = sendcmd(CISS_INQUIRY, cntl_num, inq_buff, in cciss_find_non_disk_devices()
|
D | cciss.c | 1953 static int sendcmd( in sendcmd() function 2941 return_code = sendcmd(CISS_INQUIRY, cntl_num, inq_buff, in cciss_getgeometry() 2953 return_code = sendcmd(CISS_REPORT_LOG, cntl_num, ld_buff, in cciss_getgeometry() 2994 return_code = sendcmd(CCISS_READ_CAPACITY, cntl_num, size_buff, in cciss_getgeometry() 3025 return_code = sendcmd(CISS_INQUIRY, cntl_num, inq_buff, in cciss_getgeometry() 3458 return_code = sendcmd(CCISS_CACHE_FLUSH, i, flush_buf, in cciss_remove_one()
|