|
Linux Kernel
3.7.1
|
Go to the source code of this file.
| #define BDDIR_UPPER_MASK (UINT64_CAST 0xfffff << 10) |
| #define BDECC_UPPER_MASK (UINT64_CAST 0x7ffffff << 3) |
| #define BRIDGE_REG_PTR | ( | _base, | |
| _off | |||
| ) |
| #define BWIN_SIZE (UINT64_CAST 1 << BWIN_SIZE_BITS) |
| #define BWIN_WIDGETADDR | ( | addr | ) | ((addr) & BWIN_SIZEMASK) |
| #define BWIN_WINDOWNUM | ( | addr | ) | (((addr) >> BWIN_SIZE_BITS) & BWIN_WIDGET_MASK) |
| #define CACHE_ERR_AREA_SIZE (ARCS_SPB_OFFSET - CACHE_ERR_EFRAME) |
| #define CACHE_ERR_ECCFRAME (CACHE_ERR_EFRAME + EF_SIZE) |
| #define CACHE_ERR_SP (CACHE_ERR_SP_PTR - 16) |
| #define FREEMEM_BASE PHYS_TO_K0(0x2000000) |
| #define IO6PROM_STACK_SIZE (1 << IO6PROM_STACK_SHFT) |
| #define IP27PROM_ELSC_SIZE (1 << IP27PROM_ELSC_SHFT) |
| #define IP27PROM_ENTRY PHYS_TO_COMPATK1(0x1fc00000) |
| #define IP27PROM_FLASHLEDS PHYS_TO_COMPATK1(0x1fc00028) |
| #define IP27PROM_IOC3UARTPOD PHYS_TO_COMPATK1(0x1fc00020) |
| #define IP27PROM_LAUNCHSLAVE PHYS_TO_COMPATK1(0x1fc00038) |
| #define IP27PROM_PODMODE PHYS_TO_COMPATK1(0x1fc00018) |
| #define IP27PROM_POLLSLAVE PHYS_TO_COMPATK1(0x1fc00048) |
| #define IP27PROM_REPOD PHYS_TO_COMPATK1(0x1fc00030) |
| #define IP27PROM_RESTART PHYS_TO_COMPATK1(0x1fc00008) |
| #define IP27PROM_SLAVELOOP PHYS_TO_COMPATK1(0x1fc00010) |
| #define IP27PROM_WAITSLAVE PHYS_TO_COMPATK1(0x1fc00040) |
| #define KERN_NMI_ADDR | ( | nasid, | |
| slice | |||
| ) |
| #define KL_I2C_REG MD_UREG0_0 /* I2C reg */ |
| #define KL_UART_BASE LOCAL_HUB_ADDR(MD_UREG0_0) /* base of UART regs */ |
| #define KL_UART_CMD LOCAL_HUB_ADDR(MD_UREG0_0) /* UART command reg */ |
| #define KL_UART_DATA LOCAL_HUB_ADDR(MD_UREG0_1) /* UART data reg */ |
| #define NASID_GET | ( | _pa | ) |
| #define NASID_MASK (UINT64_CAST NASID_BITMASK << NASID_SHFT) |
| #define NODE_ADDRSPACE_SIZE (UINT64_CAST 1 << NODE_SIZE_BITS) |
| #define NODE_BWIN_ADDR | ( | nasid, | |
| addr | |||
| ) |
| #define NODE_BWIN_BASE | ( | nasid, | |
| bigwin | |||
| ) |
| #define NODE_BWIN_BASE0 | ( | nasid | ) | (NODE_IO_BASE(nasid) + BWIN_SIZE) |
| #define NODE_SWIN_BASE | ( | nasid, | |
| widget | |||
| ) |
| #define SN0_WIDGET_BASE | ( | _nasid, | |
| _wid | |||
| ) | (NODE_SWIN_BASE((_nasid), (_wid))) |
1.8.2