Home
last modified time | relevance | path

Searched refs:msl (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/i86pc/boot/
H A Dboot_vga.c74 unsigned char val, msl; in vga_cursor_display() local
80 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()
/titanic_44/usr/src/uts/i86pc/cpu/authenticamd/
H A Dauthamd_main.c288 authamd_read_ecccnt(authamd_data_t *authamd, struct authamd_logout *msl) in authamd_read_ecccnt() argument
303 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() local
868 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() local
1000 if ((msl = mslogout) == NULL) in authamd_ereport_add_resource()
1009 if (msl->aal_eccerrcnt[chan][cs] == 0) in authamd_ereport_add_resource()
[all …]