/arch/arm/mach-omap2/ |
D | mmc-twl4030.c | 84 if (irq != mmc->slots[0].card_detect_irq) in twl_mmc_card_detect() 88 return !gpio_get_value_cansleep(mmc->slots[0].switch_pin); in twl_mmc_card_detect() 98 return gpio_get_value_cansleep(mmc->slots[0].gpio_wp); in twl_mmc_get_ro() 110 ret = gpio_request(mmc->slots[0].switch_pin, "mmc_cd"); in twl_mmc_late_init() 113 ret = gpio_direction_input(mmc->slots[0].switch_pin); in twl_mmc_late_init() 118 if (hsmmc[i].name == mmc->slots[0].name) { in twl_mmc_late_init() 127 gpio_free(mmc->slots[0].switch_pin); in twl_mmc_late_init() 129 mmc->slots[0].card_detect_irq = 0; in twl_mmc_late_init() 130 mmc->slots[0].card_detect = NULL; in twl_mmc_late_init() 140 gpio_free(mmc->slots[0].switch_pin); in twl_mmc_cleanup() [all …]
|
D | devices.c | 399 if (mmc_controller->slots[0].wires == 4) { in omap2_mmc_mux() 412 if (mmc_controller->slots[0].internal_clock) { in omap2_mmc_mux()
|
/arch/ia64/scripts/ |
D | unwcheck.py | 26 def check_func (func, slots, rlen_sum): argument 27 if slots != rlen_sum: 31 print "ERROR: %s: %lu slots, total region length = %lu" % (func, slots, rlen_sum) 37 slots = 0 variable 42 check_func(func, slots, rlen_sum) 47 slots = 3 * (end - start) / 16 variable 54 check_func(func, slots, rlen_sum)
|
/arch/ia64/include/asm/ |
D | rse.h | 47 unsigned long slots = (bsp - bspstore); in ia64_rse_num_regs() local 49 return slots - (ia64_rse_slot_num(bspstore) + slots)/0x40; in ia64_rse_num_regs()
|
/arch/arm/mach-omap1/ |
D | devices.c | 119 if (mmc_controller->slots[0].wires == 4) { in omap1_mmc_mux() 122 if (!mmc_controller->slots[0].nomux) in omap1_mmc_mux() 130 if (!mmc_controller->slots[1].nomux) { in omap1_mmc_mux() 135 if (mmc_controller->slots[1].wires == 4) { in omap1_mmc_mux()
|
D | board-h3-mmc.c | 43 .slots[0] = {
|
D | board-sx1-mmc.c | 44 .slots[0] = {
|
D | board-h2-mmc.c | 63 .slots[0] = {
|
D | board-nokia770.c | 200 .slots[0] = {
|
D | board-innovator.c | 347 .slots[0] = {
|
/arch/mips/sni/ |
D | eisa.c | 28 .slots = EISA_MAX_SLOTS,
|
/arch/sh/boards/mach-r2d/ |
D | Kconfig | 19 with two PCI slots.
|
/arch/mn10300/unit-asb2305/ |
D | pci-asb2305.h | 71 struct irq_info slots[0]; member
|
/arch/arm/plat-omap/include/mach/ |
D | mmc.h | 106 } slots[OMAP_MMC_MAX_SLOTS]; member
|
/arch/sh/cchips/ |
D | Kconfig | 17 PCMCIA controller supporting 2 slots.
|
/arch/powerpc/mm/ |
D | hash_native_64.c | 415 unsigned long slot, slots, flags; in native_hpte_clear() local 430 slots = pteg_count * HPTES_PER_GROUP; in native_hpte_clear() 432 for (slot = 0; slot < slots; slot++, hptep++) { in native_hpte_clear()
|
/arch/x86/include/asm/ |
D | pci_x86.h | 80 struct irq_info slots[0]; member
|
/arch/powerpc/lib/ |
D | rheap.c | 103 static int assure_empty(rh_info_t * info, int slots) in assure_empty() argument 108 if (slots >= 4) in assure_empty() 112 if (info->empty_slots >= slots) in assure_empty() 116 max_blocks = ((info->max_blocks + slots) + 15) & ~15; in assure_empty()
|
/arch/alpha/ |
D | Kconfig | 154 slots, 4 PCI slots (one pair are on a shared slot), uses plug-in 168 ISA and PCI expansion (3 ISA slots, 2 64-bit PCI slots (one is 169 shared with an ISA slot) and 2 32-bit PCI slots. Uses plus-in 299 # Most of these machines have ISA slots; not exactly sure which don't, 305 Find out whether you have ISA slots on your motherboard. ISA is the 344 5 ISA slots and 3 PCI slots (one pair are a shared slot). There are
|
/arch/arm/mach-s3c6410/ |
D | Kconfig | 36 # for the MMC/SD slots connected to the same input. This means that
|
/arch/alpha/lib/ |
D | ev67-strchr.S | 83 cmoveq t1, $31, v0 # E : Two mapping slots, latency = 2
|
/arch/powerpc/platforms/83xx/ |
D | Kconfig | 42 3 PCI slots. The PIBs PCI initialization is the bootloader's
|
/arch/ia64/kernel/ |
D | mca.c | 920 u64 slots, loadrs = regs->loadrs; in ia64_mca_modify_original_stack() local 973 slots = ia64_rse_num_regs(old_bspstore, old_bsp); in ia64_mca_modify_original_stack() 975 new_bsp = ia64_rse_skip_regs(new_bspstore, slots); in ia64_mca_modify_original_stack() 1011 size += (ia64_rse_skip_regs(old_bspstore, slots) - old_bspstore) * 8; in ia64_mca_modify_original_stack() 1122 while (slots--) { in ia64_mca_modify_original_stack()
|
/arch/frv/kernel/ |
D | break.S | 237 # access the fixup table - there's a 1:1 mapping between the slots in the trap tables and 238 # the slots in the trap fixup tables allowing us to simply divide the offset into the
|
/arch/x86/pci/ |
D | pcbios.c | 396 memcpy(rt->slots, (void *) page, opt.size); in pcibios_get_irq_routing_table()
|