Home
last modified time | relevance | path

Searched refs:cmd_status (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lib/
H A Di2c.c61 while (i2c_regs->cmd_status & I2C_ST_TIP) // wait for xfer to complete in wait_for_xfer()
70 if ((i2c_regs->cmd_status & I2C_ST_RXACK) != 0){ // target NAK'd in wait_chk_ack()
82 while (i2c_regs->cmd_status & I2C_ST_BUSY) in i2c_read()
87 i2c_regs->cmd_status = I2C_CMD_WR | I2C_CMD_START; in i2c_read()
92 i2c_regs->cmd_status = I2C_CMD_RD | (len == 1 ? (I2C_CMD_NACK | I2C_CMD_STOP) : 0); in i2c_read()
99 i2c_regs->cmd_status = I2C_CMD_STOP; // generate STOP in i2c_read()
107 while (i2c_regs->cmd_status & I2C_ST_BUSY) in i2c_write()
113 i2c_regs->cmd_status = I2C_CMD_WR | I2C_CMD_START | (len == 0 ? I2C_CMD_STOP : 0); in i2c_write()
119 i2c_regs->cmd_status = I2C_CMD_WR | (len == 1 ? I2C_CMD_STOP : 0); in i2c_write()
126 i2c_regs->cmd_status = I2C_CMD_STOP; // generate STOP in i2c_write()
H A Di2c_async.c60 if(i2c_regs->cmd_status & I2C_ST_AL) { in i2c_irq_handler()
66 if(i2c_regs->cmd_status & I2C_ST_TIP) { in i2c_irq_handler()
91 i2c_regs->cmd_status = I2C_CMD_RD; in i2c_irq_handler()
93 i2c_regs->cmd_status = I2C_CMD_RD | I2C_CMD_NACK | I2C_CMD_STOP; in i2c_irq_handler()
100 i2c_regs->cmd_status = I2C_CMD_WR; in i2c_irq_handler()
103 i2c_regs->cmd_status = I2C_CMD_WR | I2C_CMD_STOP; in i2c_irq_handler()
146 i2c_regs->cmd_status = I2C_CMD_STOP; in i2c_async_err()
157 i2c_regs->cmd_status |= I2C_CMD_IACK; in i2c_async_read()
165 i2c_regs->cmd_status = I2C_CMD_WR | I2C_CMD_START; //generate start & start writing addr in i2c_async_read()
178 i2c_regs->cmd_status |= I2C_CMD_IACK; in i2c_async_write()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lib/
H A Dwb_i2c.c30 volatile uint32_t cmd_status; // wr = command reg; rd = status reg member
72 while (i2c_regs->cmd_status & I2C_ST_TIP) // wait for xfer to complete in wait_for_xfer()
81 if ((i2c_regs->cmd_status & I2C_ST_RXACK) != 0){ // target NAK'd in wait_chk_ack()
92 while (i2c_regs->cmd_status & I2C_ST_BUSY) in wb_i2c_read()
97 i2c_regs->cmd_status = I2C_CMD_WR | I2C_CMD_START; in wb_i2c_read()
102 i2c_regs->cmd_status = I2C_CMD_RD | (len == 1 ? (I2C_CMD_NACK | I2C_CMD_STOP) : 0); in wb_i2c_read()
109 i2c_regs->cmd_status = I2C_CMD_STOP; // generate STOP in wb_i2c_read()
115 while (i2c_regs->cmd_status & I2C_ST_BUSY) in wb_i2c_write()
121 i2c_regs->cmd_status = I2C_CMD_WR | I2C_CMD_START | (len == 0 ? I2C_CMD_STOP : 0); in wb_i2c_write()
127 i2c_regs->cmd_status = I2C_CMD_WR | (len == 1 ? I2C_CMD_STOP : 0); in wb_i2c_write()
[all …]
/dports/devel/py-mypy/mypy-0.910/
H A Druntests.py134 cmd_status = run_cmd('self')
135 if cmd_status:
136 status = cmd_status
137 cmd_status = wait_background_cmd('lint', proc)
138 if cmd_status:
139 status = cmd_status
143 cmd_status = run_cmd(arg)
144 if cmd_status:
145 status = cmd_status
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Doct-process.cc82 int cmd_status = cmd.close (); in run_command_and_return_output() local
84 if (sys::wifexited (cmd_status)) in run_command_and_return_output()
85 cmd_status = sys::wexitstatus (cmd_status); in run_command_and_return_output()
87 cmd_status = 127; in run_command_and_return_output()
89 return process_execution_result::of_success (cmd_status, output_buf.str ()); in run_command_and_return_output()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h206 unsigned short cmd_status; /* status of this command */ member
216 unsigned short cmd_status; member
227 unsigned short cmd_status; member
249 unsigned short cmd_status; member
261 unsigned short cmd_status; member
272 unsigned short cmd_status; member
292 unsigned short cmd_status; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h206 unsigned short cmd_status; /* status of this command */ member
216 unsigned short cmd_status; member
227 unsigned short cmd_status; member
249 unsigned short cmd_status; member
261 unsigned short cmd_status; member
272 unsigned short cmd_status; member
292 unsigned short cmd_status; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h206 unsigned short cmd_status; /* status of this command */ member
216 unsigned short cmd_status; member
227 unsigned short cmd_status; member
249 unsigned short cmd_status; member
261 unsigned short cmd_status; member
272 unsigned short cmd_status; member
292 unsigned short cmd_status; member
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/ubsan/
H A Dpr86406.C5 typedef enum { } cmd_status; typedef
20 cmd_status handleChangeFlags (VwUI_2DCellLayerView *
23 cmd_status openCellLayoutView ();
26 cmd_status
/dports/mail/imapsync/imapsync-1d08afa/W/tools/
H A Dvalidate_xml_html534 cmd_status=$?
35 echo cmd_status = $cmd_status
36 test 0 != $cmd_status && {

12345678910>>...18