Lines Matching defs:value
27 * @PINCFG_TYPE_DAT: Pin value configuration.
45 * pin configuration (pull up/down and drive strength) type and its value are
47 * type and the lower 8-bits hold the value of the configuration type.
52 #define PINCFG_PACK(type, value) (((value) << PINCFG_VALUE_SHIFT) | type)
183 * @value: value to store to registers to turn off retention.
192 u32 value;
203 * @value: value to store to registers to turn off retention.
210 u32 value;