Home
last modified time | relevance | path

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

/openbmc/u-boot/board/nvidia/dalmore/
H A Ddalmore.c44 uchar reg, data_buffer[1]; in board_sdmmc_voltage_init() local
54 data_buffer[0] = 0x31; in board_sdmmc_voltage_init()
57 ret = dm_i2c_write(dev, reg, data_buffer, 1); in board_sdmmc_voltage_init()
60 __func__, reg, data_buffer[0], ret); in board_sdmmc_voltage_init()
63 data_buffer[0] = 0x01; in board_sdmmc_voltage_init()
66 ret = dm_i2c_write(dev, reg, data_buffer, 1); in board_sdmmc_voltage_init()
69 __func__, reg, data_buffer[0], ret); in board_sdmmc_voltage_init()
72 data_buffer[0] = 0x03; in board_sdmmc_voltage_init()
80 ret = dm_i2c_write(dev, reg, data_buffer, 1); in board_sdmmc_voltage_init()
83 __func__, reg, data_buffer[0], ret); in board_sdmmc_voltage_init()
/openbmc/u-boot/board/nvidia/cardhu/
H A Dcardhu.c43 uchar reg, data_buffer[1]; in board_sdmmc_voltage_init() local
54 data_buffer[0] = 0x65; in board_sdmmc_voltage_init()
58 if (dm_i2c_write(dev, reg, data_buffer, 1)) in board_sdmmc_voltage_init()
63 data_buffer[0] = 0x09; in board_sdmmc_voltage_init()
67 if (dm_i2c_write(dev, reg, data_buffer, 1)) in board_sdmmc_voltage_init()
/openbmc/qemu/hw/vfio/
H A Dvfio-migration-internal.h45 void *data_buffer; member
H A Dmigration.c351 data_size = read(migration->data_fd, migration->data_buffer, in vfio_save_block()
377 qemu_put_buffer(f, migration->data_buffer, data_size); in vfio_save_block()
465 migration->data_buffer = g_try_malloc0(migration->data_buffer_size); in vfio_save_setup()
466 if (!migration->data_buffer) { in vfio_save_setup()
532 g_free(migration->data_buffer); in vfio_save_cleanup()
533 migration->data_buffer = NULL; in vfio_save_cleanup()