Lines Matching defs:pcr
101 #define rtsx_pci_writel(pcr, reg, value) \ argument
103 #define rtsx_pci_readl(pcr, reg) \ argument
105 #define rtsx_pci_writew(pcr, reg, value) \ argument
107 #define rtsx_pci_readw(pcr, reg) \ argument
109 #define rtsx_pci_writeb(pcr, reg, value) \ argument
111 #define rtsx_pci_readb(pcr, reg) \ argument
114 #define rtsx_pci_read_config_byte(pcr, where, val) \ argument
117 #define rtsx_pci_write_config_byte(pcr, where, val) \ argument
120 #define rtsx_pci_read_config_dword(pcr, where, val) \ argument
123 #define rtsx_pci_write_config_dword(pcr, where, val) \ argument
851 #define rtsx_pci_init_cmd(pcr) ((pcr)->ci = 0) argument
856 struct rtsx_pcr *pcr; member
962 #define CHK_PCI_PID(pcr, pid) ((pcr)->pci->device == (pid)) argument
963 #define PCI_VID(pcr) ((pcr)->pci->vendor) argument
964 #define PCI_PID(pcr) ((pcr)->pci->device) argument
965 #define is_version(pcr, pid, ver) \ argument
967 #define pcr_dbg(pcr, fmt, arg...) \ argument
973 #define SDR104_TX_PHASE(pcr) SDR104_PHASE((pcr)->tx_initial_phase) argument
974 #define SDR50_TX_PHASE(pcr) SDR50_PHASE((pcr)->tx_initial_phase) argument
975 #define DDR50_TX_PHASE(pcr) DDR50_PHASE((pcr)->tx_initial_phase) argument
976 #define SDR104_RX_PHASE(pcr) SDR104_PHASE((pcr)->rx_initial_phase) argument
977 #define SDR50_RX_PHASE(pcr) SDR50_PHASE((pcr)->rx_initial_phase) argument
978 #define DDR50_RX_PHASE(pcr) DDR50_PHASE((pcr)->rx_initial_phase) argument
1013 static inline u8 *rtsx_pci_get_cmd_data(struct rtsx_pcr *pcr) in rtsx_pci_get_cmd_data()
1018 static inline int rtsx_pci_update_cfg_byte(struct rtsx_pcr *pcr, int addr, in rtsx_pci_update_cfg_byte()
1030 static inline void rtsx_pci_write_be32(struct rtsx_pcr *pcr, u16 reg, u32 val) in rtsx_pci_write_be32()
1038 static inline int rtsx_pci_update_phy(struct rtsx_pcr *pcr, u8 addr, in rtsx_pci_update_phy()