Home
last modified time | relevance | path

Searched defs:is16bit (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Domap_gpmc.c237 int is16bit = (((s->cs_file[cs].config[0] >> 12) & 3) != 0); in fill_prefetch_fifo() local
343 int is16bit = (((s->cs_file[cs].config[0] >> 12) & 3) != 0); in omap_gpmc_prefetch_write() local
/openbmc/entity-manager/src/
H A Dfru_device.cpp271 static int64_t readData(bool is16bit, bool isBytewise, int file, in readData()