BUS_OP
{ FPCFGA_BUS_QUIESCE, BUS_OP, devctl_bus_quiesce },
{ FPCFGA_BUS_UNQUIESCE, BUS_OP, devctl_bus_unquiesce },
{ FPCFGA_BUS_CONFIGURE, BUS_OP, devctl_bus_configure },
{ FPCFGA_BUS_UNCONFIGURE, BUS_OP, devctl_bus_unconfigure },
{ FPCFGA_RESET_BUS, BUS_OP, devctl_bus_reset },
{ FPCFGA_RESET_ALL, BUS_OP, devctl_bus_resetall },
{ FPCFGA_BUS_GETSTATE, BUS_OP, devctl_bus_getstate },
assert(type == BUS_OP || type == DEV_OP);
if (type == BUS_OP) {
if (type == BUS_OP) {
{ SCFGA_BUS_QUIESCE, BUS_OP, devctl_bus_quiesce },
{ SCFGA_BUS_UNQUIESCE, BUS_OP, devctl_bus_unquiesce },
{ SCFGA_BUS_CONFIGURE, BUS_OP, devctl_bus_configure },
{ SCFGA_BUS_UNCONFIGURE, BUS_OP, devctl_bus_unconfigure },
{ SCFGA_RESET_BUS, BUS_OP, devctl_bus_reset },
{ SCFGA_RESET_ALL, BUS_OP, devctl_bus_resetall },
{ SCFGA_BUS_GETSTATE, BUS_OP, devctl_bus_getstate },
assert(type == BUS_OP || type == DEV_OP);