Searched refs:byte_en (Results 1 – 1 of 1) sorted by relevance
236 int where, u8 byte_en, u32 *value) in tlp_cfg_dword_read() argument246 TLP_READ_TAG, byte_en); in tlp_cfg_dword_read()255 int where, u8 byte_en, u32 value) in tlp_cfg_dword_write() argument266 TLP_WRITE_TAG, byte_en); in tlp_cfg_dword_write()295 u8 byte_en; in altera_pcie_cfg_read() local307 byte_en = 1 << (where & 3); in altera_pcie_cfg_read()310 byte_en = 3 << (where & 3); in altera_pcie_cfg_read()313 byte_en = 0xf; in altera_pcie_cfg_read()318 (where & ~DWORD_MASK), byte_en, &data); in altera_pcie_cfg_read()343 u8 byte_en; in altera_pcie_cfg_write() local[all …]