Home
last modified time | relevance | path

Searched refs:mem_cnt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dvgaarb.c1061 unsigned int mem_cnt; member
1210 priv->cards[i].mem_cnt++; in vga_arb_write()
1259 if (io_state & VGA_RSRC_LEGACY_MEM && uc->mem_cnt == 0) { in vga_arb_write()
1269 uc->mem_cnt--; in vga_arb_write()
1303 priv->cards[i].mem_cnt++; in vga_arb_write()
1363 priv->cards[i].mem_cnt = 0; in vga_arb_write()
1436 priv->cards[0].mem_cnt = 0; in vga_arb_open()
1457 uc->io_cnt, uc->mem_cnt); in vga_arb_release()
1460 while (uc->mem_cnt--) in vga_arb_release()
/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp196 uint8_t mem_cnt; member
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp1172 oemData[KEY_MC_CONFIG][KEY_MC_MEM_CNT] = req->mem_cnt; in ipmiOemSetMachineCfgInfo()