OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LEMAC_CTL_APD
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
lemacreg.h
160
#define
LEMAC_CTL_APD
0x80 /* Auto Port Disable */
lemac.c
503
if ((data & (
LEMAC_CTL_APD
| LEMAC_CTL_PSL)) != sc->sc_ctlmode) {
504
data &= ~(
LEMAC_CTL_APD
| LEMAC_CTL_PSL);
803
case IFM_10_T: new_ctl =
LEMAC_CTL_APD
; break;
805
case IFM_10_5: new_ctl =
LEMAC_CTL_APD
| LEMAC_CTL_PSL; break;
831
if (sc->sc_ctlmode &
LEMAC_CTL_APD
) {
Completed in 14 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025