Home
last modified time | relevance | path

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

/hal_altera-latest/drivers/altera_avalon_timer/HAL/src/
Daltera_avalon_timer_ts.c73 IOWR_ALTERA_AVALON_TIMER_CONTROL (base,ALTERA_AVALON_TIMER_CONTROL_STOP_MSK); in alt_timestamp_start()
78 IOWR_ALTERA_AVALON_TIMER_CONTROL (base, ALTERA_AVALON_TIMER_CONTROL_START_MSK); in alt_timestamp_start()
80 IOWR_ALTERA_AVALON_TIMER_CONTROL (base,ALTERA_AVALON_TIMER_CONTROL_STOP_MSK); in alt_timestamp_start()
83 IOWR_ALTERA_AVALON_TIMER_CONTROL (base, ALTERA_AVALON_TIMER_CONTROL_START_MSK); in alt_timestamp_start()
Daltera_avalon_timer_sc.c96 IOWR_ALTERA_AVALON_TIMER_CONTROL (base, in alt_avalon_timer_sc_init()
/hal_altera-latest/drivers/altera_avalon_timer/inc/
Daltera_avalon_timer_regs.h53 #define IOWR_ALTERA_AVALON_TIMER_CONTROL(base, data) \ macro