Lines Matching refs:pos_bits
165 bool pos_bits; in init() local
168 pos_bits = this->OkBuffSet(i); in init()
169 if (pos_bits == true) { in init()
199 bool pos_bits; in init() local
202 pos_bits = this->OkBuffSet(i); in init()
203 if (pos_bits == true) { in init()
216 bool pos_bits; in init() local
220 pos_bits = this->OkBuffSet(i); in init()
221 if (pos_bits == true) { in init()
253 bool pos_bits; in recoverPos() local
256 pos_bits = this->OkBuffSet(i); in recoverPos()
258 …sition= %i, pos_bits= 0x%08x", __func__, (uint32_t)result, (uint32_t)position, (uint32_t)pos_bits); in recoverPos()
259 if (pos_bits == false) { in recoverPos()
351 uint8_t pos_bits; in updateV1_V2() local
352 …his->flash_drv->read(this->addr_state1 + sizeof(wl_state_t) + i * this->cfg.wr_size, &pos_bits, 1); in updateV1_V2()
354 …0x%08x, pos= %i, pos_bits= 0x%08x", __func__, (uint32_t)result, (uint32_t)pos, (uint32_t)pos_bits); in updateV1_V2()
356 if (pos_bits == 0xff) { in updateV1_V2()