Searched refs:msl (Results 1 – 2 of 2) sorted by relevance
74 unsigned char val, msl; in vga_cursor_display() local80 msl = vga_get_crtc(VGA_CRTC_MAX_S_LN) & 0x1f; in vga_cursor_display()92 vga_set_crtc(VGA_CRTC_CSSL, (val & 0xc) | ((msl - 2) & 0x1f)); in vga_cursor_display()102 vga_set_crtc(VGA_CRTC_CESL, msl); in vga_cursor_display()
288 authamd_read_ecccnt(authamd_data_t *authamd, struct authamd_logout *msl) in authamd_read_ecccnt() argument303 bzero(&msl->aal_eccerrcnt, sizeof (msl->aal_eccerrcnt)); in authamd_read_ecccnt()355 msl->aal_eccerrcnt[chan][cs] = in authamd_read_ecccnt()359 msl->aal_eccerrcnt[chan][cs] = in authamd_read_ecccnt()865 struct authamd_logout *msl = mslogout; in authamd_bank_logout() local868 if (msl == NULL) in authamd_bank_logout()879 if (authamd_read_ecccnt(authamd, msl)) in authamd_bank_logout()994 authamd_logout_t *msl; in authamd_ereport_add_resource() local1000 if ((msl = mslogout) == NULL) in authamd_ereport_add_resource()1009 if (msl->aal_eccerrcnt[chan][cs] == 0) in authamd_ereport_add_resource()[all …]