Home
last modified time | relevance | path

Searched refs:CODE_MAX (Results 1 – 3 of 3) sorted by relevance

/external/arm-trusted-firmware/drivers/renesas/rcar/ddr/ddr_b/
Dboot_init_dram.c3914 const uint32_t CODE_MAX = 0x40; in _rx_offset_cal_updn() local
3919 tmp = (1U << 6) | (CODE_MAX - 1); in _rx_offset_cal_updn()
3922 ((CODE_MAX - 1 - in _rx_offset_cal_updn()
3923 (0x20 - code) * 2) << 6) | (CODE_MAX - 1); in _rx_offset_cal_updn()
3926 ((CODE_MAX - 1) << 6) | (CODE_MAX - 1 - in _rx_offset_cal_updn()
3930 tmp = (1U << 6) | (CODE_MAX - 1); in _rx_offset_cal_updn()
3932 tmp = (code << 6) | (CODE_MAX - code); in _rx_offset_cal_updn()
3941 const uint32_t CODE_MAX = 0x40; in rx_offset_cal() local
3958 for (code = 0; code < CODE_MAX / CODE_STEP; code++) { in rx_offset_cal()
3990 (CODE_MAX / CODE_STEP) - 1); in rx_offset_cal()
/external/pdfium/third_party/libtiff/
Dtif_lzw.c74 #define CODE_MAX MAXCODE(BITS_MAX) macro
1003 if (free_ent == CODE_MAX-1) { in LZWEncode()
1092 if (free_ent == CODE_MAX-1) { in LZWPostEncode()
/external/arm-trusted-firmware/drivers/renesas/rzg/ddr/ddr_b/
Dboot_init_dram.c3240 const uint32_t CODE_MAX = 0x40U; in _rx_offset_cal_updn() local
3244 tmp = (1U << 6) | (CODE_MAX - 1U); in _rx_offset_cal_updn()
3246 tmp = (code << 6) | (CODE_MAX - code); in _rx_offset_cal_updn()
3256 const uint32_t CODE_MAX = 0x40U; in rx_offset_cal() local
3274 for (code = 0U; code < CODE_MAX / CODE_STEP; code++) { in rx_offset_cal()
3305 (CODE_MAX / CODE_STEP) - 1U); in rx_offset_cal()