Searched refs:ctl (Results 101 - 115 of 115) sorted by relevance

12345

/openbsd-current/sys/net80211/
H A Dieee80211_input.c3425 u_int16_t ctl, ssn; local
3441 ctl = LE_READ_2(&frm[0]);
3442 tid = ctl >> 12;
3445 if (ctl & IEEE80211_BA_MULTI_TID) {
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_display.c3255 u32 ctl, pos, size; local
3258 ctl = intel_de_read(dev_priv, PF_CTL(crtc->pipe));
3259 if ((ctl & PF_ENABLE) == 0)
3263 pipe = REG_FIELD_GET(PF_PIPE_SEL_MASK_IVB, ctl);
4144 linked_state->ctl = plane_state->ctl | PLANE_CTL_YUV420_Y_PLANE;
H A Dintel_psr.c1819 plane_state->ctl);
3016 seq_printf(m, "Source PSR ctl: %s [0x%08x]\n",
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_gpu_error.c570 err_printf(m, " CTL: 0x%08x\n", ee->ctl);
1339 ee->ctl = ENGINE_READ(engine, RING_CTL);
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dcoreamp.t679 test_proto "msg$_" for qw( ctl get rcv snd );
904 test_proto "sem$_" for qw "ctl get op";
938 test_proto "shm$_" for qw "ctl get read write";
/openbsd-current/sys/dev/pci/
H A Dif_iwnreg.h740 uint16_t ctl; member in struct:iwn_cmd_link_quality
H A Dpciide.c1677 printf("%s: couldn't map %s ctl regs\n",
1758 WDCDEBUG_PRINT(("%s: %s ctl regs mapping: %s\n",
1764 printf("%s: couldn't map %s ctl regs\n",
1776 printf("%s: unable to subregion %s ctl regs\n",
4761 printf("%s: couldn't subregion %s ctl base\n",
4902 printf(", (unable to map ctl registers)");
5429 pcireg_t interface, ctl; local
5463 ctl = pciide_pci_read(sc->sc_pc, sc->sc_tag, NATSEMI_CTRL1);
5465 ctl &= ~NATSEMI_CTRL1_INTAMASK;
5467 ctl |
[all...]
H A Dif_iwn.c3455 uint16_t ctl; local
3458 ctl = LE_READ_2(barfrm);
3459 tid = (ctl & IEEE80211_BA_TID_INFO_MASK) >>
H A Dif_iwm.c6865 uint16_t ctl; local
6868 ctl = LE_READ_2(barfrm);
6869 tid = (ctl & IEEE80211_BA_TID_INFO_MASK) >>
/openbsd-current/sys/dev/ic/
H A Dar9003.c957 * (invalid MIC failures on valid ctl frames).
3196 uint8_t ctl, const uint8_t *fbins,
3228 uint8_t ctl, const uint8_t *fbins,
3195 ar9003_get_lg_tpow(struct athn_softc *sc, struct ieee80211_channel *c, uint8_t ctl, const uint8_t *fbins, const struct ar_cal_target_power_leg *tgt, int nchans, uint8_t tpow[4]) argument
3227 ar9003_get_ht_tpow(struct athn_softc *sc, struct ieee80211_channel *c, uint8_t ctl, const uint8_t *fbins, const struct ar_cal_target_power_ht *tgt, int nchans, uint8_t tpow[14]) argument
H A Dar5008.c984 * (invalid MIC failures on valid ctl frames).
2780 uint8_t ctl, const struct ar_cal_target_power_leg *tgt, int nchans,
2811 uint8_t ctl, const struct ar_cal_target_power_ht *tgt, int nchans,
2779 ar5008_get_lg_tpow(struct athn_softc *sc, struct ieee80211_channel *c, uint8_t ctl, const struct ar_cal_target_power_leg *tgt, int nchans, uint8_t tpow[4]) argument
2810 ar5008_get_ht_tpow(struct athn_softc *sc, struct ieee80211_channel *c, uint8_t ctl, const struct ar_cal_target_power_ht *tgt, int nchans, uint8_t tpow[8]) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp356 unsigned C = ctl(I, StartAt+L) == Switch;
367 uint8_t ctl(ElemType Pos, unsigned Step) const { function in namespace:__anon2860
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex4948 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
4953 \ctl\leaders\hrule height\circthick\hfil\ctr
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex4681 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
4686 \ctl\leaders\hrule height\circthick\hfil\ctr
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex4824 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
4829 \ctl\leaders\hrule height\circthick\hfil\ctr

Completed in 288 milliseconds

12345