Lines Matching defs:value
92 * 48-49: SPCSEL value 0x3_0000_0000_0000
95 * 46-47: TTM0SEL value (0=FPU, 2=IFU, 3=VPU) 0xC000_0000_0000
98 * 44-45: TTM1SEL value (0=IDU, 3=STS) 0x3000_0000_0000
196 unsigned long mask = 0, value = 0;
205 value |= 1 << sh;
213 value |= unit_cons[unit][1];
223 value |= (unsigned long)unit << (28 - 4 * byte);
228 value |= 0x1000000000ull;
232 value |= 0x100000000ull;
237 value |= (unsigned long)spcsel << 48;
240 *valp = value;