Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_decompress.c407 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress()
438 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ]; in BZ2_decompress()
471 uc = s->mtfa[pp+nn]; in BZ2_decompress()
474 s->mtfa[(z) ] = s->mtfa[(z)-1]; in BZ2_decompress()
475 s->mtfa[(z)-1] = s->mtfa[(z)-2]; in BZ2_decompress()
476 s->mtfa[(z)-2] = s->mtfa[(z)-3]; in BZ2_decompress()
477 s->mtfa[(z)-3] = s->mtfa[(z)-4]; in BZ2_decompress()
481 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
483 s->mtfa[pp] = uc; in BZ2_decompress()
489 uc = s->mtfa[pp]; in BZ2_decompress()
[all …]
H A Dbzlib_private.h428 UChar mtfa [MTFA_SIZE]; member
/openbmc/linux/drivers/nvme/host/
H A Dnvme.h315 u16 mtfa; member
H A Dcore.c3080 ctrl->mtfa = le16_to_cpu(id->mtfa); in nvme_init_identify()
4132 if (ctrl->mtfa) in nvme_fw_act_work()
4134 msecs_to_jiffies(ctrl->mtfa * 100); in nvme_fw_act_work()
/openbmc/linux/include/linux/
H A Dnvme.h305 __le16 mtfa; member
/openbmc/qemu/include/block/
H A Dnvme.h1125 uint16_t mtfa; member