HomeSort by relevance Sort by last modified time
    Searched refs:CCM_CDR_SSIDIV (Results 1 - 5 of 5) sorted by null

  /external/u-boot/arch/m68k/cpu/mcf532x/
speed.c 100 temp = (in_be16(&ccm->cdr) & CCM_CDR_SSIDIV(0xFF));
103 out_be16(&ccm->cdr, CCM_CDR_LPDIV(div) | CCM_CDR_SSIDIV(temp));
  /external/u-boot/arch/m68k/include/asm/
m5227x.h 159 #define CCM_CDR_SSIDIV(x) (((x)&0x00FF)) /* SSI oversampling clk div */
m5301x.h 258 #define CCM_CDR_SSIDIV(x) ((x) & 0xFF)
m5329.h 291 #define CCM_CDR_SSIDIV(x) ((x)&0x000F)
    [all...]
m5445x.h 247 #define CCM_CDR_SSIDIV(x) (((x)&0x00FF)) /* SSI oversampling clock divider */
    [all...]

Completed in 61 milliseconds