Home
last modified time | relevance | path

Searched refs:reset_options (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Delink3.c633 int reset_options; in ep_vortex_probemedia() local
641 reset_options = (int)bus_space_read_2(iot, ioh, ELINK_W3_RESET_OPTIONS); in ep_vortex_probemedia()
649 if ((reset_options & ELINK_PCI_MEDIAMASK) == 0) { in ep_vortex_probemedia()
659 if (reset_options & epm->epm_mpbit) { in ep_vortex_probemedia()
H A Delinkxl.c528 uint16_t config1, reset_options, default_media; in ex_probemedia() local
534 reset_options = bus_space_read_1(iot, ioh, ELINK_W3_RESET_OPTIONS); in ex_probemedia()
540 if ((reset_options & ELINK_PCI_MEDIAMASK) == 0) { in ex_probemedia()
552 if (reset_options & exm->exm_mpbit) { in ex_probemedia()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20088041 (#pragma GCC reset_options): Document new pragma.
8093 and reset_options pragmas.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi24207 @item #pragma GCC reset_options
24208 @cindex pragma GCC reset_options
H A Dgcc.info56261 '#pragma GCC reset_options'
69625 * pragma GCC reset_options: Function Specific Option Pragmas.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi23978 @item #pragma GCC reset_options
23979 @cindex pragma GCC reset_options
H A Dgcc.info53276 '#pragma GCC reset_options'
66293 * pragma GCC reset_options: Function Specific Option Pragmas.
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS10870 reset_options pragma restores the options to what was specified on
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS12732 reset_options pragma restores the options to what was specified on