Lines Matching refs:shmem_base_path

10174 				      u32 shmem_base_path[],  in bnx2x_84833_get_reset_gpios()  argument
10184 reset_pin[idx] = REG_RD(bp, shmem_base_path[idx] + in bnx2x_84833_get_reset_gpios()
10197 reset_pin[idx] = REG_RD(bp, shmem_base_path[idx] + in bnx2x_84833_get_reset_gpios()
10220 u32 shmem_base_path[2]; in bnx2x_84833_hw_reset_phy() local
10230 shmem_base_path[0] = params->shmem_base; in bnx2x_84833_hw_reset_phy()
10231 shmem_base_path[1] = other_shmem_base_addr; in bnx2x_84833_hw_reset_phy()
10233 reset_gpios = bnx2x_84833_get_reset_gpios(bp, shmem_base_path, in bnx2x_84833_hw_reset_phy()
13183 u32 shmem_base_path[], in bnx2x_8073_common_init_phy() argument
13202 shmem_base = shmem_base_path[0]; in bnx2x_8073_common_init_phy()
13206 shmem_base = shmem_base_path[port]; in bnx2x_8073_common_init_phy()
13309 u32 shmem_base_path[], in bnx2x_8726_common_init_phy() argument
13330 shmem_base = shmem_base_path[0]; in bnx2x_8726_common_init_phy()
13333 shmem_base = shmem_base_path[port]; in bnx2x_8726_common_init_phy()
13404 u32 shmem_base_path[], in bnx2x_8727_common_init_phy() argument
13422 bnx2x_get_ext_phy_reset_gpio(bp, shmem_base_path[0], in bnx2x_8727_common_init_phy()
13443 shmem_base = shmem_base_path[0]; in bnx2x_8727_common_init_phy()
13447 shmem_base = shmem_base_path[port]; in bnx2x_8727_common_init_phy()
13503 u32 shmem_base_path[], in bnx2x_84833_common_init_phy() argument
13509 reset_gpios = bnx2x_84833_get_reset_gpios(bp, shmem_base_path, chip_id); in bnx2x_84833_common_init_phy()
13518 static int bnx2x_ext_phy_common_init(struct bnx2x *bp, u32 shmem_base_path[], in bnx2x_ext_phy_common_init() argument
13526 rc = bnx2x_8073_common_init_phy(bp, shmem_base_path, in bnx2x_ext_phy_common_init()
13533 rc = bnx2x_8727_common_init_phy(bp, shmem_base_path, in bnx2x_ext_phy_common_init()
13542 rc = bnx2x_8726_common_init_phy(bp, shmem_base_path, in bnx2x_ext_phy_common_init()
13552 rc = bnx2x_84833_common_init_phy(bp, shmem_base_path, in bnx2x_ext_phy_common_init()
13573 int bnx2x_common_init_phy(struct bnx2x *bp, u32 shmem_base_path[], in bnx2x_common_init_phy() argument
13590 phy_ver = REG_RD(bp, shmem_base_path[0] + in bnx2x_common_init_phy()
13603 shmem_base_path[0], in bnx2x_common_init_phy()
13606 rc |= bnx2x_ext_phy_common_init(bp, shmem_base_path, in bnx2x_common_init_phy()