OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reset_options
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
elink3.c
555
* a "
reset_options
" register in window 3.
633
int
reset_options
;
local
641
reset_options
= (int)bus_space_read_2(iot, ioh, ELINK_W3_RESET_OPTIONS);
649
if ((
reset_options
& ELINK_PCI_MEDIAMASK) == 0) {
659
if (
reset_options
& epm->epm_mpbit) {
elinkxl.c
528
uint16_t config1,
reset_options
, default_media;
local
534
reset_options
= bus_space_read_1(iot, ioh, ELINK_W3_RESET_OPTIONS);
540
if ((
reset_options
& ELINK_PCI_MEDIAMASK) == 0) {
552
if (
reset_options
& exm->exm_mpbit) {
Completed in 49 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026