Searched refs:decode (Results 1 - 22 of 22) sorted by relevance

/arch/x86/pci/
H A Dintel_mid_pci.c100 unsigned long decode; local
105 /* Turn the size into a decode pattern for the sizing code */
107 decode = size - 1;
108 decode |= decode >> 1;
109 decode |= decode >> 2;
110 decode |= decode >> 4;
111 decode |
[all...]
/arch/arm/mach-nspire/
H A Dnspire.c47 .decode = clcdfb_decode,
/arch/x86/include/asm/uv/
H A Dbios.h100 extern int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus);
/arch/x86/platform/uv/
H A Dbios_uv.c169 * @decode: true to enable target, false to disable target
179 int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus) argument
182 (u64)decode, (u64)domain, (u64)bus, 0, 0);
/arch/m68k/math-emu/
H A Dfp_decode.h102 | 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
H A Dfp_movem.S41 | 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
H A Dfp_cond.S94 | set flags for decode macros for fs<cc>
105 | decode addressing mode
H A Dfp_scan.S133 | decode addressing mode for source
/arch/arm/kernel/
H A Duprobes-arm.c113 struct decode_emulate *decode = (struct decode_emulate *) d; local
114 u32 regs = decode->header.type_regs.bits >> DECODE_TYPE_BITS;
/arch/powerpc/platforms/powermac/
H A Dpci.c800 u32 decode)
809 if ((decode & (0x80000000 >> i)) == 0)
841 u32 decode; local
874 decode = in_be32(hose->cfg_addr + 0x80);
876 DBG("PCI: Apple HT bridge decode register: 0x%08x\n", decode);
878 /* NOTE: The decode register setup is a bit weird... region
895 decode &= 0x003fffff;
898 parse_region_decode(hose, decode);
799 parse_region_decode(struct pci_controller *hose, u32 decode) argument
/arch/arm/mach-netx/
H A Dnxdb500.c93 .decode = clcdfb_decode,
H A Dnxeb500hmi.c96 .decode = clcdfb_decode,
/arch/arm/mach-vexpress/
H A Dct-ca9x4.c100 .decode = clcdfb_decode,
/arch/arm/mach-integrator/
H A Dintegrator_cp.c218 .decode = clcdfb_decode,
H A Dimpd1.c260 .decode = clcdfb_decode,
/arch/arm/mach-lpc32xx/
H A Dphy3250.c150 .decode = clcdfb_decode,
/arch/arm/mach-realview/
H A Dcore.c339 .decode = clcdfb_decode,
/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c808 int uv_set_vga_state(struct pci_dev *pdev, bool decode, argument
813 PR_DEVEL("devfn %x decode %d cmd %x flags %d\n",
814 pdev->devfn, decode, command_bits, flags);
825 rc = uv_bios_set_legacy_vga_target(decode, domain, bus);
826 PR_DEVEL("vga decode %d %x:%x, rc: %d\n", decode, domain, bus, rc);
/arch/arm/mach-versatile/
H A Dcore.c570 .decode = versatile_clcd_decode,
/arch/m68k/ifpsp060/src/
H A Disp.S470 # now, w/ group1, make mul64's decode the fastest since it will
519 # now, w/ group2, make movep's decode the fastest since it will
2059 # First, decode the operand location. If it's in Dn, fetch from #
2497 # First, decode the operand location. If it's in Dn, fetch from #
2962 # First, calculate the effective address. Then, decode the #
H A Dpfpsp.S2421 # decode and emulate the instruction. No FP exceptions can be pending #
13821 tst.b %d3 # decode new rmode for pten table
13824 bra.b rmode # exit decode
13829 bra.b rmode # exit decode
H A Dfpsp.S2422 # decode and emulate the instruction. No FP exceptions can be pending #
10992 # has been decoded. Flow continues here where we now decode
23861 tst.b %d3 # decode new rmode for pten table
23864 bra.b rmode # exit decode
23869 bra.b rmode # exit decode

Completed in 396 milliseconds