Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/dsa/hirschmann/
Dhellcreek_ptp.c20 return readw(hellcreek->ptp_base + offset); in hellcreek_ptp_read()
26 writew(data, hellcreek->ptp_base + offset); in hellcreek_ptp_write()
Dhellcreek.h291 void __iomem *ptp_base; member
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()