/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf/ |
H A D | sort-pmuevents.py | 38 preamble = re.search( preamble_regex, data ) variable 90 print( preamble.group(1) ) 91 outf.write( preamble.group(1) )
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-av-vbi.c | 49 u8 preamble[3]; member 257 if (anc->preamble[0] || in cx18_av_decode_vbi_line() 258 anc->preamble[1] != 0xff || anc->preamble[2] != 0xff || in cx18_av_decode_vbi_line()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_ioctl_rtl.c | 164 if (padapter->registrypriv.preamble == PREAMBLE_LONG) in oid_rt_get_preamble_mode_hdl() 166 else if (padapter->registrypriv.preamble == PREAMBLE_AUTO) in oid_rt_get_preamble_mode_hdl() 168 else if (padapter->registrypriv.preamble == PREAMBLE_SHORT) in oid_rt_get_preamble_mode_hdl() 220 padapter->registrypriv.preamble = PREAMBLE_LONG; in oid_rt_set_preamble_mode_hdl() 222 padapter->registrypriv.preamble = PREAMBLE_AUTO; in oid_rt_set_preamble_mode_hdl() 224 padapter->registrypriv.preamble = PREAMBLE_SHORT; in oid_rt_set_preamble_mode_hdl()
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | pcu.c | 117 int sifs, preamble, plcp_bits, sym_time; in ath5k_hw_get_frame_duration() local 135 preamble = AR5K_INIT_OFDM_PREAMPLE_TIME; in ath5k_hw_get_frame_duration() 142 preamble = AR5K_INIT_OFDM_PREAMBLE_TIME_MIN; in ath5k_hw_get_frame_duration() 146 preamble *= 2; in ath5k_hw_get_frame_duration() 152 preamble *= 4; in ath5k_hw_get_frame_duration() 166 dur = sifs + preamble + (sym_time * symbols); in ath5k_hw_get_frame_duration()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211conv.h | 56 unsigned int preamble; /* P80211ENUM_preambletype_* */ member 100 __be32 preamble; member
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | baseband.c | 1708 unsigned int preamble; in bb_get_frame_time() local 1720 preamble = 96; in bb_get_frame_time() 1722 preamble = 192; in bb_get_frame_time() 1728 return preamble + frame_time; in bb_get_frame_time()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_aux.c | 125 int preamble = 16; in intel_dp_aux_sync_len() local 127 return precharge + preamble; in intel_dp_aux_sync_len() 133 int preamble = 8; in intel_dp_aux_fw_sync_len() local 135 return precharge + preamble; in intel_dp_aux_fw_sync_len() 141 int preamble = 16; in g4x_dp_aux_precharge_len() local 145 precharge_min - preamble) / 2; in g4x_dp_aux_precharge_len()
|
/openbmc/linux/net/wireless/ |
H A D | pmsr.c | 17 u32 preamble = NL80211_PREAMBLE_DMG; /* only optional in DMG */ in pmsr_parse_ftm() local 30 preamble = nla_get_u32(tb[NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE]); in pmsr_parse_ftm() 47 if (!(capa->ftm.preambles & BIT(preamble))) { in pmsr_parse_ftm() 54 out->ftm.preamble = preamble; in pmsr_parse_ftm() 152 out->ftm.preamble != NL80211_PREAMBLE_HE) { in pmsr_parse_ftm()
|
/openbmc/u-boot/board/freescale/ls1043ardb/ |
H A D | ls1043ardb_rcw_sd.cfg | 1 #PBL preamble and RCW header
|
H A D | ls1043ardb_rcw_nand.cfg | 1 #PBL preamble and RCW header
|
/openbmc/u-boot/board/freescale/ls1046ardb/ |
H A D | ls1046ardb_rcw_emmc.cfg | 1 #PBL preamble and RCW header
|
H A D | ls1046ardb_rcw_qspi.cfg | 1 #PBL preamble and RCW header
|
H A D | ls1046ardb_rcw_sd.cfg | 1 #PBL preamble and RCW header
|
/openbmc/u-boot/board/freescale/ls1043aqds/ |
H A D | ls1043aqds_rcw_nand.cfg | 1 #PBL preamble and RCW header
|
H A D | ls1043aqds_rcw_sd_qspi.cfg | 1 #PBL preamble and RCW header
|
H A D | ls1043aqds_rcw_sd_ifc.cfg | 1 #PBL preamble and RCW header
|
/openbmc/u-boot/board/freescale/ls1021aqds/ |
H A D | ls102xa_rcw_nand.cfg | 1 #PBL preamble and RCW header
|
/openbmc/u-boot/board/freescale/t104xrdb/ |
H A D | t1040_sd_rcw.cfg | 1 #PBL preamble and RCW header
|
H A D | t1042_pi_sd_rcw.cfg | 1 #PBL preamble and RCW header
|
H A D | t1042_pi_spi_rcw.cfg | 1 #PBL preamble and RCW header
|
H A D | t1040_spi_rcw.cfg | 1 #PBL preamble and RCW header
|
H A D | t1042_spi_rcw.cfg | 1 #PBL preamble and RCW header
|
H A D | t1042_nand_rcw.cfg | 1 #PBL preamble and RCW header
|
/openbmc/u-boot/board/freescale/ls1046aqds/ |
H A D | ls1046aqds_rcw_nand.cfg | 1 #PBL preamble and RCW header
|
/openbmc/u-boot/tools/ |
H A D | pblimage.h | 14 uint32_t preamble; member
|