Home
last modified time | relevance | path

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

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