| /kernel/linux/linux-5.10/drivers/staging/octeon/ |
| D | ethernet-rgmii.c | 30 /* 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-4.19/drivers/staging/octeon/ |
| D | ethernet-rgmii.c | 38 /* Set preamble checking. */ in cvm_oct_set_hw_preamble() 78 * getting preamble errors. in cvm_oct_check_preamble_errors() 88 * We are getting preamble errors at 10Mbps. Most in cvm_oct_check_preamble_errors() 91 * disable preamble checking and do it in software. in cvm_oct_check_preamble_errors() 94 printk_ratelimited("%s: Using 10Mbps with software preamble removal\n", in cvm_oct_check_preamble_errors() 99 * Since the 10Mbps preamble workaround is allowed we need to in cvm_oct_check_preamble_errors() 100 * enable preamble checking, FCS stripping, and clear error in cvm_oct_check_preamble_errors() 151 * preamble error checking, and we also need to call this in cvm_oct_rgmii_open()
|
| /kernel/linux/linux-5.10/lib/ |
| D | siphash.c | 29 #define PREAMBLE(len) \ macro 57 PREAMBLE(len) in __siphash_aligned() 90 PREAMBLE(len) in __siphash_unaligned() 125 PREAMBLE(8) in siphash_1u64() 142 PREAMBLE(16) in siphash_2u64() 165 PREAMBLE(24) in siphash_3u64() 193 PREAMBLE(32) in siphash_4u64() 216 PREAMBLE(4) in siphash_1u32() 226 PREAMBLE(12) in siphash_3u32() 242 #define HPREAMBLE(len) PREAMBLE(len)
|
| /kernel/linux/linux-4.19/lib/ |
| D | siphash.c | 29 #define PREAMBLE(len) \ macro 57 PREAMBLE(len) in __siphash_aligned() 90 PREAMBLE(len) in __siphash_unaligned() 125 PREAMBLE(8) in siphash_1u64() 142 PREAMBLE(16) in siphash_2u64() 165 PREAMBLE(24) in siphash_3u64() 193 PREAMBLE(32) in siphash_4u64() 216 PREAMBLE(4) in siphash_1u32() 226 PREAMBLE(12) in siphash_3u32() 242 #define HPREAMBLE(len) PREAMBLE(len)
|
| /kernel/linux/linux-4.19/sound/soc/tegra/ |
| D | tegra20_spdif.h | 77 /* Interrupt on invalid preamble */ 80 /* Interrupt on "B" preamble */ 140 * preamble of the data stream after RX_EN is asserted. This bit is 180 /* Preamble status: 0=Preamble OK, 1=bad/missing preamble */ 183 /* B-preamble detection status: 0=not detected, 1=B-preamble detected */
|
| /kernel/linux/linux-5.10/sound/soc/tegra/ |
| D | tegra20_spdif.h | 63 /* 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/ |
| D | isl_oid.h | 162 * 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/Documentation/devicetree/bindings/net/ |
| D | mdio.yaml | 55 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/drivers/staging/pi433/Documentation/ |
| D | pi433.txt | 122 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-4.19/drivers/net/wireless/intersil/prism54/ |
| D | isl_oid.h | 174 * Long preamble uses 128-bit sync field, 8-bit CRC 175 * Short preamble uses 56-bit sync field, 16-bit CRC 204 * preamble and header formats: 205 * Long preamble (refer to above) 206 * Short preamble (refer to above) 207 * OFDM preamble ( ? )
|
| /kernel/linux/linux-4.19/drivers/staging/pi433/Documentation/ |
| D | pi433.txt | 122 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/net/wireless/ |
| D | pmsr.c | 19 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-4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| D | pub.h | 212 #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/ |
| D | pub.h | 212 #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/ |
| D | pn533.h | 45 /* 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/ |
| D | GENmemcpy.S | 34 #ifndef PREAMBLE 35 #define PREAMBLE macro 77 PREAMBLE
|
| /kernel/linux/linux-4.19/arch/sparc/lib/ |
| D | GENmemcpy.S | 34 #ifndef PREAMBLE 35 #define PREAMBLE macro 77 PREAMBLE
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
| 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()
|
| /kernel/linux/linux-4.19/drivers/staging/rtl8712/ |
| D | rtl871x_ioctl_rtl.c | 176 if (padapter->registrypriv.preamble == PREAMBLE_LONG) in oid_rt_get_preamble_mode_hdl() 178 else if (padapter->registrypriv.preamble == PREAMBLE_AUTO) in oid_rt_get_preamble_mode_hdl() 180 else if (padapter->registrypriv.preamble == PREAMBLE_SHORT) in oid_rt_get_preamble_mode_hdl() 232 padapter->registrypriv.preamble = PREAMBLE_LONG; in oid_rt_set_preamble_mode_hdl() 234 padapter->registrypriv.preamble = PREAMBLE_AUTO; in oid_rt_set_preamble_mode_hdl() 236 padapter->registrypriv.preamble = PREAMBLE_SHORT; in oid_rt_set_preamble_mode_hdl()
|
| /kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
| D | cvmx-interrupt-decodes.c | 74 /*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-4.19/arch/mips/cavium-octeon/executive/ |
| D | cvmx-interrupt-decodes.c | 74 /*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-4.19/drivers/platform/chrome/ |
| D | cros_ec_spi.c | 27 /* The header byte, which follows the preamble */ 31 * Number of EC preamble bytes we read at a time. Since it takes 34 * we could increase this so that might expect the preamble and 162 * This function has two phases: reading the preamble bytes (since if we read 163 * data from the EC before it is ready to send, we just get preamble) and 224 dev_dbg(ec_dev->dev, "need %d, got %d bytes from preamble\n", in cros_ec_spi_receive_packet() 271 * This function has two phases: reading the preamble bytes (since if we read 272 * data from the EC before it is ready to send, we just get preamble) and 332 dev_dbg(ec_dev->dev, "need %d, got %d bytes from preamble\n", in cros_ec_spi_receive_response()
|
| /kernel/linux/linux-5.10/drivers/platform/chrome/ |
| D | cros_ec_spi.c | 19 /* 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-4.19/arch/mips/include/asm/octeon/ |
| D | cvmx-smix-defs.h | 152 uint64_t preamble:1; member 158 uint64_t preamble:1; 175 uint64_t preamble:1; member 181 uint64_t preamble:1;
|
| /kernel/linux/linux-4.19/drivers/nfc/pn533/ |
| D | pn533.h | 56 /* Preamble (1), SoPC (2), ACK Code (2), Postamble (1) */ 119 u8 preamble; member 127 u8 preamble; member
|