/linux-2.6.39/arch/arm/plat-spear/ |
D | clock.c | 513 mode = (readl(config->mode_reg) >> config->masks->mode_shift) & in pll_clk_recalc() 514 config->masks->mode_mask; in pll_clk_recalc() 518 den = (val >> config->masks->div_p_shift) & config->masks->div_p_mask; in pll_clk_recalc() 520 den *= (val >> config->masks->div_n_shift) & config->masks->div_n_mask; in pll_clk_recalc() 525 num *= (val >> config->masks->norm_fdbk_m_shift) & in pll_clk_recalc() 526 config->masks->norm_fdbk_m_mask; in pll_clk_recalc() 529 num *= (val >> config->masks->dith_fdbk_m_shift) & in pll_clk_recalc() 530 config->masks->dith_fdbk_m_mask; in pll_clk_recalc() 556 ~(config->masks->mode_mask << config->masks->mode_shift); in pll_clk_set_rate() 557 val |= (tbls[i].mode & config->masks->mode_mask) << in pll_clk_set_rate() [all …]
|
/linux-2.6.39/arch/powerpc/platforms/cell/ |
D | beat_interrupt.c | 48 unsigned long masks[4]; in beatic_update_irq_mask() local 51 masks[0] = beatic_irq_mask_enable[off + 0] in beatic_update_irq_mask() 53 masks[1] = beatic_irq_mask_enable[off + 1] in beatic_update_irq_mask() 55 masks[2] = beatic_irq_mask_enable[off + 2] in beatic_update_irq_mask() 57 masks[3] = beatic_irq_mask_enable[off + 3] in beatic_update_irq_mask() 60 masks[0], masks[1], masks[2], masks[3]) != 0) in beatic_update_irq_mask()
|
/linux-2.6.39/arch/arm/plat-spear/include/plat/ |
D | clock.h | 140 struct pll_clk_masks *masks; member 159 struct bus_clk_masks *masks; member 181 struct aux_clk_masks *masks; member 201 struct gpt_clk_masks *masks; member 218 struct clcd_synth_masks *masks; member
|
/linux-2.6.39/net/core/ |
D | filter.c | 432 u16 *masks, memvalid = 0; /* one bit per cell, 16 cells */ in check_load_and_stores() local 436 masks = kmalloc(flen * sizeof(*masks), GFP_KERNEL); in check_load_and_stores() 437 if (!masks) in check_load_and_stores() 439 memset(masks, 0xff, flen * sizeof(*masks)); in check_load_and_stores() 442 memvalid &= masks[pc]; in check_load_and_stores() 458 masks[pc + 1 + filter[pc].k] &= memvalid; in check_load_and_stores() 470 masks[pc + 1 + filter[pc].jt] &= memvalid; in check_load_and_stores() 471 masks[pc + 1 + filter[pc].jf] &= memvalid; in check_load_and_stores() 477 kfree(masks); in check_load_and_stores()
|
/linux-2.6.39/arch/arm/mach-spear6xx/ |
D | clock.c | 60 .masks = &pll1_masks, 113 .masks = &ahb_masks, 150 .masks = &aux_masks, 213 .masks = &aux_masks, 259 .masks = &aux_masks, 321 .masks = &gpt_masks, 383 .masks = &gpt_masks, 427 .masks = &gpt_masks, 503 .masks = &apb_masks,
|
/linux-2.6.39/drivers/gpu/drm/via/ |
D | via_irq.c | 216 maskarray_t *masks; in via_driver_irq_wait() local 239 masks = dev_priv->irq_masks; in via_driver_irq_wait() 242 if (masks[real_irq][2] && !force_sequence) { in via_driver_irq_wait() 244 ((VIA_READ(masks[irq][2]) & masks[irq][3]) == in via_driver_irq_wait() 245 masks[irq][4])); in via_driver_irq_wait()
|
/linux-2.6.39/arch/arm/mach-spear3xx/ |
D | clock.c | 60 .masks = &pll1_masks, 113 .masks = &ahb_masks, 150 .masks = &aux_masks, 204 .masks = &aux_masks, 266 .masks = &gpt_masks, 310 .masks = &gpt_masks, 354 .masks = &gpt_masks, 422 .masks = &apb_masks,
|
/linux-2.6.39/arch/blackfin/kernel/cplb-mpu/ |
D | cplbmgr.c | 339 void set_mask_dcplbs(unsigned long *masks, unsigned int cpu) in set_mask_dcplbs() argument 342 unsigned long addr = (unsigned long)masks; in set_mask_dcplbs() 346 if (!masks) { in set_mask_dcplbs() 347 current_rwx_mask[cpu] = masks; in set_mask_dcplbs() 352 current_rwx_mask[cpu] = masks; in set_mask_dcplbs()
|
/linux-2.6.39/drivers/char/agp/ |
D | intel-agp.c | 471 .masks = intel_generic_masks, 498 .masks = intel_generic_masks, 525 .masks = intel_generic_masks, 552 .masks = intel_generic_masks, 579 .masks = intel_generic_masks, 606 .masks = intel_generic_masks, 633 .masks = intel_generic_masks, 660 .masks = intel_generic_masks, 687 .masks = intel_generic_masks,
|
D | ali-agp.c | 213 .masks = NULL, 237 .masks = NULL,
|
D | via-agp.c | 184 .masks = NULL, 211 .masks = NULL,
|
D | alpha-agp.c | 130 .masks = NULL,
|
D | i460-agp.c | 552 return bridge->driver->masks[0].mask in i460_mask_memory() 566 .masks = i460_masks,
|
D | uninorth-agp.c | 514 .masks = NULL, 542 .masks = NULL,
|
D | agp.h | 104 const struct gatt_mask *masks; member
|
/linux-2.6.39/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 472 symlist_t masks; in symtable_dump() local 489 SLIST_INIT(&masks); in symtable_dump() 509 symlist_add(&masks, cursym, SYMLIST_SORT); in symtable_dump() 580 while (SLIST_FIRST(&masks) != NULL) { in symtable_dump() 583 curnode = SLIST_FIRST(&masks); in symtable_dump() 584 SLIST_REMOVE_HEAD(&masks, links); in symtable_dump()
|
/linux-2.6.39/Documentation/filesystems/ |
D | adfs.txt | 44 Hence, with the default masks, if a file is owner read/write, and 49 However, if the masks were ownmask=0770,othmask=0007, then this would 53 There is no restriction on what you can do with these masks. You may
|
/linux-2.6.39/arch/arm/plat-samsung/include/plat/ |
D | wakeup-mask.h | 41 struct samsung_wakeup_mask *masks,
|
/linux-2.6.39/arch/powerpc/platforms/ps3/ |
D | spu.c | 100 u64 masks[3]; member 497 spu_pdata(spu)->cache.masks[class] = mask; in int_mask_set() 499 spu_pdata(spu)->cache.masks[class]); in int_mask_set() 504 return spu_pdata(spu)->cache.masks[class]; in int_mask_get()
|
/linux-2.6.39/drivers/staging/speakup/ |
D | keyhelp.c | 31 static u_short masks[] = { 32, 16, 8, 4, 2, 1 }; variable 117 if (state & masks[i]) in say_key()
|
/linux-2.6.39/arch/powerpc/oprofile/ |
D | op_model_cell.c | 88 unsigned long masks; member 488 pmc_cntrl[next_hdw_thread][i].masks); in cell_virtual_cntr() 782 pmc_cntrl[0][i].masks = ctr[i].unit_mask; in cell_reg_setup_ppu() 804 pmc_cntrl[1][i].masks = ctr[i].unit_mask; in cell_reg_setup_ppu() 826 pmc_cntrl[0][i].masks); in cell_reg_setup_ppu()
|
/linux-2.6.39/Documentation/networking/ |
D | alias.txt | 5 IP-aliases are an obsolete way to manage multiple IP-addresses/masks
|
/linux-2.6.39/arch/mips/kernel/ |
D | vpe.c | 309 static unsigned long const masks[][2] = { in layout_sections() local 323 for (m = 0; m < ARRAY_SIZE(masks); ++m) { in layout_sections() 328 if ((s->sh_flags & masks[m][0]) != masks[m][0] in layout_sections() 329 || (s->sh_flags & masks[m][1]) in layout_sections()
|
/linux-2.6.39/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 64 0x54 - always 0xffffffff (0x4c, 0x50, 0x54 seem like interrupt masks, are 66 interrupt masks???).
|
/linux-2.6.39/include/sound/ |
D | pcm.h | 224 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member 236 return &constrs->masks[var - SNDRV_PCM_HW_PARAM_FIRST_MASK]; in constrs_mask() 731 return ¶ms->masks[var - SNDRV_PCM_HW_PARAM_FIRST_MASK]; in hw_param_mask() 743 return ¶ms->masks[var - SNDRV_PCM_HW_PARAM_FIRST_MASK]; in hw_param_mask_c()
|