Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dmvtwsi.c599 int expected_start = MVTWSI_STATUS_START; in __twsi_i2c_read() local
603 status = i2c_begin(twsi, expected_start, (chip << 1), tick); in __twsi_i2c_read()
609 expected_start = MVTWSI_STATUS_REPEATED_START; in __twsi_i2c_read()
613 status = i2c_begin(twsi, expected_start, (chip << 1) | 1, tick); in __twsi_i2c_read()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0017-CVE-2022-38127-1.patch649 expected_start = hdrptr - section_begin;
653 && debug_information [first].loc_offsets [0] != expected_start
654 && debug_information [first].loc_views [0] != expected_start)
660 + dwarf_vmatoa ("x", expected_start));