Lines Matching refs:cmdProgram
267 static void SfdpSetProgramCommand_1_1_1(cy_stc_smif_mem_cmd_t* cmdProgram);
268 static void SfdpSetProgramCommandFourBytes_1_1_1(cy_stc_smif_mem_cmd_t* cmdProgram);
269 static void SfdpSetProgramCommandFourBytes_1_1_4(cy_stc_smif_mem_cmd_t* cmdProgram);
270 static void SfdpSetProgramCommandFourBytes_1_4_4(cy_stc_smif_mem_cmd_t* cmdProgram);
273 cy_stc_smif_mem_cmd_t* cmdProgram);
1525 static void SfdpSetProgramCommand_1_1_1(cy_stc_smif_mem_cmd_t* cmdProgram) in SfdpSetProgramCommand_1_1_1() argument
1528 cmdProgram->command = CY_SMIF_SINGLE_PROGRAM_CMD; in SfdpSetProgramCommand_1_1_1()
1531 cmdProgram->cmdPresence = CY_SMIF_PRESENT_1BYTE; in SfdpSetProgramCommand_1_1_1()
1534 cmdProgram->cmdWidth = CY_SMIF_WIDTH_SINGLE; in SfdpSetProgramCommand_1_1_1()
1536 cmdProgram->addrWidth = CY_SMIF_WIDTH_SINGLE; in SfdpSetProgramCommand_1_1_1()
1538 cmdProgram->mode = CY_SMIF_NO_COMMAND_OR_MODE; in SfdpSetProgramCommand_1_1_1()
1540 cmdProgram->modeWidth = CY_SMIF_WIDTH_SINGLE; in SfdpSetProgramCommand_1_1_1()
1542 cmdProgram->dummyCycles = 0UL; in SfdpSetProgramCommand_1_1_1()
1544 cmdProgram->dataWidth = CY_SMIF_WIDTH_SINGLE; in SfdpSetProgramCommand_1_1_1()
1559 static void SfdpSetProgramCommandFourBytes_1_1_1(cy_stc_smif_mem_cmd_t* cmdProgram) in SfdpSetProgramCommandFourBytes_1_1_1() argument
1562 cmdProgram->command = CY_SMIF_PAGE_PROGRAM_4_BYTES_CMD_1S_1S_1S; in SfdpSetProgramCommandFourBytes_1_1_1()
1565 cmdProgram->cmdPresence = CY_SMIF_PRESENT_1BYTE; in SfdpSetProgramCommandFourBytes_1_1_1()
1568 cmdProgram->cmdWidth = CY_SMIF_WIDTH_SINGLE; in SfdpSetProgramCommandFourBytes_1_1_1()
1570 cmdProgram->addrWidth = CY_SMIF_WIDTH_SINGLE; in SfdpSetProgramCommandFourBytes_1_1_1()
1572 cmdProgram->mode = CY_SMIF_NO_COMMAND_OR_MODE; in SfdpSetProgramCommandFourBytes_1_1_1()
1574 cmdProgram->modeWidth = CY_SMIF_WIDTH_SINGLE; in SfdpSetProgramCommandFourBytes_1_1_1()
1576 cmdProgram->dummyCycles = 0UL; in SfdpSetProgramCommandFourBytes_1_1_1()
1578 cmdProgram->dataWidth = CY_SMIF_WIDTH_SINGLE; in SfdpSetProgramCommandFourBytes_1_1_1()
1593 static void SfdpSetProgramCommandFourBytes_1_1_4(cy_stc_smif_mem_cmd_t* cmdProgram) in SfdpSetProgramCommandFourBytes_1_1_4() argument
1596 cmdProgram->command = CY_SMIF_PAGE_PROGRAM_4_BYTES_CMD_1S_1S_4S; in SfdpSetProgramCommandFourBytes_1_1_4()
1599 cmdProgram->cmdPresence = CY_SMIF_PRESENT_1BYTE; in SfdpSetProgramCommandFourBytes_1_1_4()
1602 cmdProgram->cmdWidth = CY_SMIF_WIDTH_SINGLE; in SfdpSetProgramCommandFourBytes_1_1_4()
1604 cmdProgram->addrWidth = CY_SMIF_WIDTH_SINGLE; in SfdpSetProgramCommandFourBytes_1_1_4()
1606 cmdProgram->mode = CY_SMIF_NO_COMMAND_OR_MODE; in SfdpSetProgramCommandFourBytes_1_1_4()
1608 cmdProgram->modeWidth = CY_SMIF_WIDTH_SINGLE; in SfdpSetProgramCommandFourBytes_1_1_4()
1610 cmdProgram->dummyCycles = 0UL; in SfdpSetProgramCommandFourBytes_1_1_4()
1612 cmdProgram->dataWidth = CY_SMIF_WIDTH_QUAD; in SfdpSetProgramCommandFourBytes_1_1_4()
1627 static void SfdpSetProgramCommandFourBytes_1_4_4(cy_stc_smif_mem_cmd_t* cmdProgram) in SfdpSetProgramCommandFourBytes_1_4_4() argument
1630 cmdProgram->command = CY_SMIF_PAGE_PROGRAM_4_BYTES_CMD_1S_4S_4S; in SfdpSetProgramCommandFourBytes_1_4_4()
1632 cmdProgram->cmdPresence = CY_SMIF_PRESENT_1BYTE; in SfdpSetProgramCommandFourBytes_1_4_4()
1635 cmdProgram->cmdWidth = CY_SMIF_WIDTH_SINGLE; in SfdpSetProgramCommandFourBytes_1_4_4()
1637 cmdProgram->addrWidth = CY_SMIF_WIDTH_QUAD; in SfdpSetProgramCommandFourBytes_1_4_4()
1639 cmdProgram->mode = CY_SMIF_NO_COMMAND_OR_MODE; in SfdpSetProgramCommandFourBytes_1_4_4()
1641 cmdProgram->modeWidth = CY_SMIF_WIDTH_QUAD; in SfdpSetProgramCommandFourBytes_1_4_4()
1643 cmdProgram->dummyCycles = 0UL; in SfdpSetProgramCommandFourBytes_1_4_4()
1645 cmdProgram->dataWidth = CY_SMIF_WIDTH_QUAD; in SfdpSetProgramCommandFourBytes_1_4_4()
1671 cy_stc_smif_mem_cmd_t* cmdProgram) in SfdpGetProgramFourBytesCmd() argument
1687 SfdpSetProgramCommandFourBytes_1_4_4(cmdProgram); in SfdpGetProgramFourBytesCmd()
1691 SfdpSetProgramCommandFourBytes_1_1_4(cmdProgram); in SfdpGetProgramFourBytesCmd()
1695 SfdpSetProgramCommandFourBytes_1_1_1(cmdProgram); in SfdpGetProgramFourBytesCmd()
1700 SfdpSetProgramCommand_1_1_1(cmdProgram); in SfdpGetProgramFourBytesCmd()
1706 SfdpSetProgramCommandFourBytes_1_1_4(cmdProgram); in SfdpGetProgramFourBytesCmd()
1710 SfdpSetProgramCommandFourBytes_1_1_1(cmdProgram); in SfdpGetProgramFourBytesCmd()
1715 SfdpSetProgramCommand_1_1_1(cmdProgram); in SfdpGetProgramFourBytesCmd()
1723 SfdpSetProgramCommandFourBytes_1_1_1(cmdProgram); in SfdpGetProgramFourBytesCmd()
1728 SfdpSetProgramCommand_1_1_1(cmdProgram); in SfdpGetProgramFourBytesCmd()