Searched refs:amax (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | 88pm800-regulator.c | 86 #define PM800_BUCK(match, vreg, ereg, ebit, amax, volt_ranges, n_volt) \ argument 104 .max_ua = (amax), \ 116 #define PM800_LDO(match, vreg, ereg, ebit, amax, ldo_volt_table) \ argument 133 .max_ua = (amax), \
|
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 56 pf.amax = (1 << pf.abits) - 1; in qemu_pixelformat_from_pixman() 60 pf.amask = pf.amax << pf.ashift; in qemu_pixelformat_from_pixman()
|
/openbmc/qemu/include/ui/ |
H A D | qemu-pixman.h | 70 uint8_t rmax, gmax, bmax, amax; member
|