Symbol: FZC_DMC
sys/dev/pci/if_nep.c
266
#define DEF_PT0_RDC (FZC_DMC + 0x00008)
sys/dev/pci/if_nep.c
270
#define RX_LOG_PAGE_VLD(chan) (FZC_DMC + 0x20000 + (chan) * 0x00040)
sys/dev/pci/if_nep.c
274
#define RX_LOG_MASK1(chan) (FZC_DMC + 0x20008 + (chan) * 0x00040)
sys/dev/pci/if_nep.c
275
#define RX_LOG_VALUE1(chan) (FZC_DMC + 0x20010 + (chan) * 0x00040)
sys/dev/pci/if_nep.c
276
#define RX_LOG_MASK2(chan) (FZC_DMC + 0x20018 + (chan) * 0x00040)
sys/dev/pci/if_nep.c
277
#define RX_LOG_VALUE2(chan) (FZC_DMC + 0x20020 + (chan) * 0x00040)
sys/dev/pci/if_nep.c
278
#define RX_LOG_PAGE_RELO1(chan) (FZC_DMC + 0x20028 + (chan) * 0x00040)
sys/dev/pci/if_nep.c
279
#define RX_LOG_PAGE_RELO2(chan) (FZC_DMC + 0x20030 + (chan) * 0x00040)
sys/dev/pci/if_nep.c
280
#define RX_LOG_PAGE_HDL(chan) (FZC_DMC + 0x20038 + (chan) * 0x00040)
sys/dev/pci/if_nep.c
342
#define TX_LOG_PAGE_VLD(chan) (FZC_DMC + 0x40000 + (chan) * 0x00200)
sys/dev/pci/if_nep.c
346
#define TX_LOG_MASK1(chan) (FZC_DMC + 0x40008 + (chan) * 0x00200)
sys/dev/pci/if_nep.c
347
#define TX_LOG_VALUE1(chan) (FZC_DMC + 0x40010 + (chan) * 0x00200)
sys/dev/pci/if_nep.c
348
#define TX_LOG_MASK2(chan) (FZC_DMC + 0x40018 + (chan) * 0x00200)
sys/dev/pci/if_nep.c
349
#define TX_LOG_VALUE2(chan) (FZC_DMC + 0x40020 + (chan) * 0x00200)
sys/dev/pci/if_nep.c
350
#define TX_LOG_PAGE_RELO1(chan) (FZC_DMC + 0x40028 + (chan) * 0x00200)
sys/dev/pci/if_nep.c
351
#define TX_LOG_PAGE_RELO2(chan) (FZC_DMC + 0x40030 + (chan) * 0x00200)
sys/dev/pci/if_nep.c
352
#define TX_LOG_PAGE_HDL(chan) (FZC_DMC + 0x40038 + (chan) * 0x00200)