Lines Matching refs:byte_en
214 int where, u8 byte_en, u32 *value) in tlp_cfg_dword_read() argument
219 headers[1] = TLP_CFG_DW1(pcie, TLP_READ_TAG, byte_en); in tlp_cfg_dword_read()
228 int where, u8 byte_en, u32 value) in tlp_cfg_dword_write() argument
234 headers[1] = TLP_CFG_DW1(pcie, TLP_WRITE_TAG, byte_en); in tlp_cfg_dword_write()
263 u8 byte_en; in _altera_pcie_cfg_read() local
267 byte_en = 1 << (where & 3); in _altera_pcie_cfg_read()
270 byte_en = 3 << (where & 3); in _altera_pcie_cfg_read()
273 byte_en = 0xf; in _altera_pcie_cfg_read()
278 (where & ~DWORD_MASK), byte_en, &data); in _altera_pcie_cfg_read()
303 u8 byte_en; in _altera_pcie_cfg_write() local
308 byte_en = 1 << (where & 3); in _altera_pcie_cfg_write()
312 byte_en = 3 << (where & 3); in _altera_pcie_cfg_write()
316 byte_en = 0xf; in _altera_pcie_cfg_write()
321 byte_en, data32); in _altera_pcie_cfg_write()