/linux-2.4.37.9/drivers/char/ |
D | selection.c | 119 int i, ps, pe; in set_selection() local 149 pe = ye * video_size_row + (xe << 1); in set_selection() 163 if (ps > pe) /* make sel_start <= sel_end */ in set_selection() 166 ps = pe; in set_selection() 167 pe = tmp; in set_selection() 179 new_sel_end = pe; in set_selection() 192 spc = isspace(sel_pos(pe)); in set_selection() 193 for (new_sel_end = pe; ; pe += 2) in set_selection() 195 if ((spc && !isspace(sel_pos(pe))) || in set_selection() 196 (!spc && !inword(sel_pos(pe)))) in set_selection() [all …]
|
D | fetchop.c | 176 unsigned long p, pe; in fetchop_initialize_page() local 178 for (p=FETCHOP_KADDR_TO_MSPEC_ADDR(maddr), pe=p+PAGE_SIZE; p<pe; p+=FETCHOP_VAR_SIZE) in fetchop_initialize_page()
|
/linux-2.4.37.9/include/asm-alpha/ |
D | core_marvel.h | 57 #define EV7_IPE(pe) ((~((long)(pe)) & EV7_PE_MASK) << 35) argument 59 #define EV7_CSR_PHYS(pe, off) (EV7_IPE(pe) | (0x7FFCUL << 20) | (off)) argument 60 #define EV7_CSRS_PHYS(pe) (EV7_CSR_PHYS(pe, 0UL)) argument 62 #define EV7_CSR_KERN(pe, off) (EV7_KERN_ADDR(EV7_CSR_PHYS(pe, off))) argument 63 #define EV7_CSRS_KERN(pe) (EV7_KERN_ADDR(EV7_CSRS_PHYS(pe))) argument 249 #define IO7_IPE(pe) (EV7_IPE(pe)) argument 252 #define IO7_HOSE(pe, port) (IO7_IPE(pe) | IO7_IPORT(port)) argument 254 #define IO7_MEM_PHYS(pe, port) (IO7_HOSE(pe, port) | 0x00000000UL) argument 255 #define IO7_CONF_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFE000000UL) argument 256 #define IO7_IO_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFF000000UL) argument [all …]
|
/linux-2.4.37.9/arch/ppc/boot/utils/ |
D | mkprep.c | 152 partition_entry_t pe; in write_prep_partition() local 182 pe.boot_indicator = BootActive; in write_prep_partition() 183 pe.system_indicator = SystemPrep; in write_prep_partition() 191 pe.starting_head = 0; /* zero-based */ in write_prep_partition() 192 pe.starting_sector = 2; /* one-based */ in write_prep_partition() 193 pe.starting_cylinder = 0; /* zero-based */ in write_prep_partition() 194 pe.ending_head = 1; /* assumes two heads */ in write_prep_partition() 195 pe.ending_sector = 18; /* assumes 18 sectors/track */ in write_prep_partition() 196 pe.ending_cylinder = 79; /* assumes 80 cylinders/diskette */ in write_prep_partition() 206 pe.beginning_sector = cpu_to_le32(1); in write_prep_partition() [all …]
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | core_marvel.c | 57 read_ev7_csr(int pe, unsigned long offset) in read_ev7_csr() argument 59 ev7_csr *ev7csr = EV7_CSR_KERN(pe, offset); in read_ev7_csr() 70 write_ev7_csr(int pe, unsigned long offset, unsigned long q) in write_ev7_csr() argument 72 ev7_csr *ev7csr = EV7_CSR_KERN(pe, offset); in write_ev7_csr() 80 mk_resource_name(int pe, int port, char *str) in mk_resource_name() argument 85 sprintf(tmp, "PCI %s PE %d PORT %d", str, pe, port); in mk_resource_name() 99 marvel_find_io7(int pe) in marvel_find_io7() argument 103 for (io7 = io7_head; io7 && io7->pe != pe; io7 = io7->next) in marvel_find_io7() 110 alloc_io7(unsigned int pe) in alloc_io7() argument 116 if (marvel_find_io7(pe)) { in alloc_io7() [all …]
|
D | sys_marvel.c | 276 long base = (io7->pe << MARVEL_IRQ_VEC_PE_SHIFT) + 16; in init_io7_irqs() 280 io7->pe, base); in init_io7_irqs() 386 (irq + 16) | (io7->pe << MARVEL_IRQ_VEC_PE_SHIFT), in marvel_map_irq() 387 (irq + 16) | (io7->pe << MARVEL_IRQ_VEC_PE_SHIFT)); in marvel_map_irq() 401 irq |= io7->pe << MARVEL_IRQ_VEC_PE_SHIFT; /* merge the pid */ in marvel_map_irq()
|
D | proto.h | 57 struct io7 *marvel_find_io7(int pe);
|
/linux-2.4.37.9/drivers/scsi/ |
D | sata_sx4.c | 163 static unsigned int pdc20621_dimm_init(struct ata_probe_ent *pe); 164 static int pdc20621_detect_dimm(struct ata_probe_ent *pe); 165 static unsigned int pdc20621_i2c_read(struct ata_probe_ent *pe, 167 static int pdc20621_prog_dimm0(struct ata_probe_ent *pe); 168 static unsigned int pdc20621_prog_dimm_global(struct ata_probe_ent *pe); 170 static void pdc20621_get_from_dimm(struct ata_probe_ent *pe, 173 static void pdc20621_put_to_dimm(struct ata_probe_ent *pe, 936 static void pdc20621_get_from_dimm(struct ata_probe_ent *pe, void *psource, in pdc20621_get_from_dimm() argument 943 void __iomem *mmio = pe->mmio_base; in pdc20621_get_from_dimm() 944 struct pdc_host_priv *hpriv = pe->private_data; in pdc20621_get_from_dimm() [all …]
|
D | sata_qstor.c | 558 static void qs_host_init(unsigned int chip_id, struct ata_probe_ent *pe) in qs_host_init() argument 560 void __iomem *mmio_base = pe->mmio_base; in qs_host_init() 567 for (port_no = 0; port_no < pe->n_ports; ++port_no) { in qs_host_init() 575 for (port_no = 0; port_no < pe->n_ports; ++port_no) { in qs_host_init()
|
D | sym53c8xx_comm.h | 1898 char *pe; in sym53c8xx__setup() local 1909 val = (int) simple_strtoul(pv, &pe, 0); in sym53c8xx__setup() 1914 if (pe && *pe == '/') { in sym53c8xx__setup() 1916 while (*pe && *pe != ARG_SEP && in sym53c8xx__setup() 1918 driver_setup.tag_ctrl[i++] = *pe++; in sym53c8xx__setup()
|
D | sata_promise.c | 585 static void pdc_host_init(unsigned int chip_id, struct ata_probe_ent *pe) in pdc_host_init() argument 587 void __iomem *mmio = pe->mmio_base; in pdc_host_init()
|
D | sim710.c | 342 char *pe; in param_setup() local 348 val = (int) simple_strtoul(pv, &pe, 0); in param_setup()
|
D | sym53c8xx.c | 12665 char *pe; local 12676 val = (int) simple_strtoul(pv, &pe, 0); 12681 if (pe && *pe == '/') { 12683 while (*pe && *pe != ARG_SEP && 12685 driver_setup.tag_ctrl[i++] = *pe++;
|
/linux-2.4.37.9/drivers/atm/ |
D | firestream.c | 775 struct FS_BPENTRY *pe; in process_incoming() local 791 pe = bus_to_virt (qe->p0); in process_incoming() 793 pe->flags, pe->next, pe->bsa, pe->aal_bufsize, in process_incoming() 794 pe->skb, pe->fp); in process_incoming() 809 skb = pe->skb; in process_incoming() 810 pe->fp->n--; in process_incoming() 813 if (FS_DEBUG_QUEUE & fs_debug) my_hd (bus_to_virt (pe->bsa), 0x20); in process_incoming() 821 fs_dprintk (FS_DEBUG_ALLOC, "Free rec-d: %p\n", pe); in process_incoming() 822 kfree (pe); in process_incoming() 830 pe = bus_to_virt (qe->p0); in process_incoming() [all …]
|
/linux-2.4.37.9/arch/x86_64/mm/ |
D | init.c | 242 unsigned long pe; in phys_pgd_init() local 249 pe = _PAGE_PSE | _KERNPG_TABLE | _PAGE_NX | _PAGE_GLOBAL | paddr; in phys_pgd_init() 250 pe &= __supported_pte_mask; in phys_pgd_init() 251 set_pmd(pmd, __pmd(pe)); in phys_pgd_init()
|
/linux-2.4.37.9/drivers/md/ |
D | lvm.c | 1283 pe_start = lv->lv_current_pe[index].pe; in lvm_map() 1284 rsector_map = lv->lv_current_pe[index].pe + in lvm_map() 1289 index, lv->lv_current_pe[index].pe, in lvm_map() 1302 pe_start = lv->lv_current_pe[index].pe; in lvm_map() 1303 rsector_map = lv->lv_current_pe[index].pe + in lvm_map() 1312 index, lv->lv_current_pe[index].pe, in lvm_map() 1537 lv_ptr->lv_current_pe[le].pe == in lvm_do_le_remap() 1541 lv_ptr->lv_current_pe[le].pe = in lvm_do_le_remap() 1928 pv->pe = NULL; in lvm_do_pv_create() 2445 pe_t *pe; in __extend_reduce() local [all …]
|
/linux-2.4.37.9/drivers/gsc/ |
D | eisa.c | 431 char *pe; in eisa_irq_setup() local 433 val = (int) simple_strtoul(cur, &pe, 0); in eisa_irq_setup()
|
/linux-2.4.37.9/include/linux/ |
D | lvm.h | 463 pe_disk_t *pe; /* HM */ member 508 uint32_t pe; /* to be changed if > 2TB */ member
|
/linux-2.4.37.9/drivers/media/video/ |
D | bttv-driver.c | 684 unsigned int *pe=(unsigned int *) btv->vbi_even; in make_vbitab() local 688 btv->nr,virt_to_bus(po), virt_to_bus(pe)); in make_vbitab() 698 *(pe++)=cpu_to_le32(BT848_RISC_SYNC|BT848_FIFO_STATUS_FM1); *(pe++)=0; in make_vbitab() 700 *(pe++)=cpu_to_le32(VBI_RISC); in make_vbitab() 701 *(pe++)=cpu_to_le32(kvirt_to_bus((unsigned long)btv->vbibuf+i*2048)); in make_vbitab() 703 *(pe++)=cpu_to_le32(BT848_RISC_JUMP|BT848_RISC_IRQ|(0x01<<16)); in make_vbitab() 704 *(pe++)=cpu_to_le32(virt_to_bus(btv->risc_jmp+10)); in make_vbitab() 708 btv->nr,virt_to_bus(po), virt_to_bus(pe)); in make_vbitab()
|
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 2333 char *pe; in sym53c8xx_setup() local 2344 val = (int) simple_strtoul(pv, &pe, 0); in sym53c8xx_setup() 2349 if (!(pe && *pe == '/')) in sym53c8xx_setup() 2352 while (*pe && *pe != ARG_SEP && in sym53c8xx_setup() 2354 sym_driver_setup.tag_ctrl[i++] = *pe++; in sym53c8xx_setup()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | ioctl32.c | 1329 u32 pe; member 1560 v->pv[i]->pe = NULL; in do_lvm_ioctl() 1620 p.pe = NULL; in do_lvm_ioctl() 1639 p.pe = NULL; in do_lvm_ioctl()
|
/linux-2.4.37.9/fs/hfs/ |
D | FAQ.txt | 135 …rruunn oonn mmyy ((yyoouurr pprroocceessssoorr ttyyppee hheerree))?? 147 …rruunn uunnddeerr ((yyoouurr nnoonn--LLiinnuuxx ooppeerraattiinngg …
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | ioctl32.c | 1834 u32 pe; member 2065 v->pv[i]->pe = NULL; in do_lvm_ioctl() 2125 p.pe = NULL; in do_lvm_ioctl() 2144 p.pe = NULL; in do_lvm_ioctl()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_ioctl.c | 2316 u32 pe; member 2562 v->pv[i]->pe = NULL; in do_lvm_ioctl() 2622 p.pe = NULL; in do_lvm_ioctl() 2641 p.pe = NULL; in do_lvm_ioctl()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ioctl32.c | 2305 u32 pe; member 2548 v->pv[i]->pe = NULL; in do_lvm_ioctl() 2608 p.pe = NULL; in do_lvm_ioctl() 2627 p.pe = NULL; in do_lvm_ioctl()
|