Home
last modified time | relevance | path

Searched refs:cmd_type (Results 1 – 8 of 8) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.c85 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 Dncsi_client.h56 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 Docc_command.cpp116 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 Ds3c24x0_i2c.c104 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 Dlogicore_dp_tx.c517 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 Dfsl_sata.h197 enum cmd_type { enum
H A Dfsl_sata.c451 enum cmd_type command_type, int tag, u8 *buffer, u32 len) in fsl_sata_exec_cmd()
/openbmc/openbmc/poky/meta/classes/
H A Duseradd.bbclass230 def get_all_cmd_params(d, cmd_type):
233 param_type = cmd_type.upper() + "_PARAM:%s"