Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dsd.c167 uint8_t function_group[6]; member
859 memset(sd->function_group, 0, sizeof(sd->function_group)); in sd_reset()
985 VMSTATE_UINT8_ARRAY(function_group, SDState, 6),
1204 sd->function_group[i] = new_func; in sd_function_switch()