|
iPXE
|
Go to the source code of this file.
Functions | |
| FILE_LICENCE (BSD2) | |
| #define ATL2_GLB_RST_CTRL2 0x3040 |
Definition at line 34 of file atl2_hw.h.
Referenced by atl2_hw_boot_completed_(), and atl2_hw_reset().
| #define ATL2_HOST_FINISHED_WRITE 0xE00 |
Definition at line 35 of file atl2_hw.h.
Referenced by atl2_hw_finish_ack_().
| #define ATL2_MCP_BUSY_WRITE 0xE04 |
Definition at line 36 of file atl2_hw.h.
Referenced by atl2_hw_finish_ack_().
| #define ATL2_HOST_ITR_REQ 0xF00 |
Definition at line 37 of file atl2_hw.h.
Referenced by atl2_hw_boot_completed_(), and atl2_hw_reset().
| #define ATL2_RESET_STATUS_REQ_GSR ( 1U << 0x0 ) |
Definition at line 40 of file atl2_hw.h.
Referenced by atl2_hw_reset().
| #define ATL2_RESET_STATUS_HOST_LOAD_COMPLETED ( 1U << 0x10 ) |
| #define ATL2_RESET_STATUS_BC_STARTED ( 1U << 0x18 ) |
Definition at line 47 of file atl2_hw.h.
Referenced by atl2_hw_reset().
| #define ATL2_RESET_STATUS_BOOT_FAILED_MASK ( ATL2_RESET_STATUS_CRASH_DURING_INIT | ATL2_RESET_STATUS_BC_FAILED | ATL2_RESET_STATUS_FW_FAILED ) |
Definition at line 53 of file atl2_hw.h.
Referenced by atl2_hw_reset().
| #define ATL2_RESET_STATUS_BOOT_COMPLETED_MASK ( ATL2_RESET_STATUS_BOOT_FAILED_MASK | ATL2_RESET_STATUS_FW_SUCCEED ) |
Definition at line 54 of file atl2_hw.h.
Referenced by atl2_hw_boot_completed_().
| #define ATL2_FW_HOST_INTERRUPT_REQUEST_READY 0x0001 |
Definition at line 56 of file atl2_hw.h.
Referenced by atl2_hw_boot_completed_(), and atl2_hw_reset().
| #define ATL2_HOST_MODE_ACTIVE 1U |
Definition at line 75 of file atl2_hw.h.
Referenced by atl2_hw_fw_init_().
| #define ATL2_MIF_SHARED_BUF_IN 0x12000 |
Definition at line 80 of file atl2_hw.h.
Referenced by atl2_hw_read_shared_in_(), and atl2_hw_write_shared_in_().
| #define ATL2_MIF_SHARED_BUF_OUT 0x13000 |
Definition at line 81 of file atl2_hw.h.
Referenced by atl2_hw_get_link().
| #define ATL2_MTU_IN_OFF 0x0 |
Definition at line 83 of file atl2_hw.h.
Referenced by atl2_hw_fw_init_().
| #define ATL2_MAC_ADDR_IN_OFF 0x8 |
Definition at line 84 of file atl2_hw.h.
Referenced by atl2_hw_get_mac().
| #define ATL2_LINK_CTRL_IN_OFF 0x10 |
Definition at line 85 of file atl2_hw.h.
Referenced by atl2_hw_fw_init_().
| #define ATL2_LINK_OPTS_IN_OFF 0x18 |
Definition at line 86 of file atl2_hw.h.
Referenced by atl2_hw_fw_init_(), atl2_hw_start(), and atl2_hw_stop().
| #define ATL2_LINK_STS_OUT_OFF 0x14 |
Definition at line 89 of file atl2_hw.h.
Referenced by atl2_hw_get_link().
| #define ATL2_DELAY_10 10 |
Definition at line 91 of file atl2_hw.h.
Referenced by atl2_hw_reset().
| #define ATL2_DELAY_100 100 |
Definition at line 92 of file atl2_hw.h.
Referenced by atl2_hw_finish_ack_().
| FILE_LICENCE | ( | BSD2 | ) |