Home
last modified time | relevance | path

Searched refs:RTL8366_VMCR_MULT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rbvar.h85 #define RTL8366_VMCR_MULT (sc->chip_type == 0 ? 3 : 2) macro
100 (RTL8366_VMCR_BASE + _reg + _vlan * RTL8366_VMCR_MULT)
H A Drtl8366rb.c750 for (i=0; i<RTL8366_VMCR_MULT; i++) in rtl_getvgroup()