Lines Matching refs:byte_en
321 int where, u8 byte_en, bool read, u32 *headers) in get_tlp_header() argument
334 headers[1] = TLP_CFG_DW1(pcie, tag, byte_en); in get_tlp_header()
339 int where, u8 byte_en, u32 *value) in tlp_cfg_dword_read() argument
343 get_tlp_header(pcie, bus, devfn, where, byte_en, true, in tlp_cfg_dword_read()
352 int where, u8 byte_en, u32 value) in tlp_cfg_dword_write() argument
357 get_tlp_header(pcie, bus, devfn, where, byte_en, false, in tlp_cfg_dword_write()
435 u8 byte_en; in _altera_pcie_cfg_read() local
443 byte_en = 1 << (where & 3); in _altera_pcie_cfg_read()
446 byte_en = 3 << (where & 3); in _altera_pcie_cfg_read()
449 byte_en = 0xf; in _altera_pcie_cfg_read()
454 (where & ~DWORD_MASK), byte_en, &data); in _altera_pcie_cfg_read()
479 u8 byte_en; in _altera_pcie_cfg_write() local
488 byte_en = 1 << (where & 3); in _altera_pcie_cfg_write()
492 byte_en = 3 << (where & 3); in _altera_pcie_cfg_write()
496 byte_en = 0xf; in _altera_pcie_cfg_write()
501 byte_en, data32); in _altera_pcie_cfg_write()