Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/mga/
Dmga_ioc32.c57 u32 primary_offset; member
78 init.primary_offset = init32.primary_offset; in compat_mga_init()
Dmga_dma.c858 dev_priv->primary = drm_legacy_findmap(dev, init->primary_offset); in mga_do_init_dma()
/linux-6.1.9/include/uapi/drm/
Dmga_drm.h303 unsigned long primary_offset; member
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c255 s32 primary_offset; in chandef_to_chanspec() local
260 primary_offset = ch->chan->center_freq - ch->center_freq1; in chandef_to_chanspec()
265 WARN_ON(primary_offset != 0); in chandef_to_chanspec()
269 if (primary_offset > 0) in chandef_to_chanspec()
276 if (primary_offset == -30) in chandef_to_chanspec()
278 else if (primary_offset == -10) in chandef_to_chanspec()
280 else if (primary_offset == 10) in chandef_to_chanspec()
287 if (primary_offset == -70) in chandef_to_chanspec()
289 else if (primary_offset == -50) in chandef_to_chanspec()
291 else if (primary_offset == -30) in chandef_to_chanspec()
[all …]