Lines Matching refs:byte_en
322 int where, u8 byte_en, bool read, u32 *headers) in get_tlp_header() argument
335 headers[1] = TLP_CFG_DW1(pcie, tag, byte_en); in get_tlp_header()
340 int where, u8 byte_en, u32 *value) in tlp_cfg_dword_read() argument
344 get_tlp_header(pcie, bus, devfn, where, byte_en, true, in tlp_cfg_dword_read()
353 int where, u8 byte_en, u32 value) in tlp_cfg_dword_write() argument
358 get_tlp_header(pcie, bus, devfn, where, byte_en, false, in tlp_cfg_dword_write()
436 u8 byte_en; in _altera_pcie_cfg_read() local
444 byte_en = 1 << (where & 3); in _altera_pcie_cfg_read()
447 byte_en = 3 << (where & 3); in _altera_pcie_cfg_read()
450 byte_en = 0xf; in _altera_pcie_cfg_read()
455 (where & ~DWORD_MASK), byte_en, &data); in _altera_pcie_cfg_read()
480 u8 byte_en; in _altera_pcie_cfg_write() local
489 byte_en = 1 << (where & 3); in _altera_pcie_cfg_write()
493 byte_en = 3 << (where & 3); in _altera_pcie_cfg_write()
497 byte_en = 0xf; in _altera_pcie_cfg_write()
502 byte_en, data32); in _altera_pcie_cfg_write()