Home
last modified time | relevance | path

Searched refs:slots (Results 1 – 25 of 38) sorted by relevance

12

/arch/arm/mach-omap2/
Dmmc-twl4030.c84 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 …]
Ddevices.c399 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/
Dunwcheck.py26 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/
Drse.h47 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/
Ddevices.c119 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()
Dboard-h3-mmc.c43 .slots[0] = {
Dboard-sx1-mmc.c44 .slots[0] = {
Dboard-h2-mmc.c63 .slots[0] = {
Dboard-nokia770.c200 .slots[0] = {
Dboard-innovator.c347 .slots[0] = {
/arch/mips/sni/
Deisa.c28 .slots = EISA_MAX_SLOTS,
/arch/sh/boards/mach-r2d/
DKconfig19 with two PCI slots.
/arch/mn10300/unit-asb2305/
Dpci-asb2305.h71 struct irq_info slots[0]; member
/arch/arm/plat-omap/include/mach/
Dmmc.h106 } slots[OMAP_MMC_MAX_SLOTS]; member
/arch/sh/cchips/
DKconfig17 PCMCIA controller supporting 2 slots.
/arch/powerpc/mm/
Dhash_native_64.c415 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/
Dpci_x86.h80 struct irq_info slots[0]; member
/arch/powerpc/lib/
Drheap.c103 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/
DKconfig154 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/
DKconfig36 # for the MMC/SD slots connected to the same input. This means that
/arch/alpha/lib/
Dev67-strchr.S83 cmoveq t1, $31, v0 # E : Two mapping slots, latency = 2
/arch/powerpc/platforms/83xx/
DKconfig42 3 PCI slots. The PIBs PCI initialization is the bootloader's
/arch/ia64/kernel/
Dmca.c920 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/
Dbreak.S237 # 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/
Dpcbios.c396 memcpy(rt->slots, (void *) page, opt.size); in pcibios_get_irq_routing_table()

12