Searched refs:cmd_type (Results 1 – 8 of 8) sorted by relevance
| /openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
| H A D | ncsi_client.c | 85 uint8_t cmd_type) in set_header_fields() argument 98 header->control_packet_type = cmd_type; in set_header_fields() 104 uint32_t ncsi_get_response_size(uint8_t cmd_type) in ncsi_get_response_size() argument 106 return (cmd_type < ARRAY_SIZE(ncsi_response_size_table)) in ncsi_get_response_size() 107 ? ncsi_response_size_table[cmd_type] in ncsi_get_response_size() 276 uint8_t cmd_type, bool is_oem, in ncsi_validate_response() argument 287 const uint8_t std_cmd_type = is_oem ? NCSI_OEM_COMMAND : cmd_type; in ncsi_validate_response() 305 oem_response->oem_header.oem_cmd != cmd_type) { in ncsi_validate_response() 314 uint8_t cmd_type) { in ncsi_validate_std_response() argument 315 const uint32_t expected_size = ncsi_get_response_size(cmd_type); in ncsi_validate_std_response() [all …]
|
| H A D | ncsi_client.h | 56 uint32_t ncsi_get_response_size(uint8_t cmd_type); 251 uint8_t cmd_type, bool is_oem, 262 uint8_t cmd_type); 273 uint8_t cmd_type);
|
| /openbmc/openpower-occ-control/ |
| H A D | occ_command.cpp | 116 const uint8_t cmd_type = command[0]; in send() local 119 occInstance, "CMD", lg2::hex, cmd_type, "LEN", command.size(), in send() 135 "INST", occInstance, "CMD", lg2::hex, cmd_type, "ERR", in send() 173 "INST", occInstance, "CMD", lg2::hex, cmd_type, "ERR", in send() 190 "INST", occInstance, "CMD", lg2::hex, cmd_type, "LEN", in send()
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | s3c24x0_i2c.c | 104 unsigned char cmd_type, in i2c_transfer() argument 129 if ((cmd_type == I2C_WRITE) || (addr && addr_len)) in i2c_transfer() 153 switch (cmd_type) { in i2c_transfer()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | logicore_dp_tx.c | 517 static int aux_common(struct udevice *dev, u32 cmd_type, u32 address, in aux_common() argument 533 request.cmd_code = cmd_type; in aux_common() 535 if (cmd_type == AUX_CMD_READ || in aux_common() 536 cmd_type == AUX_CMD_WRITE) { in aux_common() 547 if (cmd_type == AUX_CMD_I2C_READ && bytes_left) { in aux_common() 553 } else if ((cmd_type == AUX_CMD_I2C_WRITE) && bytes_left) { in aux_common()
|
| /openbmc/u-boot/drivers/ata/ |
| H A D | fsl_sata.h | 197 enum cmd_type { enum
|
| H A D | fsl_sata.c | 451 enum cmd_type command_type, int tag, u8 *buffer, u32 len) in fsl_sata_exec_cmd()
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | useradd.bbclass | 230 def get_all_cmd_params(d, cmd_type): 233 param_type = cmd_type.upper() + "_PARAM:%s"
|