/src/sys/arch/sgimips/hpc/ |
hpcdma.c | 121 bus_addr_t hpa; local in function:hpcdma_sglist_create 128 hpa = sc->sc_desc_pa; 138 hpa += sizeof(struct hpc_dma_desc); /* next chain desc */ 142 hva->hdd_descptr = hpa; 150 hva->hdd_descptr = hpa;
|
/src/sys/arch/hppa/dev/ |
apic.c | 161 hppa_hpa_t hpa = ci->ci_hpa; local in function:apic_intr_establish 216 ((hpa & 0x0ff00000) >> 4) | ((hpa & 0x000ff000) << 12));
|
pdc.c | 671 pdcproc_hpa_processor(hppa_hpa_t *hpa) 679 *hpa = pdcret1.result[0]; 699 pdcproc_iodc_read(hppa_hpa_t hpa, int command, int *actcnt, 706 &pdcret1, hpa, command, &pdcret2, sizeof(pdcret2)); 724 pdcproc_iodc_ninit(struct pdc_iodc_minit *pimi, hppa_hpa_t hpa, int sz) 729 hpa, sz); 951 pdcproc_lan_station_id(char *addr, size_t sz, hppa_hpa_t hpa) 957 PDC_LAN_STATION_ID_READ, &pdcret1, hpa);
|
/src/sys/arch/hppa/include/ |
pdc.h | 45 * HPA: Hard Physical Address (hardwired address). 138 #define PDC_HPA 6 /* return HPA of processor */ 238 #define PDC_SYSTEM_MAP_TRANS_PATH 2 /* get hpa from devpath */ 272 #define PDC_MEMMAP_HPA 0 /* map module # to HPA */ 475 hppa_hpa_t hpa; /* HPA of processor */ member in struct:pdc_hpa 519 u_int stat; /* HPA.io_status style error returns */ 554 u_long chpa; /* config space HPA */ 582 u_int hpa; /* HPA for module * member in struct:pdc_memmap 587 u_int hpa; member in struct:pdc_system_map_find_mod 594 u_int hpa; member in struct:pdc_system_map_find_addr [all...] |
iomod.h | 131 /* size of HPA space for any device */ 208 u_int memc_hpa_h; /* HPA of CPU (high) */ 213 u_int mem_hpa; /* HPA of CPU */ 218 struct iomod *imm_hpa; /* HPA of Initial Memory module */ 239 * A Hard Physical Address (HPA) can be broken down as follows. 244 * 256K-bytes of HPA space for each bus, however only values from 252 * A modules HPA space consists of 2 pages; the "up" bit specifies 258 struct hpa { struct 271 * provided by the HPA space). A Soft Physical Address (SPA) can be 314 * All I/O and Memory modules have 4K-bytes of HPA space associated wit [all...] |
/src/sys/arch/hppa/stand/common/ |
pdc.c | 314 printf("memap: %d.%d.%d, hpa=%x, mpgs=%x\n", 316 memmap.hpa, memmap.morepages); 318 io = (struct iomod *) memmap.hpa;
|
/src/sys/arch/hppa/hppa/ |
autoconf.c | 345 * is the HPA or device path (DP) to get the boot device. 347 * controller PAGE0->mem_boot.pz_hpa contains the HPA of the SCSI 362 * If the boot device is a PCI device the HPA is the address where the 462 printf("PROM boot device: hpa %p path ", PAGE0->mem_boot.pz_hpa); 493 aprint_debug(">> Walking bus at HPA 0x%lx\n", ca->ca_hpabase); 516 aprint_debug(">> HPA 0x%lx[0x%x]", nhm.hm_hpa, 595 nca.ca_addrs[ia].addr = pdc_find_addr.hpa; 606 aprint_debug(">> HPA 0x%lx[0x%x]\n", nca.ca_hpa, 757 nhm.hm_hpa = pdc_memmap.hpa; 825 hm.hm_hpa = pdc_find_mod.hpa; [all...] |
/src/sys/arch/hppa/stand/xxboot/ |
start.S | 280 ldw DEV_HPA(%ret0),%arg0 ; arg0: hpa 358 ; arg0 hpa 416 ; arg0 hpa 482 ; arg0 hpa
|
/src/share/terminfo/ |
terminfo | 353 hpa=\E[%p1%{1}%+%dG, vpa=\E[%p1%{1}%+%dd, 355 hpa=\E[%i%p1%dG, vpa=\E[%i%p1%dd, 502 hpa=\E[%i%p1%dG, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 577 # <vpa>/<hpa> capabilities, forcing curses to use repetitions of <cuu1>, 618 ech=\E[%p1%dX, el1=\E[1K, hpa=\E[%i%p1%dG, ht=\E[I, 956 hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 1010 hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 1194 fsl=\E[?F, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 1324 # Added nel, hpa, sgr and removed rmacs, smacs based on source -TD 1330 el1=\E[1K, hpa=\E[%i%p1%dG, ich=\E[%p1%d@, ich1=\E[@ [all...] |