Searched refs:Cmd (Results 1 – 8 of 8) sorted by relevance
/drivers/usb/serial/ |
D | io_ionsp.h | 131 #define IOSP_BUILD_CMD_HDR1(Port, Cmd) ((__u8) (IOSP_CMD_STAT_BIT | (Port) | ((__u8) ((Cmd) << 3))… argument
|
/drivers/tty/ |
D | rocket_int.h | 338 ByteIO_t Cmd; member 421 sOutB((ChP)->Cmd,TXOVERIDE | (Byte_t)(ChP)->ChanNum); \ 422 sOutB((ChP)->Cmd,(Byte_t)(ChP)->ChanNum); \
|
D | rocket.c | 2706 ChP->Cmd = (ByteIO_t) AiopIO + _CMD_REG; in sInitChan() 2789 sOutB(ChP->Cmd, (Byte_t) ChanNum | RESTXFCNT); /* apply reset Tx FIFO count */ in sInitChan() 2790 sOutB(ChP->Cmd, (Byte_t) ChanNum); /* remove reset Tx FIFO count */ in sInitChan() 2796 sOutB(ChP->Cmd, (Byte_t) ChanNum | RESRXFCNT); /* apply reset Rx FIFO count */ in sInitChan() 2797 sOutB(ChP->Cmd, (Byte_t) ChanNum); /* remove reset Rx FIFO count */ in sInitChan() 2875 sOutB(ChP->Cmd, Ch | RESRXFCNT); /* apply reset Rx FIFO count */ in sFlushRxFIFO() 2876 sOutB(ChP->Cmd, Ch); /* remove reset Rx FIFO count */ in sFlushRxFIFO() 2917 sOutB(ChP->Cmd, Ch | RESTXFCNT); /* apply reset Tx FIFO count */ in sFlushTxFIFO() 2918 sOutB(ChP->Cmd, Ch); /* remove reset Tx FIFO count */ in sFlushTxFIFO()
|
D | synclink.c | 666 static void usc_DmaCmd( struct mgsl_struct *info, u16 Cmd ); 670 static void usc_RTCmd( struct mgsl_struct *info, u16 Cmd ); 671 void usc_RCmd( struct mgsl_struct *info, u16 Cmd ); 672 void usc_TCmd( struct mgsl_struct *info, u16 Cmd ); 4415 static void usc_RTCmd( struct mgsl_struct *info, u16 Cmd ) in usc_RTCmd() argument 4420 outw( Cmd + info->loopback_bits, info->io_base + CCAR ); in usc_RTCmd() 4442 static void usc_DmaCmd( struct mgsl_struct *info, u16 Cmd ) in usc_DmaCmd() argument 4445 outw( Cmd + info->mbre_bit, info->io_base ); in usc_DmaCmd()
|
/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 143 Cmd = 0x37, /* Command register */ enumerator 593 status, cpr8(Cmd), cpr16(CpCmd)); in cp_interrupt() 961 cpw8(Cmd, 0); in cp_stop_hw() 975 cpw8(Cmd, CmdReset); in cp_reset_hw() 978 if (!(cpr8(Cmd) & CmdReset)) in cp_reset_hw() 1018 cpw8(Cmd, RxOn | TxOn); in cp_start_hw() 1245 cpr8(Cmd), cpr16(CpCmd), in cp_tx_timeout() 2074 cpw8 (Cmd, cpr8 (Cmd) & (~RxOn | ~TxOn)); in cp_suspend()
|
/drivers/net/wireless/cisco/ |
D | airo.c | 487 } Cmd; typedef 1115 static u16 issuecommand(struct airo_info*, Cmd *pCmd, Resp *pRsp); 1744 Cmd cmd; in readBSSListRid() 2284 Cmd cmd; in airo_set_promisc() 2448 Cmd cmd; in mpi_init_descriptors() 3563 Cmd cmd; in enable_MAC() 3600 Cmd cmd; in disable_MAC() 3795 Cmd cmd; in setup_card() 3934 static u16 issuecommand(struct airo_info *ai, Cmd *pCmd, Resp *pRsp) { in issuecommand() 4101 Cmd cmd; /* for issuing commands */ in PC4500_accessrid() [all …]
|
/drivers/gpu/drm/amd/powerplay/inc/ |
D | smu11_driver_if_arcturus.h | 299 uint8_t Cmd; //Read(0) or Write(1) member
|
D | smu11_driver_if_navi10.h | 306 uint8_t Cmd; //Read(0) or Write(1) member
|