Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Dhpet.c840 u64 cap, mcfg; in hpet_alloc() local
921 mcfg = readq(&hpet->hpet_config); in hpet_alloc()
922 if ((mcfg & HPET_ENABLE_CNF_MASK) == 0) { in hpet_alloc()
924 mcfg |= HPET_ENABLE_CNF_MASK; in hpet_alloc()
925 writeq(mcfg, &hpet->hpet_config); in hpet_alloc()
/linux-4.19.296/include/net/
Dip_vs.h951 struct ipvs_sync_daemon_cfg mcfg; /* Master Configuration */ member