Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/spi/
A Dspi-cadence-xspi.c150 #define CDNS_XSPI_CMD_FLD_P1_INSTR_CMD_1(op, data_phase) ( \ argument
151 FIELD_PREP(CDNS_XSPI_CMD_INSTR_TYPE, (data_phase) ? \
350 bool data_phase) in cdns_xspi_send_stig_command() argument
367 cmd_regs[1] = CDNS_XSPI_CMD_FLD_P1_INSTR_CMD_1(op, data_phase); in cdns_xspi_send_stig_command()
375 if (data_phase) { in cdns_xspi_send_stig_command()
/linux-6.3-rc2/drivers/mtd/nand/raw/
A Drenesas-nand-controller.c691 unsigned int cmd_phase = 0, addr_phase = 0, data_phase = 0, in rnandc_exec_op() local
732 if (data_phase == 0) in rnandc_exec_op()
733 data_phase = 1; in rnandc_exec_op()
788 switch (data_phase++) { in rnandc_exec_op()
815 if (data_phase == 0) in rnandc_exec_op()
816 data_phase = 1; in rnandc_exec_op()
/linux-6.3-rc2/Documentation/userspace-api/ioctl/
A Dhdio.rst202 data_phase see below
280 data_phase See below
333 3. The requested data_phase is TASKFILE_NO_DATA.
353 The data_phase field describes the data transfer to be
/linux-6.3-rc2/include/uapi/linux/
A Dhdreg.h65 int data_phase; member
/linux-6.3-rc2/drivers/scsi/aic7xxx/
A Daic79xx.h406 uint8_t data_phase; /* Data-In or Data-Out */ member
439 uint8_t data_phase; /* Data-In or Data-Out */ member
A Daic7xxx.h400 uint8_t data_phase; /* Data-In or Data-Out */ member
/linux-6.3-rc2/drivers/block/mtip32xx/
A Dmtip32xx.c116 int data_phase; member
1752 switch (req_task->data_phase) { in exec_drive_taskfile()
1853 if ((req_task->data_phase == TASKFILE_IN) && !(task_file_data & 1)) { in exec_drive_taskfile()

Completed in 26 milliseconds