SLOTSTATUS_RESET
budget_av->slot_status = SLOTSTATUS_RESET;
if (budget_av->slot_status == SLOTSTATUS_RESET) {
#define SLOTSTATUS_OCCUPIED (SLOTSTATUS_PRESENT|SLOTSTATUS_RESET|SLOTSTATUS_READY)
budget_ci->slot_status = SLOTSTATUS_RESET;
} else if (budget_ci->slot_status & SLOTSTATUS_RESET) {
if (budget_ci->slot_status & SLOTSTATUS_RESET) {
#define SLOTSTATUS_OCCUPIED (SLOTSTATUS_PRESENT|SLOTSTATUS_RESET|SLOTSTATUS_READY)