Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_mt7620.c164 val = sc->hal.mtkswitch_read(sc, MTKSWITCH_REG32(reg)); in mtkswitch_reg_read()
176 tmp = sc->hal.mtkswitch_read(sc, MTKSWITCH_REG32(reg)); in mtkswitch_reg_write()
227 val = sc->hal.mtkswitch_read(sc, MTKSWITCH_PCR(port)); in mtkswitch_port_init()
232 val = sc->hal.mtkswitch_read(sc, MTKSWITCH_PVC(port)); in mtkswitch_port_init()
251 val = sc->hal.mtkswitch_read(sc, MTKSWITCH_PMSR(port)); in mtkswitch_get_port_status()
360 val = sc->hal.mtkswitch_read(sc, MTKSWITCH_VTIM(i)); in mtkswitch_vlan_init_hw()
411 v->es_vid = (sc->hal.mtkswitch_read(sc, in mtkswitch_vlan_getvgroup()
427 val = sc->hal.mtkswitch_read(sc, MTKSWITCH_VAWD1); in mtkswitch_vlan_getvgroup()
436 val = sc->hal.mtkswitch_read(sc, MTKSWITCH_VAWD2); in mtkswitch_vlan_getvgroup()
464 val = sc->hal.mtkswitch_read(sc, in mtkswitch_vlan_setvgroup()
[all …]
H A Dmtkswitchvar.h113 uint32_t (* mtkswitch_read) (struct mtkswitch_softc *, int); member