/arch/alpha/kernel/ |
D | machvec_impl.h | 102 #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/ |
D | mm.c | 29 mxs_map_entry(MX23, IO, MT_DEVICE), 37 mxs_map_entry(MX28, IO, MT_DEVICE),
|
D | clock-mx23.c | 133 _CLK_GET_RATE_REF(ref_io_clk, FRAC, IO) 148 _DEFINE_CLOCK_REF(ref_io_clk, FRAC, IO);
|
/arch/frv/kernel/ |
D | dma.c | 39 #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/ |
D | Kconfig.debug | 176 # 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/ |
D | Kconfig | 57 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/ |
D | Kconfig | 11 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/ |
D | mm-imx1.c | 30 imx_map_entry(MX1, IO, MT_DEVICE),
|
/arch/arm/mach-pxa/include/mach/ |
D | idp.h | 47 #error Your custom IO space is getting a bit large !!
|
/arch/powerpc/boot/dts/ |
D | ep405.dts | 208 /* Outbound ranges, one memory and one IO, 210 * IO range but we don't use it for now
|
D | walnut.dts | 215 /* Outbound ranges, one memory and one IO, 217 * IO range but we don't use it for now
|
D | sam440ep.dts | 278 /* Outbound ranges, one memory and one IO, 280 * IO range but we don't use it for now
|
D | hotfoot.dts | 269 /* Outbound ranges, one memory and one IO, 271 * IO range but we don't use it for now
|
D | katmai.dts | 291 /* 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,
|
D | redwood.dts | 251 /* Outbound ranges, one memory and one IO, 292 /* Outbound ranges, one memory and one IO, 333 /* Outbound ranges, one memory and one IO,
|
D | bamboo.dts | 268 /* Outbound ranges, one memory and one IO, 270 * IO range but we don't use it for now
|
D | icon.dts | 301 /* Outbound ranges, one memory and one IO, 331 /* Outbound ranges, one memory and one IO, 372 /* Outbound ranges, one memory and one IO,
|
D | yosemite.dts | 311 /* Outbound ranges, one memory and one IO, 313 * IO range but we don't use it for now
|
D | pcm032.dts | 2 * phyCORE-MPC5200B-IO (pcm032) board Device Tree Source
|
D | rainier.dts | 329 /* Outbound ranges, one memory and one IO, 331 * IO range but we don't use it for now
|
D | gef_sbc610.dts | 84 6 0 0xfd000000 0x00800000 // IO FPGA (8-bit) 85 7 0 0xfd800000 0x00800000>; // IO FPGA (32-bit)
|
/arch/s390/kernel/ |
D | head.S | 198 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/ |
D | CHANGES | 92 bit 15 = 1 (IO) 114 bit 15 = 0 (IO)
|
/arch/microblaze/ |
D | Kconfig | 169 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/ |
D | Kconfig | 49 into the PIB (Platform IO Board) board from Freescale which provide
|