Searched refs:VOLTAGE_DELAY_SEL (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/pci/drm/radeon/
H A Dr100.c394 sclk_more_cntl &= ~VOLTAGE_DELAY_SEL(3);
414 sclk_more_cntl |= VOLTAGE_DELAY_SEL(0);
417 sclk_more_cntl |= VOLTAGE_DELAY_SEL(1);
420 sclk_more_cntl |= VOLTAGE_DELAY_SEL(2);
423 sclk_more_cntl |= VOLTAGE_DELAY_SEL(3);
H A Drs600d.h667 #define VOLTAGE_DELAY_SEL(x) ((x) << 3) macro
H A Drs600.c282 dyn_sclk_vol_cntl |= VOLTAGE_DELAY_SEL(voltage->delay);
H A Dr100d.h854 #define VOLTAGE_DELAY_SEL(x) ((x) << 20) macro

Completed in 149 milliseconds