HomeSort by: relevance | last modified time | path
    Searched refs:BMSR_ACOMP (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/sys/dev/mii/
ukphy_subr.c 89 if ((bmsr & BMSR_ACOMP) == 0) {
iophy.c 222 if ((bmsr & BMSR_ACOMP) == 0) {
rdcphy.c 231 if ((bmsr & BMSR_ACOMP) == 0) {
tqphy.c 235 if ((bmsr & BMSR_ACOMP) == 0) {
amhphy.c 209 if ((bmsr & BMSR_ACOMP) == 0) {
acphy.c 232 if ((bmsr & BMSR_ACOMP) == 0) {
bmtphy.c 240 if ((bmsr & BMSR_ACOMP) == 0) {
dmphy.c 234 if ((bmsr & BMSR_ACOMP) == 0) {
gentbi.c 273 if ((bmsr & BMSR_ACOMP) == 0) {
gphyter.c 264 if ((bmsr & BMSR_ACOMP) == 0) {
inphy.c 231 if ((bmsr & BMSR_ACOMP) == 0) {
lxtphy.c 260 if ((bmsr & BMSR_ACOMP) == 0) {
nsphy.c 264 if ((bmsr & BMSR_ACOMP) == 0) {
nsphyter.c 237 if ((bmsr & BMSR_ACOMP) == 0) {
qsphy.c 224 if ((bmsr & BMSR_ACOMP) == 0) {
rlphy.c 240 if ((bmsr & BMSR_ACOMP) == 0) {
smscphy.c 242 if ((bmsr & BMSR_ACOMP) == 0) {
  /src/sys/arch/sandpoint/stand/altboot/
sme.c 264 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
316 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
nvt.c 382 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
406 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
rge.c 348 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
410 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
sip.c 344 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
422 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
tlp.c 360 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
420 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
wm.c 384 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
454 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
  /src/sys/arch/evbarm/stand/boot2440/
dm9000.c 421 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
445 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
  /src/sys/arch/arm/amlogic/
gxlphy.c 257 if ((bmsr & BMSR_ACOMP) == 0)

Completed in 21 milliseconds

1 2