Searched defs:idt_mmap (Results 1 – 2 of 2) sorted by relevance
421 struct idt_mmap { struct422 u_int sram; /* K SRAM */423 u_int max_conn; /* connections */424 u_int vcbits; /* VPI + VCI bits */425 u_int rxtab; /* CFG word for CNTBL field */426 u_int rct; /* RCT base */427 u_int rtables; /* rate table address */428 u_int scd_base; /* SCD area base address */429 u_int scd_num; /* number of SCDs */430 u_int tst1base; /* base address of TST 1 */[all …]
173 static const struct idt_mmap idt_mmap[4] = IDT_MMAP; in patm_attach() local