|
| | write_csr ((0x7CC), cmd) |
| |
| static ATTR_ALWAYS_INLINE uint32_t | l1c_cctl_address_cmd_read (uint8_t cmd, uint32_t address, uint32_t *ecc_data) |
| |
| static ATTR_ALWAYS_INLINE void | l1c_cctl_address_cmd_write (uint8_t cmd, uint32_t address, uint32_t data, uint32_t ecc_data) |
| |
| static ATTR_ALWAYS_INLINE uint32_t | l1c_ic_get_config (void) |
| | Get I-cache configuration. More...
|
| |
| static ATTR_ALWAYS_INLINE uint32_t | l1c_dc_get_config (void) |
| | Get D-cache configuration. More...
|
| |
| void | l1c_dc_disable (void) |
| |
| void | l1c_dc_enable (void) |
| |
| void | l1c_dc_invalidate (uint32_t address, uint32_t size) |
| |
| void | l1c_dc_writeback (uint32_t address, uint32_t size) |
| |
| void | l1c_dc_flush (uint32_t address, uint32_t size) |
| |
| void | l1c_dc_fill_lock (uint32_t address, uint32_t size) |
| |
| void | l1c_ic_disable (void) |
| |
| void | l1c_ic_enable (void) |
| |
| void | l1c_ic_invalidate (uint32_t address, uint32_t size) |
| |
| void | l1c_ic_fill_lock (uint32_t address, uint32_t size) |
| |
| void | l1c_fence_i (void) |
| |
| void | l1c_dc_invalidate_all (void) |
| |
| void | l1c_dc_writeback_all (void) |
| |
| void | l1c_dc_flush_all (void) |
| |