Searched refs:data_buffer (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/board/nvidia/dalmore/ |
| H A D | dalmore.c | 45 uchar reg, data_buffer[1]; in board_sdmmc_voltage_init() local 55 data_buffer[0] = 0x31; in board_sdmmc_voltage_init() 58 ret = dm_i2c_write(dev, reg, data_buffer, 1); in board_sdmmc_voltage_init() 61 __func__, reg, data_buffer[0], ret); in board_sdmmc_voltage_init() 64 data_buffer[0] = 0x01; in board_sdmmc_voltage_init() 67 ret = dm_i2c_write(dev, reg, data_buffer, 1); in board_sdmmc_voltage_init() 70 __func__, reg, data_buffer[0], ret); in board_sdmmc_voltage_init() 73 data_buffer[0] = 0x03; in board_sdmmc_voltage_init() 81 ret = dm_i2c_write(dev, reg, data_buffer, 1); in board_sdmmc_voltage_init() 84 __func__, reg, data_buffer[0], ret); in board_sdmmc_voltage_init()
|
| /rk3399_rockchip-uboot/board/nvidia/cardhu/ |
| H A D | cardhu.c | 44 uchar reg, data_buffer[1]; in board_sdmmc_voltage_init() local 55 data_buffer[0] = 0x65; in board_sdmmc_voltage_init() 59 if (dm_i2c_write(dev, reg, data_buffer, 1)) in board_sdmmc_voltage_init() 64 data_buffer[0] = 0x09; in board_sdmmc_voltage_init() 68 if (dm_i2c_write(dev, reg, data_buffer, 1)) in board_sdmmc_voltage_init()
|