Home
last modified time | relevance | path

Searched refs:IO (Results 1 – 25 of 55) sorted by relevance

123

/arch/alpha/kernel/
Dmachvec_impl.h102 #define IO(UP,low) \ macro
107 #define DO_APECS_IO IO(APECS,apecs)
108 #define DO_CIA_IO IO(CIA,cia)
109 #define DO_IRONGATE_IO IO(IRONGATE,irongate)
110 #define DO_LCA_IO IO(LCA,lca)
111 #define DO_MARVEL_IO IO(MARVEL,marvel)
112 #define DO_MCPCIA_IO IO(MCPCIA,mcpcia)
113 #define DO_POLARIS_IO IO(POLARIS,polaris)
114 #define DO_T2_IO IO(T2,t2)
115 #define DO_TSUNAMI_IO IO(TSUNAMI,tsunami)
[all …]
/arch/arm/mach-mxs/
Dmm.c29 mxs_map_entry(MX23, IO, MT_DEVICE),
37 mxs_map_entry(MX28, IO, MT_DEVICE),
Dclock-mx23.c133 _CLK_GET_RATE_REF(ref_io_clk, FRAC, IO)
148 _DEFINE_CLOCK_REF(ref_io_clk, FRAC, IO);
/arch/frv/kernel/
Ddma.c39 #define __get_DMAC(IO,X) ({ *(volatile unsigned long *)((IO) + DMAC_##X##x); }) argument
41 #define __set_DMAC(IO,X,V) \ argument
43 *(volatile unsigned long *)((IO) + DMAC_##X##x) = (V); \
47 #define ___set_DMAC(IO,X,V) \ argument
49 *(volatile unsigned long *)((IO) + DMAC_##X##x) = (V); \
/arch/x86/
DKconfig.debug176 # IO delay types:
196 prompt "IO delay type"
200 bool "port 0x80 based port-IO delay [recommended]"
202 This is the traditional Linux IO delay used for in/out_p.
206 bool "port 0xed based port-IO delay"
208 Use port 0xed as the IO delay. This frees up port 0x80 which is
212 bool "udelay based port-IO delay"
214 Use udelay(2) as the IO delay method. This provides the delay
215 while not having any side-effect on the IO port space.
218 bool "no port-IO delay"
[all …]
/arch/powerpc/platforms/pseries/
DKconfig57 bool "IO Event Interrupt support"
61 Select this option, if you want to enable support for IO Event
62 interrupts. IO event interrupt is a mechanism provided by RTAS
68 This option will only enable the IO event platform code. You
70 that use this infrastruture to handle IO event interrupts.
/arch/arm/mach-iop32x/
DKconfig11 bool "Enable support for the IO-Data GLAN Tank"
14 NAS appliance or machines from IO-Data's HDL-Gxxx, HDL-GWxxx
/arch/arm/mach-imx/
Dmm-imx1.c30 imx_map_entry(MX1, IO, MT_DEVICE),
/arch/arm/mach-pxa/include/mach/
Didp.h47 #error Your custom IO space is getting a bit large !!
/arch/powerpc/boot/dts/
Dep405.dts208 /* Outbound ranges, one memory and one IO,
210 * IO range but we don't use it for now
Dwalnut.dts215 /* Outbound ranges, one memory and one IO,
217 * IO range but we don't use it for now
Dsam440ep.dts278 /* Outbound ranges, one memory and one IO,
280 * IO range but we don't use it for now
Dhotfoot.dts269 /* Outbound ranges, one memory and one IO,
271 * IO range but we don't use it for now
Dkatmai.dts291 /* Outbound ranges, one memory and one IO,
335 /* Outbound ranges, one memory and one IO,
376 /* Outbound ranges, one memory and one IO,
417 /* Outbound ranges, one memory and one IO,
Dredwood.dts251 /* Outbound ranges, one memory and one IO,
292 /* Outbound ranges, one memory and one IO,
333 /* Outbound ranges, one memory and one IO,
Dbamboo.dts268 /* Outbound ranges, one memory and one IO,
270 * IO range but we don't use it for now
Dicon.dts301 /* Outbound ranges, one memory and one IO,
331 /* Outbound ranges, one memory and one IO,
372 /* Outbound ranges, one memory and one IO,
Dyosemite.dts311 /* Outbound ranges, one memory and one IO,
313 * IO range but we don't use it for now
Dpcm032.dts2 * phyCORE-MPC5200B-IO (pcm032) board Device Tree Source
Drainier.dts329 /* Outbound ranges, one memory and one IO,
331 * IO range but we don't use it for now
Dgef_sbc610.dts84 6 0 0xfd000000 0x00800000 // IO FPGA (8-bit)
85 7 0 0xfd800000 0x00800000>; // IO FPGA (32-bit)
/arch/s390/kernel/
Dhead.S198 lctl %c6,%c6,.Lcr6 # set IO subclass mask
204 mvc 0x78(8),.Lnewpsw # set up IO interrupt psw
345 mvc 0x78(8),.Lrdrnewpsw # set up IO interrupt psw
/arch/m68k/ifpsp060/
DCHANGES92 bit 15 = 1 (IO)
114 bit 15 = 0 (IO)
/arch/microblaze/
DKconfig169 space as well as some memory mapped IO. That means that, if you
170 have a large amount of physical memory and/or IO, not all of the
241 larger dma transfers increasing IO efficiency and reducing
/arch/powerpc/platforms/83xx/
DKconfig49 into the PIB (Platform IO Board) board from Freescale which provide

123