/aosp_15_r20/external/coreboot/util/ectool/ |
H A D | ec.c | 34 int send_ec_command(uint8_t command) in send_ec_command() function 108 send_ec_command(RD_EC); in ec_read() 116 send_ec_command(WR_EC); in ec_ext_read() 119 send_ec_command(RX_EC); in ec_ext_read() 127 send_ec_command(WR_EC); in ec_ext_write() 130 send_ec_command(WX_EC); in ec_ext_write() 138 send_ec_command(WR_EC); in ec_write() 156 send_ec_command(QR_EC); in ec_query()
|
H A D | ec.h | 24 int send_ec_command(uint8_t command);
|
/aosp_15_r20/external/coreboot/src/mainboard/samsung/lumpy/ |
H A D | smihandler.c | 40 send_ec_command(EC_SMI_DISABLE); in mainboard_smi_gpi() 41 send_ec_command(EC_SMI_ENABLE); in mainboard_smi_gpi() 51 send_ec_command(EC_SMI_DISABLE); in mainboard_smi_apmc() 52 send_ec_command(EC_ACPI_ENABLE); in mainboard_smi_apmc() 56 send_ec_command(EC_SMI_ENABLE); in mainboard_smi_apmc() 57 send_ec_command(EC_ACPI_DISABLE); in mainboard_smi_apmc()
|
H A D | mainboard.c | 16 send_ec_command(EC_SMI_DISABLE); in mainboard_suspend_resume() 17 send_ec_command(EC_ACPI_ENABLE); in mainboard_suspend_resume()
|
/aosp_15_r20/external/coreboot/src/ec/kontron/it8516e/ |
H A D | ec.c | 35 if (send_ec_command(IT8516E_CMD_SET_SYSTEMP_TYPE)) in it8516e_set_systemp_type() 48 if (send_ec_command(IT8516E_CMD_SET_FAN_MODE)) in it8516e_set_fan_mode() 63 if (send_ec_command(IT8516E_CMD_SET_FAN_PWM)) in it8516e_set_fan_pwm() 78 if (send_ec_command(IT8516E_CMD_SET_FAN_SPEED)) in it8516e_set_fan_speed() 95 if (send_ec_command(IT8516E_CMD_SET_FAN_TEMP)) in it8516e_set_fan_temperature() 113 if (send_ec_command(IT8516E_CMD_SET_FAN_LIMITS)) in it8516e_set_fan_limits()
|
/aosp_15_r20/external/coreboot/src/mainboard/roda/rk9/ |
H A D | smihandler.c | 20 send_ec_command(0x05); /* Set_SMI_Disable */ in mainboard_smi_apmc() 21 send_ec_command(0xaa); /* Set_ACPI_Enable */ in mainboard_smi_apmc() 25 send_ec_command(0x04); /* Set_SMI_Enable */ in mainboard_smi_apmc() 26 send_ec_command(0xab); /* Set_ACPI_Disable */ in mainboard_smi_apmc()
|
H A D | mainboard.c | 17 send_ec_command(0x04); /* Set_SMI_Enable */ in ec_setup() 18 send_ec_command(0xab); /* Set_ACPI_Disable */ in ec_setup() 19 send_ec_command(0xac); /* Clr_SYS_Flag? well, why not? */ in ec_setup() 20 send_ec_command(0xad); /* Set_Thml_Value */ in ec_setup()
|
/aosp_15_r20/external/coreboot/src/ec/acpi/ |
H A D | ec.c | 40 int send_ec_command(u8 command) in send_ec_command() function 114 send_ec_command(RD_EC); in ec_read() 122 send_ec_command(WR_EC); in ec_write() 134 send_ec_command(QR_EC); in ec_query()
|
H A D | ec.h | 28 int send_ec_command(u8 command);
|
/aosp_15_r20/external/coreboot/src/mainboard/intel/emeraldlake2/ |
H A D | ec.c | 25 send_ec_command(EC_SMI_DISABLE); in lumpy_ec_init() 26 send_ec_command(EC_ACPI_ENABLE); in lumpy_ec_init() 27 send_ec_command(EC_BACKLIGHT_ON); in lumpy_ec_init()
|
/aosp_15_r20/external/coreboot/src/mainboard/acer/aspire_vn7_572g/ |
H A D | ec.c | 35 send_ec_command(0x90); in ec_cmd_90_read() 43 send_ec_command(0x91); in ec_cmd_91_write() 50 send_ec_command(0x94); in ec_cmd_94_query()
|
H A D | smihandler.c | 170 send_ec_command(0xE9); /* Vendor implements using ACPI "CMDB" register" */ in mainboard_smi_apmc() 180 send_ec_command(0xE9); /* Vendor implements using ACPI "CMDB" register" */ in mainboard_smi_apmc()
|
H A D | mainboard.c | 81 send_ec_command(0xE0); in ec_send_time()
|
/aosp_15_r20/external/coreboot/src/ec/smsc/mec1308/ |
H A D | ec.c | 48 int send_ec_command(u8 command) in send_ec_command() function 67 send_ec_command(command); in read_ec_command_byte()
|
H A D | ec.h | 17 int send_ec_command(u8 command);
|
/aosp_15_r20/external/coreboot/src/mainboard/intel/glkrvp/ |
H A D | boardid.c | 19 if (send_ec_command(EC_FAB_ID_CMD) == 0) in board_id()
|
/aosp_15_r20/external/coreboot/src/ec/intel/ |
H A D | board_id.c | 27 if (send_ec_command(EC_FAB_ID_CMD) == 0) { in get_rvp_board_id()
|
/aosp_15_r20/external/coreboot/src/mainboard/intel/adlrvp/ |
H A D | board_id.c | 28 if (send_ec_command(EC_FAB_ID_CMD) == 0) { in get_board_id()
|
/aosp_15_r20/external/coreboot/src/mainboard/intel/jasperlake_rvp/ |
H A D | board_id.c | 34 if (send_ec_command(EC_FAB_ID_CMD) == 0) { in get_board_id()
|
/aosp_15_r20/external/coreboot/src/mainboard/intel/tglrvp/ |
H A D | board_id.c | 31 if (send_ec_command(EC_FAB_ID_CMD) == 0) { in get_board_id()
|
/aosp_15_r20/external/coreboot/src/mainboard/intel/kblrvp/ |
H A D | board_id.c | 15 if (send_ec_command(EC_FAB_ID_CMD) == 0) { in get_ec_boardinfo()
|
/aosp_15_r20/external/coreboot/src/ec/roda/it8518/ |
H A D | ec.c | 27 send_ec_command(0x81); in it8518_init()
|
/aosp_15_r20/external/coreboot/src/ec/clevo/it5570e/ |
H A D | commands.c | 14 #define ec_cmd send_ec_command
|