Home
last modified time | relevance | path

Searched refs:gmask (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.h209 volatile uint32_t gmask; member
H A Dfm_manip.c3049 *(uint32_t *)&p_Ad->gmask = 0xf0000000; in MvIntFrameHeaderFromFrameToBufferPrefix()
3536 WRITE_UINT32(p_Ad->gmask, tmpReg32); in FillReassmManipParams()
3879 p_Stats->totalFrames = GET_UINT32(p_Ad->gmask); in IpFragmentationStats()
3941 WRITE_UINT32(p_Manip->fragParams.p_Frag->gmask, gmaskReg); in IpFragmentation()
3993 WRITE_UINT32(p_Ad->gmask, 0); in IPManip()
4218 p_Stats->totalFrames = GET_UINT32(p_Ad->gmask); in CapwapFragmentationStats()
4326 WRITE_UINT32(p_Manip->fragParams.p_Frag->gmask, gmaskReg); in CapwapFragmentation()
4346 WRITE_UINT32(p_Ad->gmask, 0); in CapwapFragmentation()
4975 WRITE_UINT32(((t_AdOfTypeContLookup *)p_Ad)->gmask, in FmPcdManipUpdateAdContLookupForCc()
4976 ((t_AdOfTypeContLookup *)(p_Manip->h_Ad))->gmask); in FmPcdManipUpdateAdContLookupForCc()
H A Dfm_cc.c372 MemCpy8((void*)&p_AdContLookup->gmask, p_Node->p_GlblMask, in FillAdOfTypeContLookup()
/freebsd/stand/common/
H A Dgfx_fb.c281 int rmask, gmask, bmask; in gfx_fb_color_map()
295 gmask = gfx_state.tg_fb.fb_mask_green >> goff; in gfx_fb_color_map()
297 gmask = 0xff; in gfx_fb_color_map()
304 return (rgb_color_map(index, rmask, 16, gmask, 8, bmask, 0)); in gfx_fb_color_map()
280 int rmask, gmask, bmask; gfx_fb_color_map() local
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c5129 uint32_t gdata, gmask, gdir; in hdaa_gpio_commit() local
5136 gmask = hda_command(devinfo->dev, in hdaa_gpio_commit()
5144 gmask |= (1 << i); in hdaa_gpio_commit()
5149 gmask |= (1 << i); in hdaa_gpio_commit()
5153 gmask &= ~(1 << i); in hdaa_gpio_commit()
5156 gmask |= (1 << i); in hdaa_gpio_commit()
5164 HDA_CMD_SET_GPIO_ENABLE_MASK(0, devinfo->nid, gmask)); in hdaa_gpio_commit()