404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.145.167.178: ~ $
/*
 * Copyright 2011 Tilera Corporation. All Rights Reserved.
 *
 *   This program is free software; you can redistribute it and/or
 *   modify it under the terms of the GNU General Public License
 *   as published by the Free Software Foundation, version 2.
 *
 *   This program is distributed in the hope that it will be useful, but
 *   WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
 *   NON INFRINGEMENT.  See the GNU General Public License for
 *   more details.
 */

/**
 * @file drv_srom_intf.h
 * Interface definitions for the SPI Flash ROM driver.
 */

#ifndef _SYS_HV_INCLUDE_DRV_SROM_INTF_H
#define _SYS_HV_INCLUDE_DRV_SROM_INTF_H

/** Read this offset to get the total device size. */
#define SROM_TOTAL_SIZE_OFF   0xF0000000

/** Read this offset to get the device sector size. */
#define SROM_SECTOR_SIZE_OFF  0xF0000004

/** Read this offset to get the device page size. */
#define SROM_PAGE_SIZE_OFF    0xF0000008

/** Write this offset to flush any pending writes. */
#define SROM_FLUSH_OFF        0xF1000000

/** Write this offset, plus the byte offset of the start of a sector, to
 *  erase a sector.  Any write data is ignored, but there must be at least
 *  one byte of write data.  Only applies when the driver is in MTD mode.
 */
#define SROM_ERASE_OFF        0xF2000000

#endif /* _SYS_HV_INCLUDE_DRV_SROM_INTF_H */

Filemanager

Name Type Size Permission Actions
drv_mpipe_intf.h File 23.04 KB 0644
drv_mshim_intf.h File 1.52 KB 0644
drv_pcie_rc_intf.h File 1.22 KB 0644
drv_srom_intf.h File 1.39 KB 0644
drv_trio_intf.h File 6.91 KB 0644
drv_uart_intf.h File 1007 B 0644
drv_usb_host_intf.h File 1.24 KB 0644
drv_xgbe_impl.h File 11.4 KB 0644
drv_xgbe_intf.h File 22.22 KB 0644
hypervisor.h File 100.2 KB 0644
iorpc.h File 25.07 KB 0644
netio_errors.h File 4.14 KB 0644
netio_intf.h File 102.3 KB 0644
syscall_public.h File 1.52 KB 0644