Searched refs:byte_en (Results 1 – 1 of 1) sorted by relevance
394 int where, u8 byte_en, u32 *value) in tlp_cfg_dword_read() argument407 int where, u8 byte_en, u32 value) in tlp_cfg_dword_write() argument587 u8 byte_en; in _altera_pcie_cfg_read() local599 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()635 u8 byte_en; in _altera_pcie_cfg_write() local648 byte_en = 1 << (where & 3); in _altera_pcie_cfg_write()652 byte_en = 3 << (where & 3); in _altera_pcie_cfg_write()656 byte_en = 0xf; in _altera_pcie_cfg_write()[all …]