Lines Matching defs:upc
430 typedef struct upc { struct
431 u32 upgcr; /* UTOPIA/POS general configuration register */
432 u32 uplpa; /* UTOPIA/POS last PHY address */
433 u32 uphec; /* ATM HEC register */
434 u32 upuc; /* UTOPIA/POS UCC configuration */
435 u32 updc1; /* UTOPIA/POS device 1 configuration */
436 u32 updc2; /* UTOPIA/POS device 2 configuration */
437 u32 updc3; /* UTOPIA/POS device 3 configuration */
438 u32 updc4; /* UTOPIA/POS device 4 configuration */
439 u32 upstpa; /* UTOPIA/POS STPA threshold */
440 u8 res0[0xC];
441 u32 updrs1_h; /* UTOPIA/POS device 1 rate select */
442 u32 updrs1_l; /* UTOPIA/POS device 1 rate select */
443 u32 updrs2_h; /* UTOPIA/POS device 2 rate select */
444 u32 updrs2_l; /* UTOPIA/POS device 2 rate select */
445 u32 updrs3_h; /* UTOPIA/POS device 3 rate select */
446 u32 updrs3_l; /* UTOPIA/POS device 3 rate select */
447 u32 updrs4_h; /* UTOPIA/POS device 4 rate select */
448 u32 updrs4_l; /* UTOPIA/POS device 4 rate select */
449 u32 updrp1; /* UTOPIA/POS device 1 receive priority low */
450 u32 updrp2; /* UTOPIA/POS device 2 receive priority low */
451 u32 updrp3; /* UTOPIA/POS device 3 receive priority low */
452 u32 updrp4; /* UTOPIA/POS device 4 receive priority low */
453 u32 upde1; /* UTOPIA/POS device 1 event */
454 u32 upde2; /* UTOPIA/POS device 2 event */
455 u32 upde3; /* UTOPIA/POS device 3 event */
456 u32 upde4; /* UTOPIA/POS device 4 event */
457 u16 uprp1;
458 u16 uprp2;
459 u16 uprp3;
483 } __attribute__ ((packed)) upc_t; argument