Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/drivers/smbus/smbus_emul/src/
Demul.c120 static void peripheral_read(uint8_t reg, uint8_t *value) in peripheral_read() function
168 peripheral_read(0, &io_area[PCH_SMBUS_HD0]); in emul_start_smbus_protocol()
178 peripheral_read(io_area[PCH_SMBUS_HCMD], 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()
219 peripheral_read(io_area[PCH_SMBUS_HCMD], in emul_start_smbus_protocol()
221 peripheral_read(io_area[PCH_SMBUS_HCMD] + 1, in emul_start_smbus_protocol()
249 peripheral_read(reg++, &e32.buf[i]); in emul_start_smbus_protocol()
285 peripheral_read(--reg, &e32.buf[i]); in emul_start_smbus_protocol()