Searched refs:PCH_SMBUS_HCMD (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.6.0/tests/drivers/smbus/smbus_emul/src/ |
D | emul.c | 165 peripheral_write(0, io_area[PCH_SMBUS_HCMD]); in emul_start_smbus_protocol() 174 peripheral_write(io_area[PCH_SMBUS_HCMD], in emul_start_smbus_protocol() 178 peripheral_read(io_area[PCH_SMBUS_HCMD], in emul_start_smbus_protocol() 185 peripheral_write(io_area[PCH_SMBUS_HCMD], in emul_start_smbus_protocol() 187 peripheral_write(io_area[PCH_SMBUS_HCMD] + 1, in emul_start_smbus_protocol() 192 peripheral_read(io_area[PCH_SMBUS_HCMD], in emul_start_smbus_protocol() 194 peripheral_read(io_area[PCH_SMBUS_HCMD] + 1, in emul_start_smbus_protocol() 206 peripheral_write(io_area[PCH_SMBUS_HCMD], in emul_start_smbus_protocol() 208 peripheral_write(io_area[PCH_SMBUS_HCMD] + 1, in emul_start_smbus_protocol() 219 peripheral_read(io_area[PCH_SMBUS_HCMD], in emul_start_smbus_protocol() [all …]
|
/Zephyr-Core-3.6.0/drivers/smbus/ |
D | intel_pch_smbus.h | 62 #define PCH_SMBUS_HCMD 0x03 macro
|
D | intel_pch_smbus.c | 380 pch_reg_write(dev, PCH_SMBUS_HCMD, command); in pch_smbus_block_start() 436 pch_reg_write(dev, PCH_SMBUS_HCMD, command); in pch_smbus_start()
|