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 …]
334 typedef struct ccsr_tsec { struct335 u8 res1[16];336 u32 ievent; /* IRQ Event */337 u32 imask; /* IRQ Mask */338 u32 edis; /* Error Disabled */339 u8 res2[4];340 u32 ecntrl; /* Ethernet Control */341 u32 minflr; /* Minimum Frame Len */342 u32 ptv; /* Pause Time Value */343 u32 dmactrl; /* DMA Control */[all …]