Lines Matching refs:shmem_base_path

9814 				      u32 shmem_base_path[],  in bnx2x_84833_get_reset_gpios()  argument
9824 reset_pin[idx] = REG_RD(bp, shmem_base_path[idx] + in bnx2x_84833_get_reset_gpios()
9837 reset_pin[idx] = REG_RD(bp, shmem_base_path[idx] + in bnx2x_84833_get_reset_gpios()
9860 u32 shmem_base_path[2]; in bnx2x_84833_hw_reset_phy() local
9870 shmem_base_path[0] = params->shmem_base; in bnx2x_84833_hw_reset_phy()
9871 shmem_base_path[1] = other_shmem_base_addr; in bnx2x_84833_hw_reset_phy()
9873 reset_gpios = bnx2x_84833_get_reset_gpios(bp, shmem_base_path, in bnx2x_84833_hw_reset_phy()
12261 u32 shmem_base_path[], in bnx2x_8073_common_init_phy() argument
12280 shmem_base = shmem_base_path[0]; in bnx2x_8073_common_init_phy()
12284 shmem_base = shmem_base_path[port]; in bnx2x_8073_common_init_phy()
12387 u32 shmem_base_path[], in bnx2x_8726_common_init_phy() argument
12408 shmem_base = shmem_base_path[0]; in bnx2x_8726_common_init_phy()
12411 shmem_base = shmem_base_path[port]; in bnx2x_8726_common_init_phy()
12482 u32 shmem_base_path[], in bnx2x_8727_common_init_phy() argument
12501 bnx2x_get_ext_phy_reset_gpio(bp, shmem_base_path[0], in bnx2x_8727_common_init_phy()
12522 shmem_base = shmem_base_path[0]; in bnx2x_8727_common_init_phy()
12526 shmem_base = shmem_base_path[port]; in bnx2x_8727_common_init_phy()
12582 u32 shmem_base_path[], in bnx2x_84833_common_init_phy() argument
12588 reset_gpios = bnx2x_84833_get_reset_gpios(bp, shmem_base_path, chip_id); in bnx2x_84833_common_init_phy()
12652 static int bnx2x_ext_phy_common_init(struct bnx2x *bp, u32 shmem_base_path[], in bnx2x_ext_phy_common_init() argument
12660 rc = bnx2x_8073_common_init_phy(bp, shmem_base_path, in bnx2x_ext_phy_common_init()
12667 rc = bnx2x_8727_common_init_phy(bp, shmem_base_path, in bnx2x_ext_phy_common_init()
12677 rc = bnx2x_8726_common_init_phy(bp, shmem_base_path, in bnx2x_ext_phy_common_init()
12686 rc = bnx2x_84833_common_init_phy(bp, shmem_base_path, in bnx2x_ext_phy_common_init()
12707 int bnx2x_common_init_phy(struct bnx2x *bp, u32 shmem_base_path[], in bnx2x_common_init_phy() argument
12723 phy_ver = REG_RD(bp, shmem_base_path[0] + in bnx2x_common_init_phy()
12736 shmem_base_path[0], in bnx2x_common_init_phy()
12739 rc |= bnx2x_ext_phy_common_init(bp, shmem_base_path, in bnx2x_common_init_phy()