Home
last modified time | relevance | path

Searched full:preamble (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/kernel/linux/linux-6.6/drivers/staging/octeon/
Dethernet-rgmii.c30 /* Set preamble checking. */ in cvm_oct_set_hw_preamble()
70 * getting preamble errors. in cvm_oct_check_preamble_errors()
80 * We are getting preamble errors at 10Mbps. Most in cvm_oct_check_preamble_errors()
83 * disable preamble checking and do it in software. in cvm_oct_check_preamble_errors()
86 printk_ratelimited("%s: Using 10Mbps with software preamble removal\n", in cvm_oct_check_preamble_errors()
91 * Since the 10Mbps preamble workaround is allowed we need to in cvm_oct_check_preamble_errors()
92 * enable preamble checking, FCS stripping, and clear error in cvm_oct_check_preamble_errors()
143 * preamble error checking, and we also need to call this in cvm_oct_rgmii_open()
/kernel/linux/linux-5.10/drivers/staging/octeon/
Dethernet-rgmii.c30 /* Set preamble checking. */ in cvm_oct_set_hw_preamble()
70 * getting preamble errors. in cvm_oct_check_preamble_errors()
80 * We are getting preamble errors at 10Mbps. Most in cvm_oct_check_preamble_errors()
83 * disable preamble checking and do it in software. in cvm_oct_check_preamble_errors()
86 printk_ratelimited("%s: Using 10Mbps with software preamble removal\n", in cvm_oct_check_preamble_errors()
91 * Since the 10Mbps preamble workaround is allowed we need to in cvm_oct_check_preamble_errors()
92 * enable preamble checking, FCS stripping, and clear error in cvm_oct_check_preamble_errors()
143 * preamble error checking, and we also need to call this in cvm_oct_rgmii_open()
/kernel/linux/linux-5.10/lib/
Dsiphash.c23 #define PREAMBLE(len) \ macro
52 PREAMBLE(len) in __siphash_aligned()
85 PREAMBLE(len) in __siphash_unaligned()
119 PREAMBLE(8) in siphash_1u64()
136 PREAMBLE(16) in siphash_2u64()
159 PREAMBLE(24) in siphash_3u64()
187 PREAMBLE(32) in siphash_4u64()
210 PREAMBLE(4) in siphash_1u32()
220 PREAMBLE(12) in siphash_3u32()
236 #define HPREAMBLE(len) PREAMBLE(len)
/kernel/linux/linux-6.6/lib/
Dsiphash.c22 #define PREAMBLE(len) \ macro
51 PREAMBLE(len) in __siphash_aligned()
84 PREAMBLE(len) in __siphash_unaligned()
118 PREAMBLE(8) in siphash_1u64()
135 PREAMBLE(16) in siphash_2u64()
158 PREAMBLE(24) in siphash_3u64()
186 PREAMBLE(32) in siphash_4u64()
209 PREAMBLE(4) in siphash_1u32()
219 PREAMBLE(12) in siphash_3u32()
235 #define HPREAMBLE(len) PREAMBLE(len)
/kernel/linux/linux-5.10/sound/soc/tegra/
Dtegra20_spdif.h63 /* Interrupt on invalid preamble */
66 /* Interrupt on "B" preamble */
126 * preamble of the data stream after RX_EN is asserted. This bit is
166 /* Preamble status: 0=Preamble OK, 1=bad/missing preamble */
169 /* B-preamble detection status: 0=not detected, 1=B-preamble detected */
/kernel/linux/linux-6.6/sound/soc/tegra/
Dtegra20_spdif.h63 /* Interrupt on invalid preamble */
66 /* Interrupt on "B" preamble */
126 * preamble of the data stream after RX_EN is asserted. This bit is
166 /* Preamble status: 0=Preamble OK, 1=bad/missing preamble */
169 /* B-preamble detection status: 0=not detected, 1=B-preamble detected */
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
Disl_oid.h162 * Long preamble uses 128-bit sync field, 8-bit CRC
163 * Short preamble uses 56-bit sync field, 16-bit CRC
192 * preamble and header formats:
193 * Long preamble (refer to above)
194 * Short preamble (refer to above)
195 * OFDM preamble ( ? )
/kernel/linux/linux-5.10/drivers/staging/pi433/Documentation/
Dpi433.txt122 optionOn - a preamble will be automatically generated
123 optionOff - no preamble will be generated
126 the telegram after the preamble
128 Attention: While possible to generate sync without preamble, the
129 receiver won't be able to detect the sync without preamble.
150 length of the preamble. Allowed values: 0...65536
/kernel/linux/linux-6.6/drivers/staging/pi433/Documentation/
Dpi433.txt122 optionOn - a preamble will be automatically generated
123 optionOff - no preamble will be generated
126 the telegram after the preamble
128 Attention: While possible to generate sync without preamble, the
129 receiver won't be able to detect the sync without preamble.
150 length of the preamble. Allowed values: 0...65536
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dmdio.yaml55 suppress-preamble:
57 The 32 bit preamble should be suppressed. In order for this to
58 work, all devices on the bus must support suppressed preamble.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Dmdio.yaml55 suppress-preamble:
57 The 32 bit preamble should be suppressed. In order for this to
58 work, all devices on the bus must support suppressed preamble.
/kernel/linux/linux-5.10/net/wireless/
Dpmsr.c19 u32 preamble = NL80211_PREAMBLE_DMG; /* only optional in DMG */ in pmsr_parse_ftm() local
32 preamble = nla_get_u32(tb[NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE]); in pmsr_parse_ftm()
44 "FTM: must specify preamble"); in pmsr_parse_ftm()
49 if (!(capa->ftm.preambles & BIT(preamble))) { in pmsr_parse_ftm()
52 "FTM: invalid preamble"); in pmsr_parse_ftm()
56 out->ftm.preamble = preamble; in pmsr_parse_ftm()
154 out->ftm.preamble != NL80211_PREAMBLE_HE) { in pmsr_parse_ftm()
157 "FTM: non EDCA based ranging must use HE preamble"); in pmsr_parse_ftm()
/kernel/linux/linux-6.6/net/wireless/
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()
42 "FTM: must specify preamble"); in pmsr_parse_ftm()
47 if (!(capa->ftm.preambles & BIT(preamble))) { in pmsr_parse_ftm()
50 "FTM: invalid 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()
155 "FTM: non EDCA based ranging must use HE preamble"); in pmsr_parse_ftm()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dpub.h212 #define BRCMS_PROT_N_PAM_OVR 15 /* n preamble override */
220 * Preamble: Long
225 * Preamble: Long
230 * Preamble: Short required
235 * Preamble: Long
239 * Preamble: Short required
244 * Preamble: Long
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dpub.h212 #define BRCMS_PROT_N_PAM_OVR 15 /* n preamble override */
220 * Preamble: Long
225 * Preamble: Long
230 * Preamble: Short required
235 * Preamble: Long
239 * Preamble: Short required
244 * Preamble: Long
/kernel/linux/linux-5.10/drivers/nfc/pn533/
Dpn533.h45 /* Preamble (1), SoPC (2), ACK Code (2), Postamble (1) */
48 * Preamble (1), SoPC (2), Packet Length (1), Packet Length Checksum (1),
117 u8 preamble; member
125 u8 preamble; member
/kernel/linux/linux-6.6/drivers/nfc/pn533/
Dpn533.h45 /* Preamble (1), SoPC (2), ACK Code (2), Postamble (1) */
48 * Preamble (1), SoPC (2), Packet Length (1), Packet Length Checksum (1),
117 u8 preamble; member
125 u8 preamble; member
/kernel/linux/linux-5.10/arch/sparc/lib/
DGENmemcpy.S34 #ifndef PREAMBLE
35 #define PREAMBLE macro
77 PREAMBLE
/kernel/linux/linux-6.6/arch/sparc/lib/
DGENmemcpy.S34 #ifndef PREAMBLE
35 #define PREAMBLE macro
77 PREAMBLE
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
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()
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
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()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
Dcvmx-interrupt-decodes.c74 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
95 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
118 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
140 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
162 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
185 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
215 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
Dcvmx-interrupt-decodes.c76 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
97 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
120 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
142 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
164 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
187 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
217 /*gmx_rx_int_en.s.pcterr = 1; // Bad Preamble / Protocol */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
/kernel/linux/linux-5.10/drivers/platform/chrome/
Dcros_ec_spi.c19 /* The header byte, which follows the preamble */
23 * Number of EC preamble bytes we read at a time. Since it takes
26 * we could increase this so that might expect the preamble and
182 * This function has two phases: reading the preamble bytes (since if we read
183 * data from the EC before it is ready to send, we just get preamble) and
244 dev_dbg(ec_dev->dev, "need %d, got %d bytes from preamble\n", in cros_ec_spi_receive_packet()
291 * This function has two phases: reading the preamble bytes (since if we read
292 * data from the EC before it is ready to send, we just get preamble) and
352 dev_dbg(ec_dev->dev, "need %d, got %d bytes from preamble\n", in cros_ec_spi_receive_response()
/kernel/linux/linux-6.6/drivers/platform/chrome/
Dcros_ec_spi.c19 /* The header byte, which follows the preamble */
23 * Number of EC preamble bytes we read at a time. Since it takes
26 * we could increase this so that might expect the preamble and
177 * This function has two phases: reading the preamble bytes (since if we read
178 * data from the EC before it is ready to send, we just get preamble) and
239 dev_dbg(ec_dev->dev, "need %d, got %d bytes from preamble\n", in cros_ec_spi_receive_packet()
286 * This function has two phases: reading the preamble bytes (since if we read
287 * data from the EC before it is ready to send, we just get preamble) and
347 dev_dbg(ec_dev->dev, "need %d, got %d bytes from preamble\n", in cros_ec_spi_receive_response()

12345678910>>...29