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

  /src/sys/dev/pci/
if_tl.c 137 int tl_mii_write(device_t, int, int, uint16_t);
426 mii->mii_writereg = tl_mii_write;
870 tl_mii_write(device_t self, int phy, int reg, uint16_t val) function in typeref:typename:int
if_tl.c 137 int tl_mii_write(device_t, int, int, uint16_t);
426 mii->mii_writereg = tl_mii_write;
870 tl_mii_write(device_t self, int phy, int reg, uint16_t val) function in typeref:typename:int
if_tl.c 137 int tl_mii_write(device_t, int, int, uint16_t);
426 mii->mii_writereg = tl_mii_write;
870 tl_mii_write(device_t self, int phy, int reg, uint16_t val) function in typeref:typename:int

Completed in 158 milliseconds