rge_chip_state
enum rge_chip_state rge_chip_state; /* definitions above */
rgep->rge_chip_state = RGE_CHIP_RUNNING;
rgep->rge_chip_state = RGE_CHIP_FAULT;
rgep->rge_chip_state = RGE_CHIP_STOPPED;
rgep->rge_chip_state = RGE_CHIP_ERROR;
rgep->rge_chip_state = RGE_CHIP_ERROR;
rgep->rge_chip_state = RGE_CHIP_ERROR;
switch (rgep->rge_chip_state) {
switch (rgep->rge_chip_state) {
rgep->rge_chip_state = RGE_CHIP_RESET;
rgep->rge_chip_state = RGE_CHIP_ERROR;
(rgep->rge_chip_state != RGE_CHIP_RUNNING) ||