Home
last modified time | relevance | path

Searched refs:preamble (Results 1 – 25 of 176) sorted by relevance

12345678

/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf/
H A Dsort-pmuevents.py38 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 Dcx18-av-vbi.c49 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 Drtl871x_ioctl_rtl.c164 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 Dpcu.c117 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 Dp80211conv.h56 unsigned int preamble; /* P80211ENUM_preambletype_* */ member
100 __be32 preamble; member
/openbmc/linux/drivers/staging/vt6655/
H A Dbaseband.c1708 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 Dintel_dp_aux.c125 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 Dpmsr.c17 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 Dls1043ardb_rcw_sd.cfg1 #PBL preamble and RCW header
H A Dls1043ardb_rcw_nand.cfg1 #PBL preamble and RCW header
/openbmc/u-boot/board/freescale/ls1046ardb/
H A Dls1046ardb_rcw_emmc.cfg1 #PBL preamble and RCW header
H A Dls1046ardb_rcw_qspi.cfg1 #PBL preamble and RCW header
H A Dls1046ardb_rcw_sd.cfg1 #PBL preamble and RCW header
/openbmc/u-boot/board/freescale/ls1043aqds/
H A Dls1043aqds_rcw_nand.cfg1 #PBL preamble and RCW header
H A Dls1043aqds_rcw_sd_qspi.cfg1 #PBL preamble and RCW header
H A Dls1043aqds_rcw_sd_ifc.cfg1 #PBL preamble and RCW header
/openbmc/u-boot/board/freescale/ls1021aqds/
H A Dls102xa_rcw_nand.cfg1 #PBL preamble and RCW header
/openbmc/u-boot/board/freescale/t104xrdb/
H A Dt1040_sd_rcw.cfg1 #PBL preamble and RCW header
H A Dt1042_pi_sd_rcw.cfg1 #PBL preamble and RCW header
H A Dt1042_pi_spi_rcw.cfg1 #PBL preamble and RCW header
H A Dt1040_spi_rcw.cfg1 #PBL preamble and RCW header
H A Dt1042_spi_rcw.cfg1 #PBL preamble and RCW header
H A Dt1042_nand_rcw.cfg1 #PBL preamble and RCW header
/openbmc/u-boot/board/freescale/ls1046aqds/
H A Dls1046aqds_rcw_nand.cfg1 #PBL preamble and RCW header
/openbmc/u-boot/tools/
H A Dpblimage.h14 uint32_t preamble; member

12345678