Home
last modified time | relevance | path

Searched refs:SET_BIT (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/drivers/video/kyro/
DSTG4000VTG.c34 tmp |= SET_BIT(8); in DisableVGA()
43 tmp = (STG_READ_REG(DACSyncCtrl)) | SET_BIT(0) | SET_BIT(2); in StopVTG()
53 tmp = ((STG_READ_REG(DACSyncCtrl)) | SET_BIT(31)); in StartVTG()
157 tmp = STG_READ_REG(DACSyncCtrl) | SET_BIT(3) | SET_BIT(1); in SetupVTG()
DSTG4000Ramdac.c104 tmp &= ~SET_BIT(31); in InitialiseRamdac()
152 tmp = (STG_READ_REG(DACStreamCtrl)) & ~SET_BIT(0); in DisableRamdacOutput()
161 tmp = (STG_READ_REG(DACStreamCtrl)) | SET_BIT(0); in EnableRamdacOutput()
DSTG4000InitDevice.c299 tmp |= SET_BIT(14); in SetCoreClockPLL()
309 tmp |= SET_BIT(14); in SetCoreClockPLL()
317 tmp = ((STG_READ_REG(Thread0Enable)) | SET_BIT(0)); in SetCoreClockPLL()
321 tmp = ((STG_READ_REG(Thread1Enable)) | SET_BIT(0)); in SetCoreClockPLL()
DSTG4000OverlayDevice.c181 tmp |= SET_BIT(31); /* Overlay format to Planer */ in CreateOverlaySurface()
293 tmp |= SET_BIT(7); in EnableOverlayPlane()
298 tmp |= SET_BIT(1); /* video stream */ in EnableOverlayPlane()
DSTG4000Reg.h31 #define SET_BIT(n) (1<<(n)) macro
/linux-2.6.39/drivers/usb/storage/
Drealtek_cr.c89 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro
445 SET_BIT(value, 2); in config_autodelink_after_power_on()
450 SET_BIT(value, 7); in config_autodelink_after_power_on()
462 SET_BIT(value, 2); in config_autodelink_after_power_on()
507 SET_BIT(value, 2); in config_autodelink_before_power_down()
523 SET_BIT(value, 0); in config_autodelink_before_power_down()
525 SET_BIT(value, 2); in config_autodelink_before_power_down()
539 SET_BIT(value, 0); in config_autodelink_before_power_down()
540 SET_BIT(value, 7); in config_autodelink_before_power_down()
544 SET_BIT(value, 2); in config_autodelink_before_power_down()
/linux-2.6.39/drivers/scsi/sym53c8xx_2/
Dsym_nvram.c248 #define SET_BIT 0 macro
261 case SET_BIT: in S24C16_set_bit()
285 S24C16_set_bit(np, 1, gpreg, SET_BIT); in S24C16_start()
297 S24C16_set_bit(np, 1, gpreg, SET_BIT); in S24C16_stop()
307 S24C16_set_bit(np, write_bit, gpreg, SET_BIT); in S24C16_do_bit()
501 #undef SET_BIT
/linux-2.6.39/drivers/staging/tidspbridge/core/
D_tiomap.h310 #define SET_BIT(reg, mask) (reg |= mask) macro
/linux-2.6.39/drivers/staging/rts_pstor/
Drtsx_chip.h332 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro
Drtsx_scsi.c256 SET_BIT(chip->lun_mc, lun); in test_unit_ready()
703 SET_BIT(chip->lun_mc, lun); in read_write()
913 SET_BIT(chip->lun_mc, lun); in read_capacity()
Dsd.c3815 SET_BIT(chip->lun_mc, lun); in sd_pass_thru_mode()