Home
last modified time | relevance | path

Searched refs:ulcommand (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.c29 u32 ulcommand = 0; in rtl92e_cam_reset() local
31 ulcommand |= BIT31|BIT30; in rtl92e_cam_reset()
32 rtl92e_writel(dev, RWCAM, ulcommand); in rtl92e_cam_reset()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_core.c229 u32 ulcommand = 0; in CamResetAllEntry() local
236 ulcommand |= BIT(31) | BIT(30); in CamResetAllEntry()
237 write_nic_dword(dev, RWCAM, ulcommand); in CamResetAllEntry()