Home
last modified time | relevance | path

Searched refs:byte_en (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pci/controller/
H A Dpcie-altera.c376 int where, u8 byte_en, bool read, u32 *headers) in get_tlp_header() argument
389 headers[1] = TLP_CFG_DW1(pcie, tag, byte_en); in get_tlp_header()
394 int where, u8 byte_en, u32 *value) in tlp_cfg_dword_read() argument
398 get_tlp_header(pcie, bus, devfn, where, byte_en, true, in tlp_cfg_dword_read()
407 int where, u8 byte_en, u32 value) in tlp_cfg_dword_write() argument
412 get_tlp_header(pcie, bus, devfn, where, byte_en, false, in tlp_cfg_dword_write()
587 u8 byte_en; in _altera_pcie_cfg_read() local
599 byte_en = 1 << (where & 3); in _altera_pcie_cfg_read()
602 byte_en = 3 << (where & 3); in _altera_pcie_cfg_read()
605 byte_en = 0xf; in _altera_pcie_cfg_read()
[all …]