Home
last modified time | relevance | path

Searched defs:NV_WR32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/nvidia/
H A Dnv_local.h66 #define NV_WR32(p,i,d) (__raw_writel((d), (void __iomem *)(p) + (i))) macro
/openbmc/linux/drivers/video/fbdev/riva/
H A Driva_hw.h82 #define NV_WR32(p,i,d) (__raw_writel((d), (void __iomem *)(p) + (i))) macro