HomeSort by: relevance | last modified time | path
    Searched defs:general (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c 219 /* Parse general panel options */
526 const struct bdb_general_features *general; local in function:parse_general_features
528 general = find_section(bdb, BDB_GENERAL_FEATURES);
529 if (!general)
532 dev_priv->vbt.int_tv_support = general->int_tv_support;
536 dev_priv->vbt.int_crt_support = general->int_crt_support;
537 dev_priv->vbt.lvds_use_ssc = general->enable_ssc;
539 intel_bios_ssc_frequency(dev_priv, general->ssc_freq);
540 dev_priv->vbt.display_clock_mode = general->display_clock_mode;
541 dev_priv->vbt.fdi_rx_polarity_inverted = general->fdi_rx_polarity_inverted
    [all...]
intel_bios.c 219 /* Parse general panel options */
526 const struct bdb_general_features *general; local in function:parse_general_features
528 general = find_section(bdb, BDB_GENERAL_FEATURES);
529 if (!general)
532 dev_priv->vbt.int_tv_support = general->int_tv_support;
536 dev_priv->vbt.int_crt_support = general->int_crt_support;
537 dev_priv->vbt.lvds_use_ssc = general->enable_ssc;
539 intel_bios_ssc_frequency(dev_priv, general->ssc_freq);
540 dev_priv->vbt.display_clock_mode = general->display_clock_mode;
541 dev_priv->vbt.fdi_rx_polarity_inverted = general->fdi_rx_polarity_inverted
    [all...]
  /src/sys/dev/pci/
if_iwnreg.h 1380 struct iwn_rx_general_stats general; member in struct:iwn_rx_stats
1435 struct iwn_general_stats general; member in struct:iwn_stats
if_iwnreg.h 1380 struct iwn_rx_general_stats general; member in struct:iwn_rx_stats
1435 struct iwn_general_stats general; member in struct:iwn_stats
if_iwmreg.h 20 * it under the terms of version 2 of the GNU General Public License as
26 * General Public License for more details.
28 * You should have received a copy of the GNU General Public License
33 * The full GNU General Public License is included in this distribution
129 * UCODE-DRIVER GP (general purpose) mailbox registers.
245 * GP (general purpose) CONTROL REGISTER
331 /* One-time-programmable memory general purpose reg */
349 * UCODE-DRIVER GP (general purpose) mailbox register 1
611 * @IWM_UCODE_TLV_FLAGS_UAPSD_SUPPORT: General support for uAPSD
2888 * @phy_flags: general phy flags: band, modulation, ..
3293 struct iwm_statistics_rx_non_phy general; member in struct:iwm_statistics_rx
3317 struct iwm_statistics_general general; member in struct:iwm_notif_statistics
    [all...]
if_iwmreg.h 20 * it under the terms of version 2 of the GNU General Public License as
26 * General Public License for more details.
28 * You should have received a copy of the GNU General Public License
33 * The full GNU General Public License is included in this distribution
129 * UCODE-DRIVER GP (general purpose) mailbox registers.
245 * GP (general purpose) CONTROL REGISTER
331 /* One-time-programmable memory general purpose reg */
349 * UCODE-DRIVER GP (general purpose) mailbox register 1
611 * @IWM_UCODE_TLV_FLAGS_UAPSD_SUPPORT: General support for uAPSD
2888 * @phy_flags: general phy flags: band, modulation, ..
3293 struct iwm_statistics_rx_non_phy general; member in struct:iwm_statistics_rx
3317 struct iwm_statistics_general general; member in struct:iwm_notif_statistics
    [all...]

Completed in 179 milliseconds