Searched refs:ptp_base (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c20 return readw(hellcreek->ptp_base + offset);
26 writew(data, hellcreek->ptp_base + offset);
H A Dhellcreek.h291 void __iomem *ptp_base; member in struct:hellcreek
H A Dhellcreek.c2005 hellcreek->ptp_base = devm_ioremap_resource(dev, res);
2006 if (IS_ERR(hellcreek->ptp_base))
2007 return PTR_ERR(hellcreek->ptp_base);

Completed in 109 milliseconds