| /src/sys/arch/sgimips/hpc/ |
| hpcdma.h | 59 struct hpc_values *hpc; /* constants for HPC1/3 */ member in struct:hpc_dma_softc
|
| hpcdma.h | 59 struct hpc_values *hpc; /* constants for HPC1/3 */ member in struct:hpc_dma_softc
|
| /src/sys/arch/alpha/pci/ |
| pci_kn8ae.c | 198 int pin, device, hpc; local 234 hpc = 0; 237 hpc = 1; 240 hpc = 2; 243 REGVAL(PCIA_DEVVEC(hpc, device, pin) + ccp->cc_sysbase) = vec; 285 int ionode, hose, device, hpc, busp; local 298 hpc = 0; 300 hpc = 1; 303 hpc = 2; 307 val = imaskcache[ionode][hose][hpc]; [all...] |
| pci_kn8ae.c | 198 int pin, device, hpc; local 234 hpc = 0; 237 hpc = 1; 240 hpc = 2; 243 REGVAL(PCIA_DEVVEC(hpc, device, pin) + ccp->cc_sysbase) = vec; 285 int ionode, hose, device, hpc, busp; local 298 hpc = 0; 300 hpc = 1; 303 hpc = 2; 307 val = imaskcache[ionode][hose][hpc]; [all...] |
| /src/sys/sys/ |
| gmon.h | 44 u_long hpc; /* max pc address of sampled buffer */ member in struct:gmonhdr
|
| gmon.h | 44 u_long hpc; /* max pc address of sampled buffer */ member in struct:gmonhdr
|
| /src/sys/dev/pci/ |
| radeonfb.c | 3768 uint32_t hpc, rbbm, mclkcntl, clkindex; local 3783 hpc = GET32(sc, RADEON_HOST_PATH_CNTL); 3816 PUT32(sc, RADEON_HOST_PATH_CNTL, hpc | RADEON_HDP_SOFT_RESET); 3818 PUT32(sc, RADEON_HOST_PATH_CNTL, hpc);
|
| radeonfb.c | 3768 uint32_t hpc, rbbm, mclkcntl, clkindex; local 3783 hpc = GET32(sc, RADEON_HOST_PATH_CNTL); 3816 PUT32(sc, RADEON_HOST_PATH_CNTL, hpc | RADEON_HDP_SOFT_RESET); 3818 PUT32(sc, RADEON_HOST_PATH_CNTL, hpc);
|