OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_linkup
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/broadcom/
bcm53xx_pax.c
87
bool
sc_linkup
;
member in struct:bcmpax_softc
304
sc->
sc_linkup
= __SHIFTOUT(lcsr, PCIE_LCSR_NLW) != 0
306
if (sc->
sc_linkup
|| timo == 250) {
310
sc->
sc_linkup
, timo);
316
if (sc->
sc_linkup
) {
383
if (__predict_true(sc->
sc_linkup
))
421
if (sc->
sc_linkup
) {
/src/sys/dev/marvell/
if_mvgbe.c
90
bus_space_read_4((sc)->sc_iot, (sc)->
sc_linkup
.ioh, 0)
91
#define MVGBE_IS_LINKUP(sc) (MVGBE_LINKUP_READ(sc) & (sc)->
sc_linkup
.bit)
249
}
sc_linkup
;
member in struct:mvgbe_softc
765
MVGBE_PS0, sizeof(uint32_t), &sc->
sc_linkup
.ioh)) {
769
sc->
sc_linkup
.bit = MVGBE_PS0_LINKUP;
773
MVGBE_PS, sizeof(uint32_t), &sc->
sc_linkup
.ioh)) {
777
sc->
sc_linkup
.bit = MVGBE_PS_LINKUP;
Completed in 13 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025