hpet_config       213 drivers/char/hpet.c 	v = readl(&timer->hpet_config);
hpet_config       216 drivers/char/hpet.c 		writel(v, &timer->hpet_config);
hpet_config       220 drivers/char/hpet.c 	v = (readq(&timer->hpet_config) & Tn_INT_ROUTE_CAP_MASK) >>
hpet_config       248 drivers/char/hpet.c 		v = readl(&timer->hpet_config);
hpet_config       250 drivers/char/hpet.c 		writel(v, &timer->hpet_config);
hpet_config       426 drivers/char/hpet.c 	writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK),
hpet_config       427 drivers/char/hpet.c 	       &timer->hpet_config);
hpet_config       435 drivers/char/hpet.c 	    && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) {
hpet_config       438 drivers/char/hpet.c 		v = readq(&timer->hpet_config);
hpet_config       440 drivers/char/hpet.c 		writeq(v, &timer->hpet_config);
hpet_config       478 drivers/char/hpet.c 	if (readl(&timer->hpet_config) & Tn_INT_TYPE_CNF_MASK)
hpet_config       493 drivers/char/hpet.c 			writel(readl(&timer->hpet_config) & ~Tn_TYPE_CNF_MASK,
hpet_config       494 drivers/char/hpet.c 			       &timer->hpet_config);
hpet_config       520 drivers/char/hpet.c 	v = readq(&timer->hpet_config);
hpet_config       530 drivers/char/hpet.c 		writeq(v, &timer->hpet_config);
hpet_config       557 drivers/char/hpet.c 	writeq(g, &timer->hpet_config);
hpet_config       603 drivers/char/hpet.c 		v = readq(&timer->hpet_config);
hpet_config       605 drivers/char/hpet.c 		writeq(v, &timer->hpet_config);
hpet_config       619 drivers/char/hpet.c 			    readq(&timer->hpet_config) & Tn_PER_INT_CAP_MASK;
hpet_config       625 drivers/char/hpet.c 		v = readq(&timer->hpet_config);
hpet_config       633 drivers/char/hpet.c 		v = readq(&timer->hpet_config);
hpet_config       639 drivers/char/hpet.c 		    readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) {
hpet_config       640 drivers/char/hpet.c 			v = readq(&timer->hpet_config);
hpet_config       642 drivers/char/hpet.c 			writeq(v, &timer->hpet_config);
hpet_config       915 drivers/char/hpet.c 	mcfg = readq(&hpet->hpet_config);
hpet_config       919 drivers/char/hpet.c 		writeq(mcfg, &hpet->hpet_config);
hpet_config        15 include/linux/hpet.h 	u64 hpet_config;	/* configuration */
hpet_config        26 include/linux/hpet.h 		u64 hpet_config;	/* configuration/cap */