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.c135 uint8_t function_group[6]; member
712 memset(sd->function_group, 0, sizeof(sd->function_group)); in sd_reset()
820 VMSTATE_UINT8_ARRAY(function_group, SDState, 6),
1075 sd->function_group[i] = new_func; in sd_function_switch()