.. | .. |
---|
51 | 51 | extern void octeon_io_clk_delay(unsigned long); |
---|
52 | 52 | |
---|
53 | 53 | #define OCTEON_ARGV_MAX_ARGS 64 |
---|
54 | | -#define OCTOEN_SERIAL_LEN 20 |
---|
| 54 | +#define OCTEON_SERIAL_LEN 20 |
---|
55 | 55 | |
---|
56 | 56 | struct octeon_boot_descriptor { |
---|
57 | 57 | #ifdef __BIG_ENDIAN_BITFIELD |
---|
.. | .. |
---|
102 | 102 | uint16_t chip_type; |
---|
103 | 103 | uint8_t chip_rev_major; |
---|
104 | 104 | uint8_t chip_rev_minor; |
---|
105 | | - char board_serial_number[OCTOEN_SERIAL_LEN]; |
---|
| 105 | + char board_serial_number[OCTEON_SERIAL_LEN]; |
---|
106 | 106 | uint8_t mac_addr_base[6]; |
---|
107 | 107 | uint8_t mac_addr_count; |
---|
108 | 108 | uint64_t cvmx_desc_vaddr; |
---|
.. | .. |
---|
198 | 198 | * CvmMemCtl[DIDTTO] */ |
---|
199 | 199 | __BITFIELD_FIELD(uint64_t didtto2:1, |
---|
200 | 200 | /* R/W If set, marked write-buffer entries time out |
---|
201 | | - * the same as as other entries; if clear, marked |
---|
| 201 | + * the same as other entries; if clear, marked |
---|
202 | 202 | * write-buffer entries use the maximum timeout. */ |
---|
203 | 203 | __BITFIELD_FIELD(uint64_t dismarkwblongto:1, |
---|
204 | 204 | /* R/W If set, a merged store does not clear the |
---|