Lines Matching defs:bcm47xxsflash_cmd
22 static void bcm47xxsflash_cmd(struct bcm47xxsflash *b47s, u32 opcode)
43 bcm47xxsflash_cmd(b47s, OPCODE_ST_RDSR);
49 bcm47xxsflash_cmd(b47s, OPCODE_AT_STATUS);
75 bcm47xxsflash_cmd(b47s, OPCODE_ST_WREN);
82 bcm47xxsflash_cmd(b47s, OPCODE_ST_SSE);
84 bcm47xxsflash_cmd(b47s, OPCODE_ST_SE);
88 bcm47xxsflash_cmd(b47s, OPCODE_AT_PAGE_ERASE);
119 bcm47xxsflash_cmd(b47s, OPCODE_ST_READ4B);
135 bcm47xxsflash_cmd(b47s, OPCODE_ST_WREN);
143 bcm47xxsflash_cmd(b47s, OPCODE_ST_PP);
148 bcm47xxsflash_cmd(b47s, OPCODE_ST_CSA | OPCODE_ST_PP);
158 bcm47xxsflash_cmd(b47s, OPCODE_ST_CSA | *buf++);
187 bcm47xxsflash_cmd(b47s, OPCODE_AT_BUF1_LOAD);
204 bcm47xxsflash_cmd(b47s, OPCODE_AT_BUF1_WRITE);
211 bcm47xxsflash_cmd(b47s, OPCODE_AT_BUF1_PROGRAM);