Searched refs:dstatus (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/parisc/
H A Dharmony.c123 u32 dstatus; local
125 dstatus = harmony_read(h, HARMONY_DSTATUS);
126 dstatus &= ~HARMONY_DSTATUS_IE;
127 harmony_write(h, HARMONY_DSTATUS, dstatus);
133 u32 dstatus; local
135 dstatus = harmony_read(h, HARMONY_DSTATUS);
136 dstatus |= HARMONY_DSTATUS_IE;
137 harmony_write(h, HARMONY_DSTATUS, dstatus);
184 u32 dstatus; local
190 dstatus
[all...]
/linux-master/drivers/tty/
H A Damiserial.c307 unsigned char dstatus; local
311 dstatus = status ^ current_ctl_bits;
314 if (dstatus) {
317 if (dstatus & SER_DSR)
319 if (dstatus & SER_DCD) {
322 if (dstatus & SER_CTS)
327 if (tty_port_check_carrier(port) && (dstatus & SER_DCD)) {
/linux-master/drivers/media/dvb-frontends/
H A Dstv0910.c1375 u8 dstatus = 0; local
1384 read_reg(state, RSTV0910_P2_DSTATUS + state->regoff, &dstatus);
1385 if (dstatus & 0x08)
H A Dstv090x.c3515 u32 reg, dstatus; local
3520 dstatus = STV090x_READ_DEMOD(state, DSTATUS);
3521 if (STV090x_GETFIELD_Px(dstatus, CAR_LOCK_FIELD))
3536 if (STV090x_GETFIELD_Px(dstatus, LOCK_DEFINITIF_FIELD)) {
3549 if (STV090x_GETFIELD_Px(dstatus, LOCK_DEFINITIF_FIELD)) {
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1658 __u32 dstatus = btread(BT848_DSTATUS); local
1659 if (0 == (dstatus & BT848_DSTATUS_PRES))
1661 if (0 == (dstatus & BT848_DSTATUS_HLOC))

Completed in 133 milliseconds