HomeSort by: relevance | last modified time | path
    Searched refs:VOLTAGE_DELAY_SEL (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r100.c 389 sclk_more_cntl &= ~VOLTAGE_DELAY_SEL(3);
409 sclk_more_cntl |= VOLTAGE_DELAY_SEL(0);
412 sclk_more_cntl |= VOLTAGE_DELAY_SEL(1);
415 sclk_more_cntl |= VOLTAGE_DELAY_SEL(2);
418 sclk_more_cntl |= VOLTAGE_DELAY_SEL(3);
radeon_rs600.c 280 dyn_sclk_vol_cntl |= VOLTAGE_DELAY_SEL(voltage->delay);
rs600d.h 669 #define VOLTAGE_DELAY_SEL(x) ((x) << 3)
r100d.h 856 #define VOLTAGE_DELAY_SEL(x) ((x) << 20)

Completed in 18 milliseconds