Home
last modified time | relevance | path

Searched refs:PHYDEV_WRCMD (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/boot/i386/libfirewire/
Dfwohcireg.h289 #define PHYDEV_WRCMD (1<<14) macro
Dfwohci.c83 fun = (PHYDEV_WRCMD | (addr << PHYDEV_REGADDR) | (data << PHYDEV_WRDATA)); in fwphy_wrdata()
/freebsd-10-stable/sys/dev/firewire/
Dfwohcireg.h291 #define PHYDEV_WRCMD (1<<14) macro
Dfwohci.c283 fun = (PHYDEV_WRCMD | (addr << PHYDEV_REGADDR) | (data << PHYDEV_WRDATA)); in fwphy_wrdata()