Home
last modified time | relevance | path

Searched refs:byte1 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dmw_eeprom.c102 u8 byte1=0; in mw_eeprom_write_word() local
110 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()
/rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/
H A Dddr3_training_db.c458 u8 i, byte0 = 0, byte1 = 0; in pattern_table_get_killer_word16() local
472 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()
/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs.h175 #define UPIU_HEADER_DWORD(byte3, byte2, byte1, byte0)\ argument
177 (byte1 << 8) | (byte0))
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_rv1126.c1253 u32 byte1 = 0, byte0 = 0; in phy_cfg() local
1273 byte1 = i; in phy_cfg()
1282 tmp |= ((1 << byte0) | (1 << byte1)); in phy_cfg()
2725 u32 byte1 = 0, byte0 = 0; in dram_detect_cap() local
2805 byte1 = i; in dram_detect_cap()
2808 BIT(byte0) | BIT(byte1)); in dram_detect_cap()