Searched refs:bcm47xxsflash_cmd (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/mtd/devices/ |
H A D | bcm47xxsflash.c | 20 static void bcm47xxsflash_cmd(struct bcm47xxsflash *b47s, u32 opcode) bcm47xxsflash_cmd() function 41 bcm47xxsflash_cmd(b47s, OPCODE_ST_RDSR); bcm47xxsflash_poll() 47 bcm47xxsflash_cmd(b47s, OPCODE_AT_STATUS); bcm47xxsflash_poll() 74 bcm47xxsflash_cmd(b47s, OPCODE_ST_WREN); bcm47xxsflash_erase() 81 bcm47xxsflash_cmd(b47s, OPCODE_ST_SSE); bcm47xxsflash_erase() 83 bcm47xxsflash_cmd(b47s, OPCODE_ST_SE); bcm47xxsflash_erase() 87 bcm47xxsflash_cmd(b47s, OPCODE_AT_PAGE_ERASE); bcm47xxsflash_erase() 126 bcm47xxsflash_cmd(b47s, OPCODE_ST_WREN); bcm47xxsflash_write_st() 134 bcm47xxsflash_cmd(b47s, OPCODE_ST_PP); bcm47xxsflash_write_st() 139 bcm47xxsflash_cmd(b47s, OPCODE_ST_CSA | OPCODE_ST_PP); bcm47xxsflash_write_st() 149 bcm47xxsflash_cmd(b47s, OPCODE_ST_CSA | *buf++); bcm47xxsflash_write_st() 178 bcm47xxsflash_cmd(b47s, OPCODE_AT_BUF1_LOAD); bcm47xxsflash_write_at() 195 bcm47xxsflash_cmd(b47s, OPCODE_AT_BUF1_WRITE); bcm47xxsflash_write_at() 202 bcm47xxsflash_cmd(b47s, OPCODE_AT_BUF1_PROGRAM); bcm47xxsflash_write_at()
|
Completed in 118 milliseconds