Searched refs:ctl2 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212desc.h37 uint32_t ctl2; /* DMA control 2 */ member in struct:ar5212_desc::__anon12332::__anon12333
51 #define ds_ctl2 u.tx.ctl2
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Ddvo_tfp410.c212 u8 ctl2; local
214 if (tfp410_readb(dvo, TFP410_CTL_2, &ctl2)) {
215 if (ctl2 & TFP410_CTL_2_RSEN)
H A Dintel_panel.c1035 u32 ctl, ctl2, freq; local
1037 ctl2 = I915_READ(BLC_PWM_CTL2);
1038 if (ctl2 & BLM_PWM_ENABLE) {
1040 ctl2 &= ~BLM_PWM_ENABLE;
1041 I915_WRITE(BLC_PWM_CTL2, ctl2);
1051 ctl2 = BLM_PIPE(pipe);
1053 ctl2 |= BLM_COMBINATION_MODE;
1055 ctl2 |= BLM_POLARITY_I965;
1056 I915_WRITE(BLC_PWM_CTL2, ctl2);
1058 I915_WRITE(BLC_PWM_CTL2, ctl2 | BLM_PWM_ENABL
1070 u32 ctl, ctl2; local
1076 I915_WRITE(VLV_BLC_PWM_CTL2(pipe), ctl2); local
1088 I915_WRITE(VLV_BLC_PWM_CTL2(pipe), ctl2); local
1723 u32 ctl, ctl2, val; local
1757 u32 ctl, ctl2, val; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/nios2/
H A Dselftest.s11 wrctl ctl2, r2, 0x100170ba
76 rdctl r2,ctl2, 0x000530ba
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416desc.h41 uint32_t ctl2; member in struct:ar5416_tx_desc
80 #define ds_ctl2 u.tx.ctl2
/netbsd-current/sys/dev/hdaudio/
H A Dhdaudio.c1206 uint8_t ctl0, ctl2; local
1253 ctl2 = hda_read1(sc, HDAUDIO_SD_CTL2(snum));
1254 ctl2 &= ~0xf0;
1255 ctl2 |= hdaudio_stream_tag(st) << 4;
1256 hda_write1(sc, HDAUDIO_SD_CTL2(snum), ctl2);
/netbsd-current/sys/dev/pci/
H A Dif_aq.c1213 uint32_t ctl2; member in struct:aq_tx_desc
5315 uint32_t ctl1, ctl1_ctx, ctl2; local
5350 ctl2 = __SHIFTIN(m->m_pkthdr.len, AQ_TXDESC_CTL2_LEN);
5357 ctl2 |= AQ_TXDESC_CTL2_CTX_EN;
5362 txring->txr_txdesc[idx].ctl2 = 0;
5396 txring->txr_txdesc[idx].ctl2 = htole32(ctl2);

Completed in 271 milliseconds