Searched refs:clip (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h213 uint16_t clip; member in struct:cornerCalInfo
H A Dah_eeprom_v3.c1418 ee->ee_cornerCal.clip = 4;
/freebsd-11-stable/contrib/jemalloc/src/
H A Djemalloc.c1026 #define CONF_HANDLE_T_U(t, o, n, min, max, clip) \
1038 } else if (clip) { \
1057 #define CONF_HANDLE_UNSIGNED(o, n, min, max, clip) \
1058 CONF_HANDLE_T_U(unsigned, o, n, min, max, clip)
1059 #define CONF_HANDLE_SIZE_T(o, n, min, max, clip) \
1060 CONF_HANDLE_T_U(size_t, o, n, min, max, clip)
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-rx.c714 uint32_t clip; local
717 UNALIGNED_MEMCPY(&clip, &ip->ip_dst, sizeof(uint32_t));
726 rxent->client.s_addr == clip &&
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1213 AR_PHY_FRAME_CTL_TX_CLIP, ee->ee_cornerCal.clip);
2081 ee->ee_cornerCal.clip = gv->currStep->paramVal[0]; /* bb_tx_clip */
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h306 enum uni_bearer_clip clip; /* suspectibility to clipping */ member in struct:uni_ie_bearer
H A Duni_ie.c4351 uni_print_tbl("clip", ie->clip, clip_tbl, cx);
4410 switch(ie->clip) {
4441 APP_BYTE(msg, 0x80 | (ie->clip << 5) | ie->cfg);
4503 ie->clip = (c >> 5) & 0x3;
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c575 /* http://bcm-v4.sipsolutions.net/802.11/PHY/N/clip-detection */
583 /* http://bcm-v4.sipsolutions.net/802.11/PHY/N/clip-detection */
633 static const uint16_t clip[] = { 0xFFFF, 0xFFFF }; local
639 bwn_nphy_write_clip_detection(mac, clip);
2709 /* Set narrowband clip threshold */
2721 /* Set wideband clip 2 threshold */
6172 uint16_t clip[2]; local
6285 bwn_nphy_read_clip_detection(mac, clip);

Completed in 290 milliseconds