Searched refs:byte0 (Results 1 – 3 of 3) sorted by relevance
458 u8 i, byte0 = 0, byte1 = 0; in pattern_table_get_killer_word16() local465 byte0 |= pattern_killer_pattern_table_map[index * 2][role] << i; in pattern_table_get_killer_word16()476 return byte0 | (byte0 << 8) | (byte1 << 16) | (byte1 << 24); in pattern_table_get_killer_word16()
175 #define UPIU_HEADER_DWORD(byte3, byte2, byte1, byte0)\ argument177 (byte1 << 8) | (byte0))
1253 u32 byte1 = 0, byte0 = 0; in phy_cfg() local1267 byte0 = i; in phy_cfg()1282 tmp |= ((1 << byte0) | (1 << byte1)); in phy_cfg()1284 tmp |= (1 << byte0); in phy_cfg()2725 u32 byte1 = 0, byte0 = 0; in dram_detect_cap() local2803 byte0 = i; in dram_detect_cap()2808 BIT(byte0) | BIT(byte1)); in dram_detect_cap()