Searched refs:tableaddr_bitpos (Results 1 – 1 of 1) sorted by relevance
891 const u32 tableaddr_bitpos = 24; in nx_mlc_set_rgblayer_rgamma_table() local894 writel(((dwaddress << tableaddr_bitpos) | dwdata), in nx_mlc_set_rgblayer_rgamma_table()902 const u32 tableaddr_bitpos = 24; in nx_mlc_set_rgblayer_ggamma_table() local905 writel(((dwaddress << tableaddr_bitpos) | dwdata), in nx_mlc_set_rgblayer_ggamma_table()913 const u32 tableaddr_bitpos = 24; in nx_mlc_set_rgblayer_bgamma_table() local916 writel(((dwaddress << tableaddr_bitpos) | dwdata), in nx_mlc_set_rgblayer_bgamma_table()
Completed in 10 milliseconds