Searched refs:Cmd (Results 1 – 6 of 6) sorted by relevance
| /drivers/usb/serial/ |
| A D | io_ionsp.h | 131 #define IOSP_BUILD_CMD_HDR1(Port, Cmd) ((__u8) (IOSP_CMD_STAT_BIT | (Port) | ((__u8) ((Cmd) << 3))… argument
|
| /drivers/net/ethernet/realtek/ |
| A 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() 2069 cpw8 (Cmd, cpr8 (Cmd) & (~RxOn | ~TxOn)); in cp_suspend()
|
| /drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
| A D | smu11_driver_if_arcturus.h | 302 uint8_t Cmd; //Read(0) or Write(1) member
|
| A D | smu11_driver_if_navi10.h | 306 uint8_t Cmd; //Read(0) or Write(1) member
|
| /drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| A D | arcturus_ppt.c | 1660 cmd->Cmd = I2C_CMD_WRITE; in arcturus_i2c_xfer()
|
| A D | navi10_ppt.c | 3061 cmd->Cmd = I2C_CMD_WRITE; in navi10_i2c_xfer()
|
Completed in 36 milliseconds