Searched defs:iee_scb (Results 1 – 1 of 1) sorted by relevance
62 struct iee_scb { struct63 volatile uint16_t scb_status; /* Status Bits */64 volatile uint16_t scb_cmd; /* Command Bits */65 volatile uint32_t scb_cmd_blk_addr; /* Command Block Address */66 volatile uint32_t scb_rfa_addr; /* Receive Frame Area Address */67 volatile uint32_t scb_crc_err; /* CRC Errors */68 volatile uint32_t scb_align_err; /* Alignment Errors */69 volatile uint32_t scb_resource_err; /* Resource Errors [1] */70 volatile uint32_t scb_overrun_err; /* Overrun Errors [1] */71 volatile uint32_t scb_rcvcdt_err; /* RCVCDT Errors [1] */[all …]