Searched refs:ctl1 (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | dvo_tfp410.c | 240 u8 ctl1; in tfp410_dpms() local 242 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1)) in tfp410_dpms() 246 ctl1 |= TFP410_CTL_1_PD; in tfp410_dpms() 248 ctl1 &= ~TFP410_CTL_1_PD; in tfp410_dpms() 250 tfp410_writeb(dvo, TFP410_CTL_1, ctl1); in tfp410_dpms() 255 u8 ctl1; in tfp410_get_hw_state() local 257 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1)) in tfp410_get_hw_state() 260 if (ctl1 & TFP410_CTL_1_PD) in tfp410_get_hw_state()
|
/openbsd/sys/dev/sbus/ |
H A D | stp4020reg.h | 267 volatile ushort_t ctl1; /* window control register 1 */ member 276 volatile ushort_t ctl1; /* socket control register 1 */ member
|
/openbsd/sys/dev/pci/ |
H A D | if_aq_pci.c | 894 uint32_t ctl1; member 3216 uint32_t idx, free, used, ctl1, ctl2; in aq_start() local 3265 ctl1 = AQ_TXDESC_CTL1_TYPE_TXD | AQ_TXDESC_CTL1_CMD_FCS; in aq_start() 3270 txd->ctl1 = htole32(AQ_TXDESC_CTL1_TYPE_TXC | in aq_start() 3274 ctl1 |= AQ_TXDESC_CTL1_CMD_VLAN; in aq_start() 3285 ctl1 |= AQ_TXDESC_CTL1_CMD_IP4CSUM; in aq_start() 3287 ctl1 |= AQ_TXDESC_CTL1_CMD_L4CSUM; in aq_start() 3292 ctl1 |= AQ_TXDESC_CTL1_CMD_EOP | in aq_start() 3297 txd->ctl1 = htole32(ctl1 | in aq_start()
|
/openbsd/sys/dev/ic/ |
H A D | rtw.c | 3063 uint32_t proto_ctl0, ctl0, ctl1; in rtw_start() local 3171 ctl1 = LSHIFT(d0->d_plcp_len, RTW_TXCTL1_LENGTH_MASK) | in rtw_start() 3175 ctl1 |= RTW_TXCTL1_LENGEXT; in rtw_start() 3225 td->td_ctl1 = htole32(ctl1); in rtw_start()
|