Home
last modified time | relevance | path

Searched refs:rst_int (Results 1 – 3 of 3) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/platform/xilinx/wr_gtp_phy/family7-gtp/
H A Dwr_gtp_phy_family7.vhd135 signal rst_int : std_logic; signal
302 rst_int <= '1';
306 rst_int <= '1';
308 rst_int <= '0';
315 process(clk_gtp_i, rst_int) is
318 if rst_int = '1' then
345 process(rx_rec_clk, rst_int) is
347 if rst_int = '1' then
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/platform/xilinx/wr_gtp_phy/family7-gtx/
H A Dwr_gtx_phy_family7.vhd239 signal rst_int : std_logic; signal
297 rst_int <= '1';
301 rst_int <= '1';
303 rst_int <= '0';
341 CPLLRESET_IN => rst_int,
454 p_rx_cdr_lock_filter : process(rx_rec_clk, rst_int)
457 if(rst_int = '1') then
/dports/multimedia/xanim/xanim2920/
H A Dxa_jpg.c1632 #define JPG_HANDLE_RST(rst_int,rst_cnt) { \ argument
1633 if ( ((rst_int) && (rst_cnt==0)) ) \
1635 DEBUG_LEVEL1 fprintf(stderr," jRST_INT %d rst_cnt %d\n", rst_int,rst_cnt); \
1646 rst_cnt = rst_int; \