Searched refs:port_cfg_reg (Results 1 – 2 of 2) sorted by relevance
3109 u32 port_cfg_reg, val; in mvneta_rx_unicast_promisc_set() local3111 port_cfg_reg = mvreg_read(pp, MVNETA_PORT_CONFIG); in mvneta_rx_unicast_promisc_set()3118 port_cfg_reg |= MVNETA_UNI_PROMISC_MODE; in mvneta_rx_unicast_promisc_set()3124 port_cfg_reg &= ~MVNETA_UNI_PROMISC_MODE; in mvneta_rx_unicast_promisc_set()3128 mvreg_write(pp, MVNETA_PORT_CONFIG, port_cfg_reg); in mvneta_rx_unicast_promisc_set()
3409 u32 port_cfg_reg = I40E_PRTGEN_CNF + (4 * i); in i40e_parse_discover_capabilities() local3415 i40e_aq_debug_read_register(hw, port_cfg_reg, &port_cfg, NULL); in i40e_parse_discover_capabilities()