Lines Matching refs:address
245 static inline BOOL SPI_NvramReadDataBytes(u32 address, u32 size, u8 *pData) in SPI_NvramReadDataBytes() argument
252 ((address >> 16) & 0x000000ff), 0)) in SPI_NvramReadDataBytes()
259 (1 << SPI_PXI_INDEX_SHIFT) | (address & 0x0000ffff), 0)) in SPI_NvramReadDataBytes()
314 static inline BOOL SPI_NvramReadHigherSpeed(u32 address, u32 size, u8 *pData) in SPI_NvramReadHigherSpeed() argument
321 ((address >> 16) & 0x000000ff), 0)) in SPI_NvramReadHigherSpeed()
328 (1 << SPI_PXI_INDEX_SHIFT) | (address & 0x0000ffff), 0)) in SPI_NvramReadHigherSpeed()
382 static inline BOOL SPI_NvramPageWrite(u32 address, u16 size, const u8 *pData) in SPI_NvramPageWrite() argument
388 (SPI_PXI_COMMAND_NVRAM_PW << 8) | ((address >> 16) & 0x000000ff), 0)) in SPI_NvramPageWrite()
395 (1 << SPI_PXI_INDEX_SHIFT) | (address & 0x0000ffff), 0)) in SPI_NvramPageWrite()
442 static inline BOOL SPI_NvramPageProgram(u32 address, u16 size, const u8 *pData) in SPI_NvramPageProgram() argument
448 (SPI_PXI_COMMAND_NVRAM_PP << 8) | ((address >> 16) & 0x000000ff), 0)) in SPI_NvramPageProgram()
455 (1 << SPI_PXI_INDEX_SHIFT) | (address & 0x0000ffff), 0)) in SPI_NvramPageProgram()
498 static inline BOOL SPI_NvramPageErase(u32 address) in SPI_NvramPageErase() argument
504 (SPI_PXI_COMMAND_NVRAM_PE << 8) | ((address >> 16) & 0x000000ff), 0)) in SPI_NvramPageErase()
512 (1 << SPI_PXI_INDEX_SHIFT) | (address & 0x0000ffff), 0)) in SPI_NvramPageErase()
534 static inline BOOL SPI_NvramSectorErase(u32 address) in SPI_NvramSectorErase() argument
540 (SPI_PXI_COMMAND_NVRAM_SE << 8) | ((address >> 16) & 0x000000ff), 0)) in SPI_NvramSectorErase()
548 (1 << SPI_PXI_INDEX_SHIFT) | (address & 0x0000ffff), 0)) in SPI_NvramSectorErase()