Home
last modified time | relevance | path

Searched refs:STATE_WRITE (Results 1 – 25 of 89) sorted by relevance

1234

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/zynq_fifo/
H A Dzf_slave_settings.v56 localparam STATE_WRITE = 2; constant
78 state <= STATE_WRITE;
82 STATE_WRITE: begin
91 assign strobe = (state == STATE_WRITE);
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav-neon/
H A DLockEntrySequence.cxx59 #define STATE_WRITE (STATE_TOP + 5) macro
108 return STATE_WRITE; in LockEntrySequence_startelement_callback()
121 return STATE_WRITE; in LockEntrySequence_startelement_callback()
162 case STATE_WRITE: in LockEntrySequence_endelement_callback()
H A DLockSequence.cxx68 #define STATE_WRITE (STATE_TOP + 9) macro
114 return STATE_WRITE; in LockSequence_startelement_callback()
263 case STATE_WRITE: in LockSequence_endelement_callback()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav-neon/
H A DLockEntrySequence.cxx56 #define STATE_WRITE (STATE_TOP + 5) macro
105 return STATE_WRITE; in LockEntrySequence_startelement_callback()
118 return STATE_WRITE; in LockEntrySequence_startelement_callback()
159 case STATE_WRITE: in LockEntrySequence_endelement_callback()
H A DLockSequence.cxx64 #define STATE_WRITE (STATE_TOP + 9) macro
110 return STATE_WRITE; in LockSequence_startelement_callback()
259 case STATE_WRITE: in LockSequence_endelement_callback()
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-descrypt/pkt_comm/
H A Doutpkt_join.v33 STATE_WRITE = 1, constant
65 state <= STATE_WRITE;
69 STATE_WRITE: if (wr_en[selected_num]) begin
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/control/map/
H A Dcam_srl.v65 STATE_WRITE = 2'd2, constant
172 state_next = STATE_WRITE;
178 STATE_WRITE: begin
190 state_next = STATE_WRITE;
/dports/devel/p5-POE/POE-1.368/lib/POE/Wheel/
H A DReadWrite.pm27 sub STATE_WRITE () { 14 } subroutine
178 $self->[STATE_WRITE] = ref($self) . "($unique_id) -> select write",
234 $poe_kernel->select_write($self->[HANDLE_OUTPUT], $self->[STATE_WRITE]);
406 if ($self->[STATE_WRITE]) {
407 $poe_kernel->state($self->[STATE_WRITE]);
408 $self->[STATE_WRITE] = undef;
651 $self->[STATE_WRITE], $self->[HANDLE_OUTPUT]);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/gpif2/
H A Dgpif2_slave_fifo32.v97 localparam STATE_WRITE = 3; constant
250 state <= STATE_WRITE;
337 STATE_WRITE: begin
441 ((state == STATE_WRITE) && fx3_wmark1 && ~pad) || // Sustain burst
446 ((state == STATE_WRITE) && fx3_wmark1) || // Sustain burst
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-digicolor.c66 STATE_WRITE, enumerator
154 i2c->state = STATE_WRITE; in dc_i2c_start_msg()
188 i2c->state = STATE_WRITE; in dc_i2c_irq()
190 case STATE_WRITE: in dc_i2c_irq()
H A Di2c-kempld.c50 STATE_WRITE, enumerator
142 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in kempld_i2c_process()
143 i2c->state = (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in kempld_i2c_process()
166 ? STATE_READ : STATE_WRITE; in kempld_i2c_process()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-digicolor.c66 STATE_WRITE, enumerator
154 i2c->state = STATE_WRITE; in dc_i2c_start_msg()
188 i2c->state = STATE_WRITE; in dc_i2c_irq()
190 case STATE_WRITE: in dc_i2c_irq()
H A Di2c-kempld.c50 STATE_WRITE, enumerator
142 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in kempld_i2c_process()
143 i2c->state = (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in kempld_i2c_process()
166 ? STATE_READ : STATE_WRITE; in kempld_i2c_process()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-digicolor.c66 STATE_WRITE, enumerator
154 i2c->state = STATE_WRITE; in dc_i2c_start_msg()
188 i2c->state = STATE_WRITE; in dc_i2c_irq()
190 case STATE_WRITE: in dc_i2c_irq()
H A Di2c-kempld.c50 STATE_WRITE, enumerator
142 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in kempld_i2c_process()
143 i2c->state = (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in kempld_i2c_process()
166 ? STATE_READ : STATE_WRITE; in kempld_i2c_process()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/i2c/
H A Docores_i2c.c54 #define STATE_WRITE 2 macro
169 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in ocores_process()
171 (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in ocores_process()
201 ? STATE_READ : STATE_WRITE; in ocores_process()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/i2c/
H A Docores_i2c.c54 #define STATE_WRITE 2 macro
169 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in ocores_process()
171 (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in ocores_process()
201 ? STATE_READ : STATE_WRITE; in ocores_process()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/drivers/i2c/
H A Docores_i2c.c54 #define STATE_WRITE 2 macro
169 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in ocores_process()
171 (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in ocores_process()
201 ? STATE_READ : STATE_WRITE; in ocores_process()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/i2c/
H A Docores_i2c.c54 #define STATE_WRITE 2 macro
169 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in ocores_process()
171 (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in ocores_process()
201 ? STATE_READ : STATE_WRITE; in ocores_process()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/i2c/
H A Docores_i2c.c54 #define STATE_WRITE 2 macro
169 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in ocores_process()
171 (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in ocores_process()
201 ? STATE_READ : STATE_WRITE; in ocores_process()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/i2c/
H A Docores_i2c.c54 #define STATE_WRITE 2 macro
169 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in ocores_process()
171 (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in ocores_process()
201 ? STATE_READ : STATE_WRITE; in ocores_process()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/i2c/
H A Docores_i2c.c54 #define STATE_WRITE 2 macro
169 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in ocores_process()
171 (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in ocores_process()
201 ? STATE_READ : STATE_WRITE; in ocores_process()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/i2c/
H A Docores_i2c.c54 #define STATE_WRITE 2 macro
169 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in ocores_process()
171 (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in ocores_process()
201 ? STATE_READ : STATE_WRITE; in ocores_process()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/i2c/
H A Docores_i2c.c54 #define STATE_WRITE 2 macro
169 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in ocores_process()
171 (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in ocores_process()
201 ? STATE_READ : STATE_WRITE; in ocores_process()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/i2c/
H A Docores_i2c.c54 #define STATE_WRITE 2 macro
169 if (i2c->state == STATE_START || i2c->state == STATE_WRITE) { in ocores_process()
171 (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in ocores_process()
201 ? STATE_READ : STATE_WRITE; in ocores_process()

1234