Searched refs:Cmd (Results 1 – 10 of 10) 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 | 2713 ChP->Cmd = (ByteIO_t) AiopIO + _CMD_REG; in sInitChan() 2796 sOutB(ChP->Cmd, (Byte_t) ChanNum | RESTXFCNT); /* apply reset Tx FIFO count */ in sInitChan() 2797 sOutB(ChP->Cmd, (Byte_t) ChanNum); /* remove reset Tx FIFO count */ in sInitChan() 2803 sOutB(ChP->Cmd, (Byte_t) ChanNum | RESRXFCNT); /* apply reset Rx FIFO count */ in sInitChan() 2804 sOutB(ChP->Cmd, (Byte_t) ChanNum); /* remove reset Rx FIFO count */ in sInitChan() 2882 sOutB(ChP->Cmd, Ch | RESRXFCNT); /* apply reset Rx FIFO count */ in sFlushRxFIFO() 2883 sOutB(ChP->Cmd, Ch); /* remove reset Rx FIFO count */ in sFlushRxFIFO() 2924 sOutB(ChP->Cmd, Ch | RESTXFCNT); /* apply reset Tx FIFO count */ in sFlushTxFIFO() 2925 sOutB(ChP->Cmd, Ch); /* remove reset Tx FIFO count */ in sFlushTxFIFO()
|
D | synclink.c | 665 static void usc_DmaCmd( struct mgsl_struct *info, u16 Cmd ); 669 static void usc_RTCmd( struct mgsl_struct *info, u16 Cmd ); 670 void usc_RCmd( struct mgsl_struct *info, u16 Cmd ); 671 void usc_TCmd( struct mgsl_struct *info, u16 Cmd ); 4328 static void usc_RTCmd( struct mgsl_struct *info, u16 Cmd ) in usc_RTCmd() argument 4333 outw( Cmd + info->loopback_bits, info->io_base + CCAR ); in usc_RTCmd() 4354 static void usc_DmaCmd( struct mgsl_struct *info, u16 Cmd ) in usc_DmaCmd() argument 4357 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() 2073 cpw8 (Cmd, cpr8 (Cmd) & (~RxOn | ~TxOn)); in cp_suspend()
|
/drivers/net/wireless/cisco/ |
D | airo.c | 490 } Cmd; typedef 1118 static u16 issuecommand(struct airo_info*, Cmd *pCmd, Resp *pRsp); 1748 Cmd cmd; in readBSSListRid() 2304 Cmd cmd; in airo_set_promisc() 2470 Cmd cmd; in mpi_init_descriptors() 3595 Cmd cmd; in enable_MAC() 3633 Cmd cmd; in disable_MAC() 3892 Cmd cmd; in setup_card() 3982 static u16 issuecommand(struct airo_info *ai, Cmd *pCmd, Resp *pRsp) in issuecommand() 4150 Cmd cmd; /* for issuing commands */ in PC4500_accessrid() [all …]
|
/drivers/gpu/drm/amd/pm/inc/ |
D | smu11_driver_if_arcturus.h | 302 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
|
/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | arcturus_ppt.c | 1906 cmd->Cmd = 1; in arcturus_fill_i2c_req() 1908 cmd->Cmd = write; in arcturus_fill_i2c_req()
|
D | navi10_ppt.c | 2360 cmd->Cmd = 1; in navi10_fill_i2c_req() 2362 cmd->Cmd = write; in navi10_fill_i2c_req()
|