Lines Matching full:cu
119 #define CU_START 0x0010 /* CU start. */
120 #define CU_RESUME 0x0020 /* CU resume. */
123 #define CU_CMD_BASE 0x0060 /* Load CU base address. */
125 #define CU_SRESUME 0x00a0 /* CU static resume. */
256 uint32_t cu_base; /* CU base address */
257 uint32_t cu_offset; /* CU address offset */
264 * used while processing CU commands. */
436 /* CU completed action command. */ in eepro100_cx_interrupt()
443 /* CU left the active state. */ in eepro100_cna_interrupt()
726 missing("CU dump statistical counters"); in dump_statistics()
873 logout("val=(cu start), status=0x%04x, command=0x%04x, link=0x%08x\n", in action_command()
925 /* CU completed action. */ in action_command()
929 /* CU becomes idle. Terminate command loop. */ in action_command()
934 /* CU becomes suspended. Terminate command loop. */ in action_command()
940 TRACE(OTHER, logout("CU list with at least one more entry\n")); in action_command()
943 TRACE(OTHER, logout("CU list empty\n")); in action_command()
944 /* List is empty. Now CU is idle or suspended. */ in action_command()
958 /* Intel documentation says that CU must be idle or suspended in eepro100_cu_command()
959 * for the CU start command. */ in eepro100_cu_command()
960 logout("unexpected CU state is %u\n", cu_state); in eepro100_cu_command()
968 logout("bad CU resume from CU state %u\n", get_cu_state(s)); in eepro100_cu_command()
972 missing("cu resume"); in eepro100_cu_command()
977 TRACE(OTHER, logout("CU resuming\n")); in eepro100_cu_command()
1002 /* Load CU base. */ in eepro100_cu_command()
1003 TRACE(OTHER, logout("val=0x%02x (CU base address)\n", val)); in eepro100_cu_command()
1014 /* CU static resume. */ in eepro100_cu_command()
1015 missing("CU static resume"); in eepro100_cu_command()
1018 missing("Undefined CU command"); in eepro100_cu_command()