Searched refs:byte1 (Results 1 – 4 of 4) sorted by relevance
102 u8 byte1=0; in mw_eeprom_write_word() local110 byte1 = EEP_OPC_WRITE >> 2; in mw_eeprom_write_word()115 byte1 = EEP_OPC_WRITE >> 1; in mw_eeprom_write_word()120 byte1 = EEP_OPC_WRITE; in mw_eeprom_write_word()124 byte1 = EEP_OPC_WRITE << 1; in mw_eeprom_write_word()125 byte1 |= addr >> 8; in mw_eeprom_write_word()129 byte1 = EEP_OPC_WRITE << 2; in mw_eeprom_write_word()130 byte1 |= addr >> 8; in mw_eeprom_write_word()139 ssi_tx_byte(byte1); in mw_eeprom_write_word()
458 u8 i, byte0 = 0, byte1 = 0; in pattern_table_get_killer_word16() local472 byte1 |= pattern_killer_pattern_table_map 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() local1273 byte1 = i; in phy_cfg()1282 tmp |= ((1 << byte0) | (1 << byte1)); in phy_cfg()2725 u32 byte1 = 0, byte0 = 0; in dram_detect_cap() local2805 byte1 = i; in dram_detect_cap()2808 BIT(byte0) | BIT(byte1)); in dram_detect_cap()