/src/sys/dev/ic/ |
elinkxl.c | 528 uint16_t config1, reset_options, default_media; local in function:ex_probemedia 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) {
|
elink3.c | 555 * a "reset_options" register in window 3. 633 int reset_options; local in function:ep_vortex_probemedia 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 in function:ex_probemedia 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) {
|
elink3.c | 555 * a "reset_options" register in window 3. 633 int reset_options; local in function:ep_vortex_probemedia 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) {
|