Home
last modified time | relevance | path

Searched refs:SETBIT (Results 1 – 18 of 18) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pwm/hal/mustang/pwm/
H A DhalPWM.h122 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/macan/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/maldives/pwm/
H A DhalPWM.h122 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/mooney/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/maxim/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/mainz/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/M7821/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/manhattan/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/messi/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/maserati/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/M7621/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/kano/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/curry/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/k6lite/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/pwm/hal/k6/pwm/
H A DhalPWM.h138 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_def.h373 #define SETBIT(_data, _bit) ((_data) |= (0x1 << (_bit))) macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_def.h373 #define SETBIT(_data, _bit) ((_data) |= (0x1 << (_bit))) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/
H A Ddatatype.h489 #define SETBIT(REG, BIT) ((REG) |= (1UL << (BIT))) macro