Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.c18 u32 ulcommand = 0; in rtl92e_cam_reset() local
20 ulcommand |= BIT31 | BIT30; in rtl92e_cam_reset()
21 rtl92e_writel(dev, RWCAM, ulcommand); in rtl92e_cam_reset()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c204 u32 ulcommand = 0; in CamResetAllEntry() local
211 ulcommand |= BIT(31) | BIT(30); in CamResetAllEntry()
212 write_nic_dword(dev, RWCAM, ulcommand); in CamResetAllEntry()