Home
last modified time | relevance | path

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

/drivers/video/fbdev/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
/drivers/usb/storage/
Drealtek_cr.c132 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro
586 SET_BIT(value, 2); in config_autodelink_after_power_on()
591 SET_BIT(value, 7); in config_autodelink_after_power_on()
604 SET_BIT(value, 2); in config_autodelink_after_power_on()
651 SET_BIT(value, 2); in config_autodelink_before_power_down()
667 SET_BIT(value, 0); in config_autodelink_before_power_down()
669 SET_BIT(value, 2); in config_autodelink_before_power_down()
683 SET_BIT(value, 0); in config_autodelink_before_power_down()
684 SET_BIT(value, 7); in config_autodelink_before_power_down()
688 SET_BIT(value, 2); in config_autodelink_before_power_down()
/drivers/net/ethernet/apm/xgene/
Dxgene_enet_ring2.c31 ring_cfg[3] |= SET_BIT(X2_DEQINTEN); in xgene_enet_ring_init()
43 ring_cfg[5] |= SET_BIT(X2_QBASE_AM) | SET_BIT(X2_MSG_AM); in xgene_enet_ring_init()
Dxgene_enet_main.c88 SET_BIT(COHERENT)); in xgene_enet_refill_bufpool()
280 *hopinfo |= SET_BIT(ET) | SET_VAL(MSS, mss_index); in xgene_enet_work_msg()
293 SET_BIT(IC) | in xgene_enet_work_msg()
294 SET_BIT(TYPE_ETH_WORK_MESSAGE); in xgene_enet_work_msg()
367 SET_BIT(COHERENT)); in xgene_enet_setup_tx_desc()
/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
/drivers/net/phy/
Dmdio-xgene.h118 #define SET_BIT(field) \ macro
/drivers/crypto/qat/qat_common/
Dqat_hal.c197 #define SET_BIT(wrd, bit) (wrd | 1 << bit) macro
213 SET_BIT(csr, CE_INUSE_CONTEXTS_BITPOS) : in qat_hal_set_ae_ctx_mode()
228 SET_BIT(csr, CE_NN_MODE_BITPOS) : in qat_hal_set_ae_nn_mode()
248 SET_BIT(csr, CE_LMADDR_0_GLOBAL_BITPOS) : in qat_hal_set_ae_lm_mode()
253 SET_BIT(csr, CE_LMADDR_1_GLOBAL_BITPOS) : in qat_hal_set_ae_lm_mode()
/drivers/i2c/busses/
Di2c-qup.c124 #define SET_BIT 0x1 macro
1039 SET_BIT, 4 * ONE_BYTE); in qup_i2c_read_fifo()
1067 SET_BIT, 4 * ONE_BYTE); in qup_i2c_read_fifo_v2()
/drivers/staging/rts5208/
Drtsx_chip.h332 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro
Drtsx_scsi.c432 SET_BIT(chip->lun_mc, lun); in test_unit_ready()
879 SET_BIT(chip->lun_mc, lun); in read_write()
1090 SET_BIT(chip->lun_mc, lun); in read_capacity()
Dsd.c4202 SET_BIT(chip->lun_mc, lun);