HomeSort by: relevance | last modified time | path
    Searched defs:bmcr (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/sys/dev/mii/
ukphy_subr.c 61 uint16_t bmsr, bmcr, anar, anlpar, gtcr, gtsr, result; local in function:ukphy_status
73 PHY_READ(phy, MII_BMCR, &bmcr);
74 if (bmcr & BMCR_ISO) {
80 if (bmcr & BMCR_LOOP)
83 if (bmcr & BMCR_AUTOEN) {
ukphy_subr.c 61 uint16_t bmsr, bmcr, anar, anlpar, gtcr, gtsr, result; local in function:ukphy_status
73 PHY_READ(phy, MII_BMCR, &bmcr);
74 if (bmcr & BMCR_ISO) {
80 if (bmcr & BMCR_LOOP)
83 if (bmcr & BMCR_AUTOEN) {
acphy.c 203 uint16_t bmsr, bmcr, dr; local in function:acphy_status
217 PHY_READ(sc, MII_BMCR, &bmcr);
218 if (bmcr & BMCR_ISO) {
224 if (bmcr & BMCR_LOOP)
227 if (bmcr & BMCR_AUTOEN) {
dmphy.c 207 uint16_t bmsr, bmcr, dscsr; local in function:dmphy_status
219 PHY_READ(sc, MII_BMCR, &bmcr);
220 if (bmcr & BMCR_ISO) {
226 if (bmcr & BMCR_LOOP)
229 if (bmcr & BMCR_AUTOEN) {
glxtphy.c 203 uint16_t bmcr, qsr, gtsr; local in function:glxtphy_status
215 PHY_READ(sc, MII_BMCR, &bmcr);
216 if (bmcr & BMCR_ISO) {
222 if (bmcr & BMCR_LOOP)
225 if (bmcr & BMCR_AUTOEN) {
icsphy.c 206 uint16_t bmcr, qpr; local in function:icsphy_status
224 PHY_READ(sc, MII_BMCR, &bmcr);
225 if (bmcr & BMCR_ISO) {
231 if (bmcr & BMCR_LOOP)
234 if (bmcr & BMCR_AUTOEN) {
inphy.c 208 uint16_t bmsr, bmcr, scr; local in function:inphy_status
220 PHY_READ(sc, MII_BMCR, &bmcr);
221 if (bmcr & BMCR_ISO) {
227 if (bmcr & BMCR_LOOP)
230 if (bmcr & BMCR_AUTOEN) {
iophy.c 200 uint16_t bmsr, bmcr, ext0; local in function:iophy_status
211 PHY_READ(sc, MII_BMCR, &bmcr);
212 if (bmcr & BMCR_ISO) {
218 if (bmcr & BMCR_LOOP)
221 if (bmcr & BMCR_AUTOEN) {
pnaphy.c 191 uint16_t bmsr, bmcr; local in function:pnaphy_status
204 PHY_READ(sc, MII_BMCR, &bmcr);
205 if (bmcr & BMCR_ISO) {
211 if (bmcr & BMCR_LOOP)
qsphy.c 201 uint16_t bmsr, bmcr, pctl; local in function:qsphy_status
213 PHY_READ(sc, MII_BMCR, &bmcr);
214 if (bmcr & BMCR_ISO) {
220 if (bmcr & BMCR_LOOP)
223 if (bmcr & BMCR_AUTOEN) {
tqphy.c 212 uint16_t bmsr, bmcr, diag; local in function:tqphy_status
224 PHY_READ(sc, MII_BMCR, &bmcr);
225 if (bmcr & BMCR_ISO) {
231 if (bmcr & BMCR_LOOP)
234 if (bmcr & BMCR_AUTOEN) {
urlphy.c 229 uint16_t msr, bmsr, bmcr; local in function:urlphy_status
248 PHY_READ(sc, MII_BMCR, &bmcr);
249 if (bmcr & BMCR_AUTOEN) {
amhphy.c 181 uint16_t bmsr, bmcr, ssr; local in function:amhphy_status
194 PHY_READ(sc, MII_BMCR, &bmcr);
195 if (bmcr & BMCR_ISO) {
201 if (bmcr & BMCR_LOOP)
204 if (bmcr & BMCR_AUTOEN) {
acphy.c 203 uint16_t bmsr, bmcr, dr; local in function:acphy_status
217 PHY_READ(sc, MII_BMCR, &bmcr);
218 if (bmcr & BMCR_ISO) {
224 if (bmcr & BMCR_LOOP)
227 if (bmcr & BMCR_AUTOEN) {
dmphy.c 207 uint16_t bmsr, bmcr, dscsr; local in function:dmphy_status
219 PHY_READ(sc, MII_BMCR, &bmcr);
220 if (bmcr & BMCR_ISO) {
226 if (bmcr & BMCR_LOOP)
229 if (bmcr & BMCR_AUTOEN) {
glxtphy.c 203 uint16_t bmcr, qsr, gtsr; local in function:glxtphy_status
215 PHY_READ(sc, MII_BMCR, &bmcr);
216 if (bmcr & BMCR_ISO) {
222 if (bmcr & BMCR_LOOP)
225 if (bmcr & BMCR_AUTOEN) {
icsphy.c 206 uint16_t bmcr, qpr; local in function:icsphy_status
224 PHY_READ(sc, MII_BMCR, &bmcr);
225 if (bmcr & BMCR_ISO) {
231 if (bmcr & BMCR_LOOP)
234 if (bmcr & BMCR_AUTOEN) {
inphy.c 208 uint16_t bmsr, bmcr, scr; local in function:inphy_status
220 PHY_READ(sc, MII_BMCR, &bmcr);
221 if (bmcr & BMCR_ISO) {
227 if (bmcr & BMCR_LOOP)
230 if (bmcr & BMCR_AUTOEN) {
iophy.c 200 uint16_t bmsr, bmcr, ext0; local in function:iophy_status
211 PHY_READ(sc, MII_BMCR, &bmcr);
212 if (bmcr & BMCR_ISO) {
218 if (bmcr & BMCR_LOOP)
221 if (bmcr & BMCR_AUTOEN) {
pnaphy.c 191 uint16_t bmsr, bmcr; local in function:pnaphy_status
204 PHY_READ(sc, MII_BMCR, &bmcr);
205 if (bmcr & BMCR_ISO) {
211 if (bmcr & BMCR_LOOP)
qsphy.c 201 uint16_t bmsr, bmcr, pctl; local in function:qsphy_status
213 PHY_READ(sc, MII_BMCR, &bmcr);
214 if (bmcr & BMCR_ISO) {
220 if (bmcr & BMCR_LOOP)
223 if (bmcr & BMCR_AUTOEN) {
tqphy.c 212 uint16_t bmsr, bmcr, diag; local in function:tqphy_status
224 PHY_READ(sc, MII_BMCR, &bmcr);
225 if (bmcr & BMCR_ISO) {
231 if (bmcr & BMCR_LOOP)
234 if (bmcr & BMCR_AUTOEN) {
urlphy.c 229 uint16_t msr, bmsr, bmcr; local in function:urlphy_status
248 PHY_READ(sc, MII_BMCR, &bmcr);
249 if (bmcr & BMCR_AUTOEN) {
amhphy.c 181 uint16_t bmsr, bmcr, ssr; local in function:amhphy_status
194 PHY_READ(sc, MII_BMCR, &bmcr);
195 if (bmcr & BMCR_ISO) {
201 if (bmcr & BMCR_LOOP)
204 if (bmcr & BMCR_AUTOEN) {
bmtphy.c 212 uint16_t bmsr, bmcr, aux_csr; local in function:bmtphy_status
225 PHY_READ(sc, MII_BMCR, &bmcr);
226 if (bmcr & BMCR_ISO) {
232 if (bmcr & BMCR_LOOP)
235 if (bmcr & BMCR_AUTOEN) {

Completed in 190 milliseconds

1 2 3 4