Searched refs:UINT_MAX (Results 1 – 7 of 7) sorted by relevance
290 i_rel_shdr = UINT_MAX; in main()304 if (i_rel_shdr == UINT_MAX) { in main()
31 #define PLL_DIV_MAX (FIELD_GET(PMC_PLL_CTRL0_DIV_MSK, UINT_MAX) + 1)33 #define PLL_MUL_MAX (FIELD_GET(PMC_PLL_CTRL1_MUL_MSK, UINT_MAX) + 1)
12 #define UINT_MAX (~0U) macro
106 op.data.nbytes = remaining < UINT_MAX ? remaining : UINT_MAX; in spi_nor_read_data()
99 op.data.nbytes = remaining < UINT_MAX ? remaining : UINT_MAX; in spi_nor_read_data()
497 if (sizeof(table_addr) > sizeof(u32) && table_addr > (ulong)UINT_MAX) { in write_smbios_table()
106 if (newrows > UINT_MAX) { in get_errata_rows()
Completed in 17 milliseconds