Searched refs:tsel (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dpchtemp.c85 uint8_t tsel; local
94 tsel = bus_space_read_1(sc->sc_memt, sc->sc_memh, PCHTEMP_TSEL);
95 if ((tsel & PCHTEMP_TSEL_ETS) == 0) {
/openbsd-current/gnu/gcc/gcc/
H A Dc-parser.c6153 tree tsel = sel;
6174 keyworddecl = objc_build_keyword_decl (tsel, atype, id);
6176 tsel = c_parser_objc_selector (parser);
6177 if (!tsel && c_parser_next_token_is_not (parser, CPP_COLON))
6150 tree tsel = sel; local

Completed in 75 milliseconds