Searched refs:systest (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | omap24xx_i2c.c | 372 u16 systest; in omap24_i2c_deblock() local 377 systest = orgsystest; in omap24_i2c_deblock() 380 systest |= I2C_SYSTEST_ST_EN; in omap24_i2c_deblock() 381 omap_i2c_write_reg(i2c_base, ip_rev, systest, OMAP_I2C_SYSTEST_REG); in omap24_i2c_deblock() 382 systest &= ~I2C_SYSTEST_TMODE_MASK; in omap24_i2c_deblock() 383 systest |= 3 << I2C_SYSTEST_TMODE_SHIFT; in omap24_i2c_deblock() 384 omap_i2c_write_reg(i2c_base, ip_rev, systest, OMAP_I2C_SYSTEST_REG); in omap24_i2c_deblock() 387 systest |= I2C_SYSTEST_SCL_O | I2C_SYSTEST_SDA_O; in omap24_i2c_deblock() 388 omap_i2c_write_reg(i2c_base, ip_rev, systest, OMAP_I2C_SYSTEST_REG); in omap24_i2c_deblock() 394 systest &= ~I2C_SYSTEST_SCL_O; in omap24_i2c_deblock() [all …]
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-omap.c | 487 u16 systest; in omap_i2c_recover_bus() local 489 systest = omap_i2c_read_reg(omap, OMAP_I2C_SYSTEST_REG); in omap_i2c_recover_bus() 490 if ((systest & OMAP_I2C_SYSTEST_SCL_I_FUNC) && in omap_i2c_recover_bus() 491 (systest & OMAP_I2C_SYSTEST_SDA_I_FUNC)) in omap_i2c_recover_bus() 493 if (!(systest & OMAP_I2C_SYSTEST_SCL_I_FUNC)) in omap_i2c_recover_bus() 548 u16 stat, systest; in omap_i2c_wait_for_bb_valid() local 568 systest = omap_i2c_read_reg(omap, OMAP_I2C_SYSTEST_REG); in omap_i2c_wait_for_bb_valid() 569 if ((systest & OMAP_I2C_SYSTEST_SCL_I_FUNC) && in omap_i2c_wait_for_bb_valid() 570 (systest & OMAP_I2C_SYSTEST_SDA_I_FUNC)) { in omap_i2c_wait_for_bb_valid()
|
/openbmc/openbmc-test-automation/tools/ |
H A D | generate_test_document | 55 python -m robot.testdoc systest systestdirectoryTCdocs.html || ret_code=1
|
/openbmc/openbmc-test-automation/docs/ |
H A D | openbmc_test_tools.md | 15 by the test suites under `systest/`. Refer to
|
/openbmc/openbmc-test-automation/lib/ |
H A D | openbmc_ffdc_methods.robot | 498 [Documentation] Copy systest os_inventory files and return a list of 501 # systest/htx_hardbootme_test. If these files exist
|
/openbmc/openbmc-test-automation/ |
H A D | README.md | 169 `systest/`: Contains test cases for HTX bootme testing.
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |