Home
last modified time | relevance | path

Searched refs:primary_offset (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/mga/
Dmga_ioc32.c56 u32 primary_offset; member
89 || __put_user(init32.primary_offset, &init->primary_offset) in compat_mga_init()
Dmga_dma.c839 dev_priv->primary = drm_legacy_findmap(dev, init->primary_offset); in mga_do_init_dma()
/linux-4.4.14/include/uapi/drm/
Dmga_drm.h297 unsigned long primary_offset; member
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c244 s32 primary_offset; in chandef_to_chanspec() local
249 primary_offset = ch->center_freq1 - ch->chan->center_freq; in chandef_to_chanspec()
254 WARN_ON(primary_offset != 0); in chandef_to_chanspec()
258 if (primary_offset < 0) in chandef_to_chanspec()
265 if (primary_offset < 0) { in chandef_to_chanspec()
266 if (primary_offset < -CH_10MHZ_APART) in chandef_to_chanspec()
271 if (primary_offset > CH_10MHZ_APART) in chandef_to_chanspec()