Searched refs:SIBA_CORE_LEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/siba/
H A Dsibareg.h243 (SIBA_ENUM_START + ((x) * SIBA_CORE_LEN))
244 #define SIBA_CORE_LEN 0x00001000 /* Size of cfg per core */ macro
246 #define SIBA_MAX_CORES (SIBA_CFG_END/SIBA_CORE_LEN) /* #max cores */
H A Dsiba.c262 total = sc->siba_ncores * SIBA_CORE_LEN;
483 baseaddr = sc->siba_maddr + (idx * SIBA_CORE_LEN);
486 baseaddr, baseaddr + SIBA_CORE_LEN - 1, SIBA_CORE_LEN);
H A Dsibavar.h104 (core * SIBA_CORE_LEN) + (reg))
108 (core * SIBA_CORE_LEN) + (reg))
112 (core * SIBA_CORE_LEN) + (reg), (val))
116 (core * SIBA_CORE_LEN) + (reg), (val))

Completed in 45 milliseconds