/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pcie-altera.c | 322 int where, u8 byte_en, bool read, u32 *headers) in get_tlp_header() 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() 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() 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 in _altera_pcie_cfg_read() 321 get_tlp_header(struct altera_pcie *pcie, u8 bus, u32 devfn, int where, u8 byte_en, bool read, u32 *headers) get_tlp_header() argument 339 tlp_cfg_dword_read(struct altera_pcie *pcie, u8 bus, u32 devfn, int where, u8 byte_en, u32 *value) tlp_cfg_dword_read() argument 352 tlp_cfg_dword_write(struct altera_pcie *pcie, u8 bus, u32 devfn, int where, u8 byte_en, u32 value) tlp_cfg_dword_write() argument 480 u8 byte_en; _altera_pcie_cfg_write() local [all...] |
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-altera.c | 321 int where, u8 byte_en, bool read, u32 *headers) in get_tlp_header() 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() 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() 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 in _altera_pcie_cfg_read() 320 get_tlp_header(struct altera_pcie *pcie, u8 bus, u32 devfn, int where, u8 byte_en, bool read, u32 *headers) get_tlp_header() argument 338 tlp_cfg_dword_read(struct altera_pcie *pcie, u8 bus, u32 devfn, int where, u8 byte_en, u32 *value) tlp_cfg_dword_read() argument 351 tlp_cfg_dword_write(struct altera_pcie *pcie, u8 bus, u32 devfn, int where, u8 byte_en, u32 value) tlp_cfg_dword_write() argument 479 u8 byte_en; _altera_pcie_cfg_write() local [all...] |