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

  /src/games/trek/
phaser.c 59 ** There are up to NBANKS phaser banks which may be fired
107 int hitreqd[NBANKS];
108 struct banks bank[NBANKS];
156 for (i = 0; i < NBANKS; i++)
164 for (i = 0; i < NBANKS; i++) {
213 if (n > NBANKS)
214 n = NBANKS;
269 for (i = 0; i < NBANKS; i++) {
282 for (i = 0; i < NBANKS; i++) {
352 for (i = 0; i < NBANKS; i++
    [all...]
trek.h 202 #define NBANKS 6 /* number of phaser banks */
  /src/sys/arch/mips/cavium/
octeonvar.h 82 #define NBANKS 2
93 uint64_t cpu_ip2_en[NBANKS];
94 uint64_t cpu_ip3_en[NBANKS];
95 uint64_t cpu_ip4_en[NBANKS];
97 uint64_t cpu_ip2_enable[NBANKS];
98 uint64_t cpu_ip3_enable[NBANKS];
99 uint64_t cpu_ip4_enable[NBANKS];
octeon_intr.c 285 for (bank = 0; bank < NBANKS; bank++) {
296 for (bank = 0; bank < NBANKS; bank++) {
  /src/sys/arch/arm/rockchip/
rk3288_iomux.c 96 #define NBANKS 9
99 static uint32_t rk3288_iomux_flags[NBANKS][NPINSPERBANK / 8] = {
111 static int rk3288_iomux_offset[NBANKS][NPINSPERBANK / 8] = {
129 if (bank >= NBANKS || idx >= NPINSPERBANK) {
rk3588_iomux.c 66 #define NBANKS 5
68 #define NPINS (NBANKS * NPINPERBANK)
83 static const struct regmask rk3588_drive_regmap[NBANKS * NPINPERBANK] = {
275 static const struct regmask rk3588_pull_regmap[NBANKS * NPINPERBANK] = {
463 static const struct regmask rk3588_schmitt_regmap[NBANKS * NPINPERBANK] = {
651 static const struct regmaskreg rk3588_iomux_regmap[NBANKS * NPINPERBANK] = {

Completed in 16 milliseconds