Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/mt7621-pci/
Dpci-mt7621.c200 read_config(struct mt7621_pcie *pcie, unsigned int dev, u32 reg) in read_config() function
503 val = read_config(pcie, 0, 0x70c); in mt7621_pci_probe()
506 val = read_config(pcie, 1, 0x70c); in mt7621_pci_probe()
509 val = read_config(pcie, 2, 0x70c); in mt7621_pci_probe()
656 val = read_config(pcie, 2, 0x4); in mt7621_pci_probe()
658 val = read_config(pcie, 2, 0x70c); in mt7621_pci_probe()
665 val = read_config(pcie, 1, 0x4); in mt7621_pci_probe()
667 val = read_config(pcie, 1, 0x70c); in mt7621_pci_probe()
672 val = read_config(pcie, 0, 0x4); in mt7621_pci_probe()
674 val = read_config(pcie, 0, 0x70c); in mt7621_pci_probe()
/Linux-v4.19/arch/powerpc/kernel/
Deeh.c179 eeh_ops->read_config(pdn, PCI_VENDOR_ID, 4, &cfg); in eeh_dump_dev_log()
183 eeh_ops->read_config(pdn, PCI_COMMAND, 4, &cfg); in eeh_dump_dev_log()
189 eeh_ops->read_config(pdn, PCI_SEC_STATUS, 2, &cfg); in eeh_dump_dev_log()
193 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &cfg); in eeh_dump_dev_log()
201 eeh_ops->read_config(pdn, cap, 4, &cfg); in eeh_dump_dev_log()
205 eeh_ops->read_config(pdn, cap+4, 4, &cfg); in eeh_dump_dev_log()
217 eeh_ops->read_config(pdn, cap+4*i, 4, &cfg); in eeh_dump_dev_log()
244 eeh_ops->read_config(pdn, cap+4*i, 4, &cfg); in eeh_dump_dev_log()
749 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCTL, in eeh_restore_vf_config()
757 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCAP2, in eeh_restore_vf_config()
[all …]
Deeh_pe.c729 eeh_ops->read_config(pdn, cap + PCI_EXP_SLTSTA, 2, &val); in eeh_bridge_check_link()
736 eeh_ops->read_config(pdn, cap + PCI_EXP_SLTCAP, 2, &val); in eeh_bridge_check_link()
738 eeh_ops->read_config(pdn, cap + PCI_EXP_SLTCTL, 2, &val); in eeh_bridge_check_link()
749 eeh_ops->read_config(pdn, cap + PCI_EXP_LNKCTL, 2, &val); in eeh_bridge_check_link()
754 eeh_ops->read_config(pdn, cap + PCI_EXP_LNKCAP, 4, &val); in eeh_bridge_check_link()
767 eeh_ops->read_config(pdn, cap + PCI_EXP_LNKSTA, 2, &val); in eeh_bridge_check_link()
835 eeh_ops->read_config(pdn, PCI_COMMAND, 4, &cmd); in eeh_restore_device_bars()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Deeh-powernv.c869 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset()
876 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset()
883 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset()
891 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset()
963 eeh_ops->read_config(pdn, pos, 2, &status); in pnv_eeh_wait_for_pending()
984 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCAP, 4, &reg); in pnv_eeh_do_flr()
994 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCTL, in pnv_eeh_do_flr()
1002 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCTL, in pnv_eeh_do_flr()
1022 eeh_ops->read_config(pdn, edev->af_cap + PCI_AF_CAP, 1, &cap); in pnv_eeh_do_af_flr()
1709 .read_config = pnv_eeh_read_config,
/Linux-v4.19/scripts/kconfig/
Dstreamline_config.pl104 sub read_config { subroutine
127 my @config_file = read_config;
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/
Ddvb_usb.h260 int (*read_config) (struct dvb_usb_device *d); member
Ddvb_usb_core.c868 if (d->props->read_config) { in dvb_usbv2_init()
869 ret = d->props->read_config(d); in dvb_usbv2_init()
Daf9035.c1989 .read_config = af9035_read_config,
2035 .read_config = af9035_read_config,
Danysee.c1396 .read_config = anysee_read_config,
Daf9015.c1434 .read_config = af9015_read_config,
Drtl28xxu.c1845 .read_config = rtl28xxu_read_config,
/Linux-v4.19/arch/powerpc/include/asm/
Deeh.h217 int (*read_config)(struct pci_dn *pdn, int where, int size, u32 *val); member
/Linux-v4.19/arch/powerpc/platforms/pseries/
Deeh_pseries.c856 .read_config = pseries_eeh_read_config,
/Linux-v4.19/tools/testing/ktest/
Dktest.pl1176 sub read_config { subroutine
4043 read_config $ktest_config;