Home
last modified time | relevance | path

Searched defs:idt_mmap (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/patm/
Didt77252reg.h421 struct idt_mmap { struct
422 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 …]
Dif_patm_attach.c173 static const struct idt_mmap idt_mmap[4] = IDT_MMAP; in patm_attach() local