Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/
H A Dfdc.c2152 typedef struct FDCtrlCommand { struct
2159 } FDCtrlCommand; typedef
2161 static const FDCtrlCommand handlers[] = {
2198 static const FDCtrlCommand *get_command(uint8_t cmd) in get_command()
2210 const FDCtrlCommand *cmd; in fdctrl_write_data()