Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_8327.c803 arswitch_writereg(sc->sc_dev, AR8327_REG_PORT_LOOKUP(port), t); in ar8327_port_init()
855 AR8327_REG_PORT_LOOKUP(port), in ar8327_port_disable_mirror()
936 arswitch_writereg(sc->sc_dev, AR8327_REG_PORT_LOOKUP(i), t); in ar8327_reset_vlans()
973 reg = arswitch_readreg(sc->sc_dev, AR8327_REG_PORT_LOOKUP(port)); in ar8327_vlan_get_port()
988 err = arswitch_modifyreg(sc->sc_dev, AR8327_REG_PORT_LOOKUP(port), in ar8327_vlan_set_port()
H A Darswitchreg.h566 #define AR8327_REG_PORT_LOOKUP(_i) (0x660 + (_i) * 0xc) macro