Home
last modified time | relevance | path

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

/drivers/staging/octeon/
Dethernet.c293 union cvmx_gmxx_prtx_cfg gmx_cfg; in cvm_oct_common_set_multicast_list() local
324 gmx_cfg.u64 = in cvm_oct_common_set_multicast_list()
327 gmx_cfg.u64 & ~1ull); in cvm_oct_common_set_multicast_list()
339 gmx_cfg.u64); in cvm_oct_common_set_multicast_list()
346 union cvmx_gmxx_prtx_cfg gmx_cfg; in cvm_oct_set_mac_filter() local
360 gmx_cfg.u64 = in cvm_oct_set_mac_filter()
363 gmx_cfg.u64 & ~1ull); in cvm_oct_set_mac_filter()
380 gmx_cfg.u64); in cvm_oct_set_mac_filter()
456 union cvmx_gmxx_prtx_cfg gmx_cfg; in cvm_oct_common_open() local
467 gmx_cfg.u64 = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(index, interface)); in cvm_oct_common_open()
[all …]
Dethernet-mdio.c110 union cvmx_gmxx_prtx_cfg gmx_cfg; in cvm_oct_common_stop() local
113 gmx_cfg.u64 = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(index, interface)); in cvm_oct_common_stop()
114 gmx_cfg.s.en = 0; in cvm_oct_common_stop()
115 cvmx_write_csr(CVMX_GMXX_PRTX_CFG(index, interface), gmx_cfg.u64); in cvm_oct_common_stop()