Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/phantom/
Dphantom.h95 #define UNM_CAM_RAM ( UNM_CRB_CAM + 0x02000 ) macro
96 #define UNM_CAM_RAM_PORT_MODE ( UNM_CAM_RAM + 0x00024 )
99 #define UNM_CAM_RAM_DMESG_HEAD(n) ( UNM_CAM_RAM + 0x00030 + (n) * 0x10 )
100 #define UNM_CAM_RAM_DMESG_LEN(n) ( UNM_CAM_RAM + 0x00034 + (n) * 0x10 )
101 #define UNM_CAM_RAM_DMESG_TAIL(n) ( UNM_CAM_RAM + 0x00038 + (n) * 0x10 )
102 #define UNM_CAM_RAM_DMESG_SIG(n) ( UNM_CAM_RAM + 0x0003c + (n) * 0x10 )
105 #define UNM_CAM_RAM_CLP_COMMAND ( UNM_CAM_RAM + 0x000c0 )
107 #define UNM_CAM_RAM_CLP_DATA_LO ( UNM_CAM_RAM + 0x000c4 )
108 #define UNM_CAM_RAM_CLP_DATA_HI ( UNM_CAM_RAM + 0x000c8 )
109 #define UNM_CAM_RAM_CLP_STATUS ( UNM_CAM_RAM + 0x000cc )
[all …]
Dphantom.c666 ( UNM_CAM_RAM + in phantom_create_rx_ctx()
669 ( UNM_CAM_RAM + in phantom_create_rx_ctx()
776 ( UNM_CAM_RAM + in phantom_create_tx_ctx()