Lines Matching refs:data_lo

62 				     u32 lane, u32 addr, u32 data_lo,  in ecore_phy_write()  argument
67 OSAL_MEMCPY(buf64, &data_lo, 4); in ecore_phy_write()
77 u32 port, u32 addr, u32 data_lo, u32 data_hi, in ecore_phy_core_write() argument
89 rc = ecore_phy_write(p_hwfn, p_ptt, port, 0 /* lane */, addr, data_lo, in ecore_phy_core_write()
107 u8 data_lo[4]; in ecore_phy_core_read() local
119 OSAL_MEMCPY(data_lo, buf64, 4); in ecore_phy_core_read()
122 *(u32 *)data_hi, *(u32 *)data_lo); in ecore_phy_core_read()
132 u32 port, u32 lane, u32 addr, u32 data_lo, in ecore_phy_raw_write() argument
152 rc = ecore_phy_write(p_hwfn,p_ptt, port, lane, addr, data_lo, in ecore_phy_raw_write()
170 u8 data_lo[4]; in ecore_phy_raw_read() local
190 OSAL_MEMCPY(data_lo, buf64, 4); in ecore_phy_raw_read()
193 *(u32 *)data_hi, *(u32 *)data_lo); in ecore_phy_raw_read()
223 u8 data_lo[4]; in ecore_phy_info() local
298 OSAL_MEMCPY(data_lo, buf64, 4); in ecore_phy_info()
300 if ((data_lo[0] & 0x3f) == 0x14) in ecore_phy_info()
586 u8 buf64[8] = {0}, data_hi[4], data_lo[4]; in ecore_bb_phy_mac_stat() local
599 OSAL_MEMCPY(data_lo, buf64, 4); in ecore_bb_phy_mac_stat()
603 if (*(u32 *)data_lo != 0) { /* Only non-zero */ in ecore_bb_phy_mac_stat()
607 *(u32 *)data_lo, in ecore_bb_phy_mac_stat()
633 u32 length, reg_id, addr, data_hi __unused, data_lo; in ecore_ah_e5_phy_mac_stat() local
640 data_lo = ecore_rd(p_hwfn, p_ptt, in ecore_ah_e5_phy_mac_stat()
649 if (data_lo) { /* Only non-zero */ in ecore_ah_e5_phy_mac_stat()
653 data_lo, in ecore_ah_e5_phy_mac_stat()