Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/cavium/dev/
H A Docteon_ipd.c207 uint64_t sub_port_fcs; in octipd_sub_port_fcs() local
209 sub_port_fcs = _IPD_RD8(sc, IPD_SUB_PORT_FCS_OFFSET); in octipd_sub_port_fcs()
211 CLR(sub_port_fcs, __BIT(sc->sc_port)); in octipd_sub_port_fcs()
213 SET(sub_port_fcs, __BIT(sc->sc_port)); in octipd_sub_port_fcs()
214 _IPD_WR8(sc, IPD_SUB_PORT_FCS_OFFSET, sub_port_fcs); in octipd_sub_port_fcs()