| /arch/alpha/kernel/ |
| A D | sys_miata.c | 211 else if ((PCI_SLOT(dev->bus->self->devfn) == 8) || in miata_swizzle() 212 (PCI_SLOT(dev->bus->self->devfn) == 20)) { in miata_swizzle() 219 if ((PCI_SLOT(dev->bus->self->devfn) == 8) || in miata_swizzle() 220 (PCI_SLOT(dev->bus->self->devfn) == 20)) { in miata_swizzle() 227 dev = dev->bus->self; in miata_swizzle() 230 } while (dev->bus->self); in miata_swizzle()
|
| A D | sys_ruffian.c | 152 else if (PCI_SLOT(dev->bus->self->devfn) == 13) { in ruffian_swizzle() 159 if (PCI_SLOT(dev->bus->self->devfn) == 13) { in ruffian_swizzle() 166 dev = dev->bus->self; in ruffian_swizzle() 169 } while (dev->bus->self); in ruffian_swizzle()
|
| A D | sys_noritake.c | 232 else if (PCI_SLOT(dev->bus->self->devfn) == 8) { in noritake_swizzle() 239 if (PCI_SLOT(dev->bus->self->devfn) == 8) { in noritake_swizzle() 246 dev = dev->bus->self; in noritake_swizzle() 249 } while (dev->bus->self); in noritake_swizzle()
|
| A D | sys_eiger.c | 181 while (dev->bus->self) { in eiger_swizzle() 184 && (PCI_SLOT(dev->bus->self->devfn) in eiger_swizzle() 193 dev = dev->bus->self; in eiger_swizzle()
|
| A D | sys_takara.c | 183 unsigned int busslot = PCI_SLOT(dev->bus->self->devfn); in takara_map_irq_srm() 221 if (!dev->bus->self) in takara_swizzle() 224 busslot = PCI_SLOT(dev->bus->self->devfn); in takara_swizzle()
|
| A D | sys_dp264.c | 436 else if (hose->index == 1 && PCI_SLOT(dev->bus->self->devfn) == 8) { in monet_swizzle() 443 PCI_SLOT(dev->bus->self->devfn) == 8) { in monet_swizzle() 450 dev = dev->bus->self; in monet_swizzle() 453 } while (dev->bus->self); in monet_swizzle()
|
| A D | sys_nautilus.c | 75 dev->bus->self && dev->bus->self->device == 0x700f) in nautilus_map_irq()
|
| /arch/powerpc/kernel/ |
| A D | pci_64.c | 94 if (bus->self) { in pcibios_unmap_io_space() 100 pci_name(bus->self)); in pcibios_unmap_io_space() 202 if (bus->self) { in pcibios_map_io_space() 204 pci_name(bus->self)); in pcibios_map_io_space()
|
| A D | pci-common.c | 936 struct pci_dev *dev = bus->self; in pcibios_uninitialized_bridge_resource() 1003 struct pci_dev *dev = bus->self; in pcibios_fixup_bridge() 1008 if (i >= 3 && bus->self->transparent) in pcibios_fixup_bridge() 1039 if (bus->self != NULL) in pcibios_setup_bus_self() 1240 pr = pci_find_parent_resource(bus->self, res); in pcibios_allocate_bus_resources() 1251 bus->self ? pci_name(bus->self) : "PHB", bus->number, in pcibios_allocate_bus_resources() 1255 struct pci_dev *dev = bus->self; in pcibios_allocate_bus_resources() 1493 if (bus->self) in pcibios_finish_adding_to_bus() 1494 pci_assign_unassigned_bridge_resources(bus->self); in pcibios_finish_adding_to_bus()
|
| /arch/arm/mach-pxa/ |
| A D | sleep.S | 59 @ enable SDRAM self-refresh mode 100 @ enable SDRAM self-refresh mode 160 @ external accesses after SDRAM is put in self-refresh mode 161 @ (see Errata 38 ...hangs when entering self-refresh mode) 166 @ put SDRAM into self-refresh
|
| /arch/powerpc/sysdev/ |
| A D | mpic_u3msi.c | 66 for (bus = pdev->bus; bus && bus->self; bus = bus->parent) { in find_ht_magic_addr() 67 pos = pci_find_ht_capability(bus->self, HT_CAPTYPE_MSI_MAPPING); in find_ht_magic_addr() 69 return read_ht_magic_addr(bus->self, pos); in find_ht_magic_addr()
|
| /arch/arm/kernel/ |
| A D | xscale-cp0.c | 33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) in dsp_do() argument 58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) in iwmmxt_do() argument
|
| A D | thumbee.c | 30 static int thumbee_notifier(struct notifier_block *self, unsigned long cmd, void *t) in thumbee_notifier() argument
|
| /arch/arm/mach-omap2/ |
| A D | sleep24xx.S | 59 orr r4, r4, #0x40 @ enable self refresh on idle req 70 bic r4, r4, #0x40 @ now clear self refresh bit.
|
| /arch/arm/mach-socfpga/ |
| A D | Makefile | 8 obj-$(CONFIG_SOCFPGA_SUSPEND) += pm.o self-refresh.o
|
| /arch/mips/kernel/ |
| A D | pm.c | 67 static int mips_pm_notifier(struct notifier_block *self, unsigned long cmd, in mips_pm_notifier() argument
|
| /arch/sparc/include/asm/ |
| A D | uprobes.h | 44 extern int arch_uprobe_exception_notify(struct notifier_block *self, unsigned long val, void *data…
|
| /arch/arm/include/asm/ |
| A D | ftrace.h | 78 void prepare_ftrace_return(unsigned long *parent, unsigned long self,
|
| /arch/arm/mach-tegra/ |
| A D | irq.c | 46 static int tegra_gic_notifier(struct notifier_block *self, in tegra_gic_notifier() argument
|
| /arch/sh/kernel/ |
| A D | nmi_debug.c | 21 static int nmi_debug_notify(struct notifier_block *self, in nmi_debug_notify() argument
|
| /arch/arm64/boot/dts/freescale/ |
| A D | imx93-9x9-qsb-i3c.dtso | 43 self-powered;
|
| /arch/arm/boot/dts/nvidia/ |
| A D | tegra30-asus-tf300t.dts | 355 nvidia,emc-cfg-dyn-self-ref; 391 nvidia,emc-cfg-dyn-self-ref; 427 nvidia,emc-cfg-dyn-self-ref; 463 nvidia,emc-cfg-dyn-self-ref; 573 nvidia,emc-cfg-dyn-self-ref; 609 nvidia,emc-cfg-dyn-self-ref; 645 nvidia,emc-cfg-dyn-self-ref; 681 nvidia,emc-cfg-dyn-self-ref; 791 nvidia,emc-cfg-dyn-self-ref; 827 nvidia,emc-cfg-dyn-self-ref; [all …]
|
| A D | tegra30-asus-tf300tg.dts | 429 nvidia,emc-cfg-dyn-self-ref; 465 nvidia,emc-cfg-dyn-self-ref; 501 nvidia,emc-cfg-dyn-self-ref; 537 nvidia,emc-cfg-dyn-self-ref; 647 nvidia,emc-cfg-dyn-self-ref; 683 nvidia,emc-cfg-dyn-self-ref; 719 nvidia,emc-cfg-dyn-self-ref; 755 nvidia,emc-cfg-dyn-self-ref; 865 nvidia,emc-cfg-dyn-self-ref; 901 nvidia,emc-cfg-dyn-self-ref; [all …]
|
| /arch/arm/nwfpe/ |
| A D | fpmodule.c | 48 static int nwfpe_notify(struct notifier_block *self, unsigned long cmd, void *v) in nwfpe_notify() argument
|
| /arch/x86/pci/ |
| A D | i386.c | 238 if (bus->self) in pcibios_allocate_bus_resources() 239 pcibios_allocate_bridge_resources(bus->self); in pcibios_allocate_bus_resources()
|