Searched defs:ccsr_tsec (Results 1 – 2 of 2) sorted by relevance
284 typedef struct ccsr_tsec { struct285 uint id; /* 0x24000 - Controller ID Register */286 char res1[12];287 uint ievent; /* 0x24010 - Interrupt Event Register */288 uint imask; /* 0x24014 - Interrupt Mask Register */289 uint edis; /* 0x24018 - Error Disabled Register */290 char res2[4];291 uint ecntrl; /* 0x24020 - Ethernet Control Register */292 char res2_1[4];293 uint ptv; /* 0x24028 - Pause Time Value Register */[all …]
335 typedef struct ccsr_tsec { struct336 u8 res1[16];337 u32 ievent; /* IRQ Event */338 u32 imask; /* IRQ Mask */339 u32 edis; /* Error Disabled */340 u8 res2[4];341 u32 ecntrl; /* Ethernet Control */342 u32 minflr; /* Minimum Frame Len */343 u32 ptv; /* Pause Time Value */344 u32 dmactrl; /* DMA Control */[all …]