Searched refs:UINT8_MAX (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a/plat/ti/k3/common/ |
A D | k3_psci.c | 121 UINT8_MAX, 100, UINT8_MAX, UINT8_MAX, in k3_pwr_domain_off() 158 UINT8_MAX, 2, UINT8_MAX, UINT8_MAX, in k3_pwr_domain_off() 183 UINT8_MAX, 2, UINT8_MAX, UINT8_MAX, in k3_pwr_domain_off()
|
/trusted-firmware-a/include/lib/libc/ |
A D | stdint.h | 19 #define UINT8_MAX UCHAR_MAX macro 31 #define UINT_LEAST8_MAX UINT8_MAX
|
/trusted-firmware-a/plat/imx/common/include/sci/svc/rm/ |
A D | sci_rm_api.h | 46 #define SC_RM_PT_ALL ((sc_rm_pt_t) UINT8_MAX) /* All partitions */ 47 #define SC_RM_MR_ALL ((sc_rm_mr_t) UINT8_MAX) /* All memory regions */
|
/trusted-firmware-a/drivers/st/spi/ |
A D | stm32_qspi.c | 368 uint32_t prescaler = UINT8_MAX; in stm32_qspi_set_speed() 378 if (prescaler > UINT8_MAX) { in stm32_qspi_set_speed() 379 prescaler = UINT8_MAX; in stm32_qspi_set_speed()
|
/trusted-firmware-a/plat/imx/common/include/sci/svc/pm/ |
A D | sci_pm_api.h | 49 #define SC_PM_CLK_ALL UINT8_MAX /* All clocks */
|
Completed in 7 milliseconds