OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WPI_RESET
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_wpireg.h
47
#define
WPI_RESET
0x020
120
/* possible flags for register
WPI_RESET
*/
if_wpi.c
153
static int
wpi_reset
(struct wpi_softc *);
290
if ((error =
wpi_reset
(sc)) != 0) {
1370
WPI_WRITE(sc,
WPI_RESET
, 0);
3080
tmp = WPI_READ(sc,
WPI_RESET
);
3081
WPI_WRITE(sc,
WPI_RESET
, tmp | WPI_STOP_MASTER);
3088
if (WPI_READ(sc,
WPI_RESET
) & WPI_MASTER_DISABLED)
3122
wpi_reset
(struct wpi_softc *sc)
function
3200
(void)
wpi_reset
(sc);
3354
tmp = WPI_READ(sc,
WPI_RESET
);
3355
WPI_WRITE(sc,
WPI_RESET
, tmp | WPI_SW_RESET)
[
all
...]
Completed in 26 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026