HomeSort by: relevance | last modified time | path
    Searched refs:mii_bitbang_ops_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/mii/
mii_bitbang.h 46 typedef const struct mii_bitbang_ops *mii_bitbang_ops_t; typedef in typeref:typename:const struct mii_bitbang_ops *
48 int mii_bitbang_readreg(device_t, mii_bitbang_ops_t, int, int, uint16_t *);
49 int mii_bitbang_writereg(device_t, mii_bitbang_ops_t, int, int, uint16_t);
mii_bitbang.c 66 mii_bitbang_sync(device_t sc, mii_bitbang_ops_t ops)
86 mii_bitbang_sendbits(device_t sc, mii_bitbang_ops_t ops, uint32_t data,
112 mii_bitbang_readreg(device_t sc, mii_bitbang_ops_t ops, int phy, int reg,
166 mii_bitbang_writereg(device_t sc, mii_bitbang_ops_t ops, int phy, int reg,
  /src/sys/dev/ic/
tulipvar.h 347 mii_bitbang_ops_t sc_bitbang_ops;

Completed in 17 milliseconds