Searched refs:memory_mask (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_optc.c49 uint32_t memory_mask = 0; local
55 memory_mask = 0xf;
58 memory_mask = 0xff;
61 memory_mask = 0x1 << (opp_id[0] * 2) | 0x1 << (opp_id[1] * 2);
63 memory_mask = 0x3 << (opp_id[0] * 2) | 0x3 << (opp_id[1] * 2);
65 memory_mask = 0x77;
67 memory_mask = 0xff;
71 OPTC_MEM_SEL, memory_mask);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_optc.c54 uint32_t memory_mask = 0; local
67 memory_mask = 0x3;
69 memory_mask = 0xf;
71 memory_mask = 0x3f;
74 memory_mask = 0x1 << (opp_id[0] * 2) | 0x1 << (opp_id[1] * 2);
76 memory_mask = 0x3 << (opp_id[0] * 2) | 0x3 << (opp_id[1] * 2);
78 memory_mask = 0x77;
82 OPTC_MEM_SEL, memory_mask);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_optc.c49 uint32_t memory_mask = 0; local
62 memory_mask = 0x3;
64 memory_mask = 0xf;
66 memory_mask = 0x3f;
69 memory_mask = 0x1 << (opp_id[0] * 2) | 0x1 << (opp_id[1] * 2);
71 memory_mask = 0x3 << (opp_id[0] * 2) | 0x3 << (opp_id[1] * 2);
73 memory_mask = 0x77;
77 OPTC_MEM_SEL, memory_mask);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_optc.c224 uint32_t memory_mask = 0; local
243 memory_mask = 0x3 << (opp_id[0] * 2) | 0x3 << (opp_id[1] * 2);
248 memory_mask = 0x1 << (opp_id[0] * 2) | 0x1 << (opp_id[1] * 2) | 0x1 << (opp_id[2] * 2) | 0x1 << (opp_id[3] * 2);
253 OPTC_MEM_SEL, memory_mask);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_optc.c194 uint32_t memory_mask; local
211 memory_mask = 0x3 << (opp_id[0] * 2) | 0x3 << (opp_id[1] * 2);
215 OPTC_MEM_SEL, memory_mask);

Completed in 128 milliseconds