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

  /src/sys/dev/ic/
bwi.c 3327 PHY_CLRBITS(mac, 0x429, 0x4000);
3328 PHY_CLRBITS(mac, 0x4c3, 0x8000);
3628 PHY_CLRBITS(mac, 0x61, 0xf000);
3833 PHY_CLRBITS(mac, 0x41b, 0x1e);
3859 PHY_CLRBITS(mac, 0x426, 0x3);
3860 PHY_CLRBITS(mac, 0x426, 0x1000);
4167 PHY_CLRBITS(mac, 0x429, 0xc000);
4171 PHY_CLRBITS(mac, 0x812, 0x2);
4173 PHY_CLRBITS(mac, 0x812, 0x1);
4176 PHY_CLRBITS(mac, 0x815, 0x1)
    [all...]
bwivar.h 849 #define PHY_CLRBITS(mac, ctrl, bits) \

Completed in 18 milliseconds