/arch/x86/pci/ |
D | intel_mid_pci.c | 100 unsigned long decode; in pci_device_update_fixed() local 107 decode = size - 1; in pci_device_update_fixed() 108 decode |= decode >> 1; in pci_device_update_fixed() 109 decode |= decode >> 2; in pci_device_update_fixed() 110 decode |= decode >> 4; in pci_device_update_fixed() 111 decode |= decode >> 8; in pci_device_update_fixed() 112 decode |= decode >> 16; in pci_device_update_fixed() 113 decode++; in pci_device_update_fixed() 114 decode = ~(decode - 1); in pci_device_update_fixed() 116 decode = 0; in pci_device_update_fixed() [all …]
|
/arch/arm/mach-nspire/ |
D | nspire.c | 47 .decode = clcdfb_decode,
|
/arch/m68k/math-emu/ |
D | fp_decode.h | 102 | decode destination format for fmove reg,ea 107 | decode source register for fmove reg,ea 133 | decode the 8bit diplacement from the brief extension word 139 | decode the index of the brief/full extension word 167 | decode the base displacement size
|
D | fp_movem.S | 41 | set flags for decode macros for fmovem 80 | decode address mode 199 | set flags for decode macros for fmovem control register 224 | decode address mode
|
D | fp_cond.S | 94 | set flags for decode macros for fs<cc> 105 | decode addressing mode
|
D | fp_scan.S | 133 | decode addressing mode for source
|
/arch/x86/platform/uv/ |
D | bios_uv.c | 179 int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus) in uv_bios_set_legacy_vga_target() argument 182 (u64)decode, (u64)domain, (u64)bus, 0, 0); in uv_bios_set_legacy_vga_target()
|
/arch/x86/include/asm/uv/ |
D | bios.h | 100 extern int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus);
|
/arch/arm/kernel/ |
D | uprobes-arm.c | 113 struct decode_emulate *decode = (struct decode_emulate *) d; in decode_pc_ro() local 114 u32 regs = decode->header.type_regs.bits >> DECODE_TYPE_BITS; in decode_pc_ro()
|
/arch/powerpc/platforms/powermac/ |
D | pci.c | 800 u32 decode) in parse_region_decode() argument 809 if ((decode & (0x80000000 >> i)) == 0) in parse_region_decode() 841 u32 decode; in setup_u3_ht() local 874 decode = in_be32(hose->cfg_addr + 0x80); in setup_u3_ht() 876 DBG("PCI: Apple HT bridge decode register: 0x%08x\n", decode); in setup_u3_ht() 895 decode &= 0x003fffff; in setup_u3_ht() 898 parse_region_decode(hose, decode); in setup_u3_ht()
|
/arch/arm/mach-netx/ |
D | nxeb500hmi.c | 96 .decode = clcdfb_decode,
|
D | nxdb500.c | 93 .decode = clcdfb_decode,
|
/arch/arm/mach-vexpress/ |
D | ct-ca9x4.c | 100 .decode = clcdfb_decode,
|
/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 808 int uv_set_vga_state(struct pci_dev *pdev, bool decode, in uv_set_vga_state() argument 814 pdev->devfn, decode, command_bits, flags); in uv_set_vga_state() 825 rc = uv_bios_set_legacy_vga_target(decode, domain, bus); in uv_set_vga_state() 826 PR_DEVEL("vga decode %d %x:%x, rc: %d\n", decode, domain, bus, rc); in uv_set_vga_state()
|
/arch/arm/mach-lpc32xx/ |
D | phy3250.c | 150 .decode = clcdfb_decode,
|
/arch/arm/mach-integrator/ |
D | integrator_cp.c | 218 .decode = clcdfb_decode,
|
D | impd1.c | 260 .decode = clcdfb_decode,
|
/arch/arm/mach-realview/ |
D | core.c | 339 .decode = clcdfb_decode,
|
/arch/arm/mach-versatile/ |
D | core.c | 570 .decode = versatile_clcd_decode,
|
/arch/frv/ |
D | Kconfig | 116 can decode it. For instance, a 512MB SDRAM bank must be 512MB aligned.
|
/arch/arm/mach-imx/ |
D | Kconfig | 30 data/address de-multiplexing and decode, signal level shift,
|
/arch/m68k/ifpsp060/src/ |
D | isp.S | 470 # now, w/ group1, make mul64's decode the fastest since it will
|
D | pfpsp.S | 2421 # decode and emulate the instruction. No FP exceptions can be pending #
|
D | fpsp.S | 2422 # decode and emulate the instruction. No FP exceptions can be pending #
|