cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

phytbl_n.h (1018B)


      1// SPDX-License-Identifier: ISC
      2/*
      3 * Copyright (c) 2010 Broadcom Corporation
      4 */
      5
      6#define ANT_SWCTRL_TBL_REV3_IDX (0)
      7
      8#include <types.h>
      9#include "phy_int.h"
     10
     11extern const struct phytbl_info mimophytbl_info_rev0[],
     12				mimophytbl_info_rev0_volatile[];
     13
     14extern const u32 mimophytbl_info_sz_rev0,
     15		 mimophytbl_info_sz_rev0_volatile;
     16
     17extern const struct phytbl_info mimophytbl_info_rev3[],
     18				mimophytbl_info_rev3_volatile[],
     19				mimophytbl_info_rev3_volatile1[],
     20				mimophytbl_info_rev3_volatile2[],
     21				mimophytbl_info_rev3_volatile3[];
     22
     23extern const u32 mimophytbl_info_sz_rev3,
     24		 mimophytbl_info_sz_rev3_volatile,
     25		 mimophytbl_info_sz_rev3_volatile1,
     26		 mimophytbl_info_sz_rev3_volatile2,
     27		 mimophytbl_info_sz_rev3_volatile3;
     28
     29extern const u32 noise_var_tbl_rev3[];
     30
     31extern const struct phytbl_info mimophytbl_info_rev7[];
     32
     33extern const u32 mimophytbl_info_sz_rev7;
     34
     35extern const u32 noise_var_tbl_rev7[];
     36
     37extern const struct phytbl_info mimophytbl_info_rev16[];
     38
     39extern const u32 mimophytbl_info_sz_rev16;