Searched refs:constraint (Results 1 – 5 of 5) sorted by relevance
/u-boot/cmd/ |
A D | regulator.c | 167 constraint(" - min uV:", uc_pdata->min_uV, NULL); in do_info() 168 constraint(" - max uV:", uc_pdata->max_uV, NULL); in do_info() 169 constraint(" - min uA:", uc_pdata->min_uA, NULL); in do_info() 170 constraint(" - max uA:", uc_pdata->max_uA, NULL); in do_info() 171 constraint(" - always on:", uc_pdata->always_on, in do_info() 173 constraint(" - boot on:", uc_pdata->boot_on, in do_info() 177 constraint("* op modes:", mode_count, NULL); in do_info() 180 constraint(" - mode id:", modes->id, modes->name); in do_info() 198 constraint(" * value uV:", value, NULL); in do_status_detail() 201 constraint(" * current uA:", current, NULL); in do_status_detail() [all …]
|
/u-boot/doc/device-tree-bindings/adc/ |
A D | adc.txt | 5 - use microvolts constraint or
|
/u-boot/doc/device-tree-bindings/regulator/ |
A D | regulator.txt | 63 The "regulator-name" constraint is used for setting the device's uclass
|
/u-boot/board/ti/am65x/ |
A D | README | 21 bootloader has to run on R5 core. In order to meet this constraint, and for
|
/u-boot/tools/binman/ |
A D | README | 522 constraint in the image description. For example, if a section has to
|
Completed in 6 milliseconds