HomeSort by: relevance | last modified time | path
    Searched refs:mvsoc_target (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/arm/marvell/
mvsocvar.h 146 int mvsoc_target(int, uint32_t *, uint32_t *, uint32_t *, uint32_t *);
mvsoc_space.c 433 window = mvsoc_target(tag, NULL, NULL, &base, NULL);
pci_machdep.c 457 window = mvsoc_target(pex_pcicfg_tag,
mvsoc.c 1157 rv = mvsoc_target(tag, target, attribute, &base32, size);
1237 mvsoc_target(int tag, uint32_t *target, uint32_t *attr, uint32_t *base, function in typeref:typename:int
  /src/sys/arch/evbarm/armadaxp/
armadaxp_machdep.c 245 window = mvsoc_target(memtag, &target, &attr, NULL, NULL);
270 window = mvsoc_target(iotag, &target, &attr, NULL, NULL);
469 win = mvsoc_target(tag, NULL, NULL, &base, &size);
  /src/sys/arch/evbarm/marvell/
marvell_machdep.c 143 window = mvsoc_target(memtag, &target, &attr, NULL, NULL);
158 window = mvsoc_target(iotag, &target, &attr, NULL, NULL);
460 mvsoc_target(cs, NULL, NULL, &base, &size);
843 win = mvsoc_target(tag, NULL, NULL, &base, &size);
  /src/sys/dev/marvell/
mvxpsec.c 330 window = mvsoc_target(tag, NULL, NULL, NULL, NULL);
1050 window = mvsoc_target(tag, &target, &attr, &base, &size);

Completed in 32 milliseconds