Home
last modified time | relevance | path

Searched refs:bcm47xxsflash_cmd (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mtd/devices/
Dbcm47xxsflash.c20 static void bcm47xxsflash_cmd(struct bcm47xxsflash *b47s, u32 opcode) in bcm47xxsflash_cmd() function
41 bcm47xxsflash_cmd(b47s, OPCODE_ST_RDSR); in bcm47xxsflash_poll()
47 bcm47xxsflash_cmd(b47s, OPCODE_AT_STATUS); in bcm47xxsflash_poll()
74 bcm47xxsflash_cmd(b47s, OPCODE_ST_WREN); in bcm47xxsflash_erase()
81 bcm47xxsflash_cmd(b47s, OPCODE_ST_SSE); in bcm47xxsflash_erase()
83 bcm47xxsflash_cmd(b47s, OPCODE_ST_SE); in bcm47xxsflash_erase()
87 bcm47xxsflash_cmd(b47s, OPCODE_AT_PAGE_ERASE); in bcm47xxsflash_erase()
126 bcm47xxsflash_cmd(b47s, OPCODE_ST_WREN); in bcm47xxsflash_write_st()
134 bcm47xxsflash_cmd(b47s, OPCODE_ST_PP); in bcm47xxsflash_write_st()
139 bcm47xxsflash_cmd(b47s, OPCODE_ST_CSA | OPCODE_ST_PP); in bcm47xxsflash_write_st()
[all …]