Home
last modified time | relevance | path

Searched refs:BCE_RXP_CPU_MODE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bce/
H A Dif_bce.c4095 cpu_reg.mode = BCE_RXP_CPU_MODE; in bce_start_rxp_cpu()
4128 cpu_reg.mode = BCE_RXP_CPU_MODE; in bce_init_rxp_cpu()
11065 val = REG_RD_IND(sc, BCE_RXP_CPU_MODE); in bce_dump_rxp_state()
11067 val, BCE_RXP_CPU_MODE); in bce_dump_rxp_state()
11083 for (int i = BCE_RXP_CPU_MODE; i < 0xe8fff; i += 0x10) { in bce_dump_rxp_state()
H A Dif_bcereg.h5615 #define BCE_RXP_CPU_MODE 0x000c5000 macro