Lines Matching refs:base
97 return readw(hellcreek->base + offset);
102 return readw(hellcreek->base + HR_CTRL_C);
107 return readw(hellcreek->base + HR_SWSTAT);
113 writew(data, hellcreek->base + offset);
1671 /* Calculate difference to admin base time */
1687 /* Forward base time into the future if needed */
1704 /* Set admin base time and switch schedule */
1861 static int hellcreek_tc_query_caps(struct tc_query_caps_base *base)
1863 switch (base->type) {
1865 struct tc_taprio_caps *caps = base->caps;
1995 hellcreek->base = devm_ioremap_resource(dev, res);
1996 if (IS_ERR(hellcreek->base))
1997 return PTR_ERR(hellcreek->base);