Searched refs:SR_LVBCI (Results 1 – 2 of 2) sorted by relevance
181 pub const SR_LVBCI: u16 = 0x04; constant185 pub const SR_WCLEAR_MASK: u16 = SR_FIFOE | SR_BCIS | SR_LVBCI;187 pub const SR_INT_MASK: u16 = SR_BCIS | SR_LVBCI;267 int_mask |= SR_LVBCI; in int_mask()
478 if val & SR_LVBCI != 0 { in set_sr()479 sr &= !SR_LVBCI; in set_sr()772 new_sr |= SR_DCH | SR_CELV | SR_LVBCI; in buffer_completed()939 if (val & SR_LVBCI) != 0 && (func_regs.cr & CR_LVBIE) != 0 { in update_sr()1155 assert!(bm.readw(PO_SR_16, &mixer) & SR_LVBCI != 0); // Hit last buffer in start_playback()1165 bm.writeb(PO_SR_16, SR_LVBCI as u8, &mixer); in start_playback()1166 assert!(bm.readw(PO_SR_16, &mixer) & SR_LVBCI == 0); in start_playback()1281 assert_ne!(bm.readw(sr_addr, &mixer) & SR_LVBCI, 0); // Hit last buffer in start_capture()1291 bm.writeb(sr_addr, SR_LVBCI as u8, &mixer); in start_capture()1292 assert!(bm.readw(sr_addr, &mixer) & SR_LVBCI == 0); in start_capture()