Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_phy.h32 extern int arswitch_writephy_external(device_t dev, int phy, int reg, int data);
H A Darswitch_phy.c89 arswitch_writephy_external(device_t dev, int phy, int reg, int data) in arswitch_writephy_external() function
H A Darswitch_8327.c1304 sc->hal.arswitch_phy_write = arswitch_writephy_external; in ar8327_attach()