Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/
H A Dfdc.c2151 typedef struct FDCtrlCommand { struct
2158 } FDCtrlCommand; argument
2160 static const FDCtrlCommand handlers[] = {
2197 static const FDCtrlCommand *get_command(uint8_t cmd) in get_command()
2209 const FDCtrlCommand *cmd; in fdctrl_write_data()