OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpu_addrs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
yds.c
558
static const bus_addr_t
mpu_addrs
[] = {0x330, 0x300, 0x332, 0x334};
local
619
for (i = 0; i < sizeof(
mpu_addrs
) / sizeof(bus_addr_t); i++) {
625
YDS_PCI_MPU_BA,
mpu_addrs
[i]);
627
mpu_addrs
[i], 2, 0, &sc->sc_mpu_ioh) == 0) {
yds.c
558
static const bus_addr_t
mpu_addrs
[] = {0x330, 0x300, 0x332, 0x334};
local
619
for (i = 0; i < sizeof(
mpu_addrs
) / sizeof(bus_addr_t); i++) {
625
YDS_PCI_MPU_BA,
mpu_addrs
[i]);
627
mpu_addrs
[i], 2, 0, &sc->sc_mpu_ioh) == 0) {
Completed in 45 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026