Searched refs:slots (Results 1 - 25 of 55) sorted by relevance

123

/arch/ia64/scripts/
H A Dunwcheck.py26 def check_func (func, slots, rlen_sum):
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
54 check_func(func, slots, rlen_sum)
/arch/ia64/include/uapi/asm/
H A Drse.h47 unsigned long slots = (bsp - bspstore); local
49 return slots - (ia64_rse_slot_num(bspstore) + slots)/0x40;
/arch/arm/mach-omap2/
H A Dhsmmc.c52 if (mmc->slots[0].remux)
53 mmc->slots[0].remux(dev, slot, power_on);
75 if (mmc->slots[0].internal_clock) {
128 if (mmc->slots[0].internal_clock)
140 if (mmc->slots[0].remux)
141 mmc->slots[0].remux(dev, slot, power_on);
167 if (gpio_is_valid(mmc_controller->slots[0].switch_pin) &&
168 (mmc_controller->slots[0].switch_pin < OMAP_MAX_GPIO_LINES))
169 omap_mux_init_gpio(mmc_controller->slots[0].switch_pin,
171 if (gpio_is_valid(mmc_controller->slots[
[all...]
H A Dboard-n8x0.c171 * The two MMC slots are multiplexed via Menelaus companion chip over I2C.
172 * On N800, both slots are powered via Menelaus. On N810, only one of the
173 * slots is powered via Menelaus. The N810 EMMC is powered via GPIO.
438 * MMC controller1 has two slots that are multiplexed via I2C.
448 .slots[0] = {
457 .slots[1] = {
483 mmc1_data.slots[0].name = "external";
491 mmc1_data.slots[1].name = "internal";
492 mmc1_data.slots[1].ban_openended = 1;
/arch/blackfin/mach-common/
H A Dscb-init.c14 inline void scb_mi_write(unsigned long scb_mi_arbw, unsigned int slots, argument
19 for (i = 0; i < slots; ++i)
24 inline void scb_mi_read(unsigned long scb_mi_arbw, unsigned int slots, argument
29 for (i = 0; i < slots; ++i) {
/arch/arm/boot/dts/
H A Dsocfpga_arria5.dtsi33 num-slots = <1>;
H A Dexynos5410-smdk5410.dts42 num-slots = <1>;
54 num-slots = <1>;
H A Dsocfpga_cyclone5.dtsi34 num-slots = <1>;
H A Dexynos5260-xyref5260.dts69 num-slots = <1>;
85 num-slots = <1>;
H A Dsocfpga_vt.dts45 num-slots = <1>;
H A Drk3066a-bqcurie2.dts150 num-slots = <1>;
160 num-slots = <1>;
H A Drk3288-evb.dtsi101 num-slots = <1>;
113 num-slots = <1>;
H A Dexynos5250-smdk5250.dts286 num-slots = <1>;
300 num-slots = <1>;
/arch/arm64/kernel/
H A Dhw_breakpoint.c183 * @slots: pointer to array of slots
184 * @max_slots: max number of slots
193 static int hw_breakpoint_slot_setup(struct perf_event **slots, int max_slots, argument
201 slot = &slots[i];
231 struct perf_event **slots; local
241 slots = this_cpu_ptr(bp_on_reg);
248 slots = this_cpu_ptr(wp_on_reg);
253 i = hw_breakpoint_slot_setup(slots, max_slots, bp, ops);
545 struct perf_event **slots; local
586 struct perf_event *bp, **slots; local
662 struct perf_event *wp, **slots; local
853 struct perf_event **slots; local
[all...]
/arch/arm/mach-omap1/
H A Dboard-h3-mmc.c38 .slots[0] = {
H A Ddevices.c114 if (mmc_controller->slots[0].wires == 4 && !cpu_is_omap7xx()) {
117 if (!mmc_controller->slots[0].nomux)
125 if (!mmc_controller->slots[1].nomux) {
130 if (mmc_controller->slots[1].wires == 4) {
181 data->slots[0].features = MMC_OMAP7XX;
183 data->slots[0].features = MMC_OMAP15XX;
185 data->slots[0].features = MMC_OMAP16XX;
H A Dboard-h2-mmc.c56 .slots[0] = {
H A Dboard-sx1-mmc.c46 .slots[0] = {
/arch/mips/sni/
H A Deisa.c28 .slots = EISA_MAX_SLOTS,
/arch/arm/kernel/
H A Dhw_breakpoint.c337 struct perf_event **slot, **slots; local
348 slots = this_cpu_ptr(bp_on_reg);
354 slots = this_cpu_ptr(wp_on_reg);
359 slot = &slots[i];
394 struct perf_event **slot, **slots; local
400 slots = this_cpu_ptr(bp_on_reg);
405 slots = this_cpu_ptr(wp_on_reg);
411 slot = &slots[i];
697 struct perf_event *wp, **slots; local
701 slots
769 struct perf_event *wp, **slots; local
802 struct perf_event *bp, **slots; local
[all...]
H A Dprocess.c615 unsigned int slots; local
629 slots = ((last - first) >> PAGE_SHIFT) + 1;
631 offset = get_random_int() % slots;
/arch/mn10300/unit-asb2305/
H A Dpci-asb2305.h66 struct irq_info slots[0]; member in struct:irq_routing_table
/arch/x86/boot/compressed/
H A Daslr.c209 static unsigned long slots[CONFIG_RANDOMIZE_BASE_MAX_OFFSET / variable
215 /* Overflowing the slots list should be impossible. */
220 slots[slot_max++] = addr;
225 /* Handle case of no slots stored. */
229 return slots[get_random_long() % slot_max];
290 /* Verify potential e820 positions, appending to slots list. */
/arch/alpha/lib/
H A Dev67-strchr.S83 cmoveq t1, $31, v0 # E : Two mapping slots, latency = 2
/arch/powerpc/lib/
H A Drheap.c99 * Assure at least the required amount of empty slots. If this function
103 static int assure_empty(rh_info_t * info, int slots) argument
108 if (slots >= 4)
112 if (info->empty_slots >= slots)
116 max_blocks = ((info->max_blocks + slots) + 15) & ~15;
125 /* If no more free slots, and failure to extend. */
128 printk(KERN_ERR "rh: out of slots; crash is imminent.\n");
713 "info @0x%p (%d slots empty / %d max)\n",

Completed in 465 milliseconds

123