Home
last modified time | relevance | path

Searched refs:MEM (Results 1 – 22 of 22) sorted by relevance

/linux-2.6.39/drivers/net/
Dsun3lance.c105 #define PKTBUF_ADDR(head) (void *)((unsigned long)(MEM) | (head)->base)
161 #define MEM lp->mem macro
347 MEM = dvma_malloc_align(sizeof(struct lance_memory), 0x10000); in lance_probe()
348 if (MEM == NULL) { in lance_probe()
365 dvma_free((void *)MEM); in lance_probe()
375 (unsigned long)MEM, in lance_probe()
383 MEM->init.hwaddr[0] = dev->dev_addr[1]; in lance_probe()
384 MEM->init.hwaddr[1] = dev->dev_addr[0]; in lance_probe()
385 MEM->init.hwaddr[2] = dev->dev_addr[3]; in lance_probe()
386 MEM->init.hwaddr[3] = dev->dev_addr[2]; in lance_probe()
[all …]
Datarilance.c175 #define RIEBL_MAGIC_ADDR ((unsigned long *)(((char *)MEM) + 0xee8a))
176 #define RIEBL_HWADDR_ADDR ((unsigned char *)(((char *)MEM) + 0xee8e))
177 #define RIEBL_IVEC_ADDR ((unsigned short *)(((char *)MEM) + 0xfffe))
233 #define MEM lp->mem macro
241 #define PKTBUF_ADDR(head) (((unsigned char *)(MEM)) + (head)->base)
533 MEM = (struct lance_memory *)memaddr; in lance_probe1()
601 ((((unsigned short *)MEM)[i*2] & 0x0f) << 4) | in lance_probe1()
602 ((((unsigned short *)MEM)[i*2+1] & 0x0f)); in lance_probe1()
615 MEM->init.mode = 0x0000; /* Disable Rx and Tx. */ in lance_probe1()
617 MEM->init.hwaddr[i] = dev->dev_addr[i^1]; /* <- 16 bit swap! */ in lance_probe1()
[all …]
/linux-2.6.39/arch/mn10300/mm/
Dmisalignment.c165 #define MEM(ADDR) (0x80000000 | (ADDR)) macro
194 { "mov", 0x60, 0xf0, 0, FMT_S0, 0, {DM1, MEM(AN0)}},
195 { "mov", 0x70, 0xf0, 0, FMT_S0, 0, {MEM(AM0), DN1}},
196 { "mov", 0xf000, 0xfff0, 0, FMT_D0, 0, {MEM(AM0), AN1}},
197 { "mov", 0xf010, 0xfff0, 0, FMT_D0, 0, {AM1, MEM(AN0)}},
206 { "mov", 0xf90a00, 0xffff00, 0, FMT_D6, AM33, {MEM(RM0), RN2}},
207 { "mov", 0xf91a00, 0xffff00, 0, FMT_D6, AM33, {RM2, MEM(RN0)}},
230 { "mov", 0xfc800000, 0xfff30000, 0, FMT_D4, 0, {AM1, MEM(IMM32_MEM)}},
231 { "mov", 0xfc810000, 0xfff30000, 0, FMT_D4, 0, {DM1, MEM(IMM32_MEM)}},
234 { "mov", 0xfca00000, 0xfffc0000, 0, FMT_D4, 0, {MEM(IMM32_MEM), AN0}},
[all …]
/linux-2.6.39/drivers/pci/hotplug/
Dibmphp_res.c110 case MEM: in alloc_bus_range()
141 case MEM: in alloc_bus_range()
227 if ((rc = alloc_bus_range (&newbus, &newrange, curr, MEM, 1))) in ibmphp_rsrc_init()
235 rc = alloc_bus_range (&bus_cur, &newrange, curr, MEM, 0); in ibmphp_rsrc_init()
240 if ((rc = alloc_bus_range (&newbus, &newrange, curr, MEM, 1))) in ibmphp_rsrc_init()
304 new_mem->type = MEM; in ibmphp_rsrc_init()
395 case MEM: in add_bus_range()
420 case MEM: in add_bus_range()
468 case MEM: in update_resources()
513 case MEM: in fix_me()
[all …]
Dibmphp_pci.c463 mem_tmp->type = MEM; in configure_device()
513 mem[count]->type = MEM; in configure_device()
727 mem_tmp->type = MEM; in configure_bridge()
768 bus_mem[count]->type = MEM; in configure_bridge()
861 mem->type = MEM; in configure_bridge()
898 mem_tmp->type = MEM; in configure_bridge()
1312 if (ibmphp_find_resource (bus, start_address, &mem, MEM) < 0) { in unconfigure_boot_device()
1424 if (ibmphp_find_resource (bus, start_address, &mem, MEM) < 0) { in unconfigure_boot_bridge()
Dibmphp.h291 #define MEM 0 macro
/linux-2.6.39/lib/zlib_inflate/
Dinflate.h44 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator
Dinflate.c718 case MEM: in zlib_inflate()
/linux-2.6.39/drivers/isdn/hardware/eicon/
Ddebuglib.h144 DBG_DECL(MEM)
198 #define DBG_MEM(args) DBG_TEST(MEM, args)
Ddebuglib.c62 DBG_FUNC(MEM) in DBG_FUNC() argument
/linux-2.6.39/Documentation/networking/
Dsmctr.txt44 IO/MEM/IRQ by the jumpers on the adapter. If this is not possible
48 The following IRQ, IO, and MEM settings are supported.
Darcnet-hardware.txt1515 < |_______________| | IO-Base | MEM | d | | ID1
1619 Note: Other MEM-Base addresses seem to be selectable, but only the above
2055 | |SW1 MEM+I/O| |_________________________| LED1|__|)
3076 ! MEM Coax Connector
/linux-2.6.39/arch/powerpc/boot/dts/
Dc2k.dts61 0x80000000 0x80000000 0x08000000 /* PCI 0 MEM Space */
63 0xa0000000 0xa0000000 0x08000000 /* PCI 1 MEM Space */
Dmpc8572ds_camp_core1.dts182 18 16 10 42 45 58 /* MEM L2 mdio serial crypto */
Dprpmc2800.dts54 0x80000000 0x80000000 0x8000000 /* PCI 0 MEM Space */
/linux-2.6.39/drivers/staging/vme/
Dvme_api.txt91 typically VME-to-MEM and/or MEM-to-VME, though some hardware can support
92 VME-to-VME and MEM-to-MEM transfers as well as test pattern generation. If an
/linux-2.6.39/Documentation/sound/oss/
DVIBRA1635 (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
DCMI833085 (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
/linux-2.6.39/Documentation/telephony/
Dixj.txt228 (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
232 (CONFLICT (IO WARNING)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) #
/linux-2.6.39/Documentation/devicetree/bindings/
Dmarvell.txt62 0x80000000 0x80000000 0x8000000 /* PCI 0 MEM Space */
/linux-2.6.39/Documentation/isdn/
DREADME.HiSax522 # teles 16.0 on IRQ=5, MEM=0xd8000, PORT=0xd80
/linux-2.6.39/Documentation/s390/
DDebugging390.txt1064 PID USER PRI NI SIZE RSS SHARE WCHAN STAT LIB %CPU %MEM TIME COMMAND