Searched refs:data8 (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalppm.c | 228 uint8_t data8; in xcppm_map_all_regs() local 285 data8 = SIO_CONFIG2_INDEX; in xcppm_map_all_regs() 287 unitp->regs.gpio_bank_sel_index, data8); in xcppm_map_all_regs() 288 data8 = XCPPM_GET8(unitp->hndls.gpio_bank_select, in xcppm_map_all_regs() 291 data8 &= 0x7f; /* Set Bit7 to zero */ in xcppm_map_all_regs() 293 unitp->regs.gpio_bank_sel_data, data8); in xcppm_map_all_regs() 601 uint8_t data8, buf8; in xcppm_gpio_port2() local 607 data8 = buf8 = XCPPM_GET8(unitp->hndls.gpio_data_ports, in xcppm_gpio_port2() 612 ret = data8 & pos; in xcppm_gpio_port2() 620 data8 |= pos; in xcppm_gpio_port2() [all …]
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | blkptr.c | 52 uint8_t *data8 = data; in encode_embedded_bp_compressed() local 72 BF64_SET(w, (i % sizeof (w)) * NBBY, NBBY, data8[i]); in encode_embedded_bp_compressed()
|
/titanic_50/usr/src/uts/sun4v/io/px/ |
H A D | px_tools_4v.c | 71 uint8_t data8[8]; in pxtool_swap_endian() member 82 returned_data.data8[7 - i] = orig_data.data8[8 - size + i]; in pxtool_swap_endian()
|
/titanic_50/usr/src/uts/common/io/urtw/ |
H A D | urtw.c | 1127 uint8_t data8; in urtw_eprom_readbit() local 1130 error = urtw_read8_c(sc, URTW_EPROM_CMD, &data8, 0); in urtw_eprom_readbit() 1131 *data = (data8 & URTW_EPROM_READBIT) ? 1 : 0; in urtw_eprom_readbit() 2006 uint8_t data8; in urtw_tx_enable() local 2010 (void) urtw_read8_c(sc, URTW_CW_CONF, &data8, 0); in urtw_tx_enable() 2011 data8 &= ~(URTW_CW_CONF_PERPACKET_CW | in urtw_tx_enable() 2013 (void) urtw_write8_c(sc, URTW_CW_CONF, data8, 0); in urtw_tx_enable() 2014 (void) urtw_read8_c(sc, URTW_TX_AGC_CTL, &data8, 0); in urtw_tx_enable() 2015 data8 &= ~URTW_TX_AGC_CTL_PERPACKET_GAIN; in urtw_tx_enable() 2016 data8 &= ~URTW_TX_AGC_CTL_PERPACKET_ANTSEL; in urtw_tx_enable() [all …]
|
/titanic_50/usr/src/uts/i86pc/io/pci/ |
H A D | pci_tools.c | 553 uint8_t data8[8]; in pcitool_swap_endian() member 564 returned_data.data8[i] = orig_data.data8[size - 1 - i]; in pcitool_swap_endian()
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | tlan.c | 338 u8 data8; in TLan_ResetAdapter() local 381 data8 = TLAN_ID_TX_EOC | TLAN_ID_RX_EOC; in TLan_ResetAdapter() 382 TLan_DioWrite8(BASE, TLAN_INT_DIS, data8); in TLan_ResetAdapter()
|