Searched refs:data16 (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | consplat.c | 278 uint16_t data16; in find_fb_dev() local 304 data16 = pci_config_get16(pci_conf, PCI_BCNF_BCNTRL); in find_fb_dev() 307 if (data16 & PCI_BCNF_BCNTRL_VGA_ENABLE) in find_fb_dev() 337 uint16_t data16; in find_fb_dev() local 347 data16 = pci_config_get16(pci_conf, PCI_CONF_COMM); in find_fb_dev() 350 if (!(data16 & PCI_COMM_IO)) in find_fb_dev()
|
/titanic_41/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 250 uint16_t data16; in gfxp_check_for_console() local 267 data16 = pci_config_get16(pci_conf, PCI_CONF_COMM); in gfxp_check_for_console() 268 if (data16 & PCI_COMM_IO) in gfxp_check_for_console() 312 data16 = pci_config_get16(ppci_conf, PCI_BCNF_BCNTRL); in gfxp_check_for_console() 315 if (!(data16 & PCI_BCNF_BCNTRL_VGA_ENABLE)) { in gfxp_check_for_console()
|
/titanic_41/usr/src/uts/intel/io/vgatext/ |
H A D | vgatext.c | 361 uint16_t data16; in vgatext_check_for_console() local 377 data16 = pci_config_get16(pci_conf, PCI_CONF_COMM); in vgatext_check_for_console() 378 if (data16 & PCI_COMM_IO) in vgatext_check_for_console() 422 data16 = pci_config_get16(ppci_conf, PCI_BCNF_BCNTRL); in vgatext_check_for_console() 425 if (!(data16 & PCI_BCNF_BCNTRL_VGA_ENABLE)) { in vgatext_check_for_console()
|
/titanic_41/usr/src/uts/intel/ia32/sys/ |
H A D | asm_linkage.h | 53 #define D16 data16;
|
/titanic_41/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalppm.c | 773 uint16_t data16; in xcppm_change_cpu_power() local 878 data16 = bbc_estar_control_masks[index]; in xcppm_change_cpu_power() 880 (caddr_t)unitp->regs.bbc_estar_ctrl, data16); in xcppm_change_cpu_power() 882 str, chstr, data16)); in xcppm_change_cpu_power()
|
/titanic_41/usr/src/uts/common/io/urtw/ |
H A D | urtw.c | 638 uint16_t data16; in urtw_8225_write_s16() local 641 data16 = *data; in urtw_8225_write_s16() 655 *(mp->b_rptr) = (data16 & 0x00ff); in urtw_8225_write_s16() 656 *(mp->b_rptr + 1) = (data16 & 0xff00) >> 8; in urtw_8225_write_s16() 1050 int16_t addrstr[8], data16, readcmd[] = { 1, 1, 0 }; in urtw_eprom_read32() local 1102 error = urtw_eprom_readbit(sc, &data16); in urtw_eprom_read32() 1106 (*data) |= (data16 << (15 - i)); in urtw_eprom_read32()
|