| /src/sys/dev/i2c/ |
| zl10353.c | 245 if ((rv = zl10353_set_bw(zl, fp->u.ofdm.bandwidth)) != 0) 283 const struct dvb_ofdm_parameters *ofdm = &fp->u.ofdm; local 293 if (ofdm->guard_interval != GUARD_INTERVAL_AUTO) 296 if (ofdm->transmission_mode != TRANSMISSION_MODE_AUTO) 384 const struct dvb_ofdm_parameters *ofdm = &fp->u.ofdm; local 388 if ((rv = zl10353_get_guard(ofdm->guard_interval, &val)) != 0) 391 if ((rv = zl10353_get_mode(ofdm->transmission_mode, &val)) != 0) 394 if ((rv = zl10353_get_fec(ofdm->code_rate_HP, true, &val)) != 0 [all...] |
| /src/sys/dev/dtv/ |
| dtvio_frontend.h | 133 /* Frontend modulation type for QAM, OFDM, and VSB */ 211 /* OFDM parameters */ 229 struct dvb_ofdm_parameters ofdm; member in union:dvb_frontend_parameters::__anon2552
|
| /src/sys/dev/pci/ |
| if_iwm.c | 4266 /* OFDM rates. */ 6151 uint8_t ofdm = 0; local 6167 ofdm |= (1 << (i - IWM_FIRST_OFDM_RATE)); 6173 * Now we've got the basic rates as bitmaps in the ofdm and cck 6196 ofdm |= IWM_RATE_BIT_MSK(24) >> IWM_FIRST_OFDM_RATE; 6198 ofdm |= IWM_RATE_BIT_MSK(12) >> IWM_FIRST_OFDM_RATE; 6200 ofdm |= IWM_RATE_BIT_MSK(6) >> IWM_FIRST_OFDM_RATE; 6206 * be some basic rates at all, so they're OFDM => ERP PHY 6225 *ofdm_rates = ofdm;
|
| if_iwnreg.h | 1309 uint32_t ofdm[8]; member in struct:iwn_spectrum_notif 1378 struct iwn_rx_phy_stats ofdm; member in struct:iwn_rx_stats
|
| if_iwmreg.h | 3409 uint32_t dsp_false_alarms; /* DSP false alarm (both OFDM 3531 struct iwm_statistics_rx_phy ofdm; member in struct:iwm_statistics_rx 3653 * @IWM_MAC_PROT_FLG_TGG_PROTECT: 11g protection when transmitting OFDM frames, 3898 * @ofdm_rates: basic rates available for OFDM 4355 /* fw API values for legacy bit rates, both OFDM and CCK */ 4377 * for CCK and OFDM). 4380 * bit 8 is 1, bit 26 is 0, bit 9 is 0 (OFDM) 4382 * bit 8 is 0, bit 26 is 1, bit 9 is 0 (OFDM) 4383 * Legacy OFDM rate format for bits 7:0 4384 * bit 8 is 0, bit 26 is 0, bit 9 is 0 (OFDM) [all...] |