Home
last modified time | relevance | path

Searched refs:byte (Results 76 – 100 of 1847) sorted by relevance

12345678910>>...74

/openbmc/linux/drivers/media/i2c/
H A Dtea6420.c43 u8 byte; in tea6420_s_routing() local
53 byte = ((o - 1) << 5); in tea6420_s_routing()
54 byte |= (i - 1); in tea6420_s_routing()
59 byte |= (3 << 3); in tea6420_s_routing()
62 byte |= (2 << 3); in tea6420_s_routing()
65 byte |= (1 << 3); in tea6420_s_routing()
71 ret = i2c_smbus_write_byte(client, byte); in tea6420_s_routing()
/openbmc/u-boot/board/socrates/
H A Dnand.c15 static void sc_nand_write_byte(struct mtd_info *mtd, u_char byte);
36 static void sc_nand_write_byte(struct mtd_info *mtd, u_char byte) in sc_nand_write_byte() argument
38 sc_nand_write_buf(mtd, (const uchar *)&byte, sizeof(byte)); in sc_nand_write_byte()
65 u8 byte; in sc_nand_read_byte() local
66 sc_nand_read_buf(mtd, (uchar *)&byte, sizeof(byte)); in sc_nand_read_byte()
67 return byte; in sc_nand_read_byte()
/openbmc/qemu/docs/specs/
H A Dacpi_pci_hotplug.rst7 ACPI GPE block (IO ports 0xafe0-0xafe3, byte access)
13 PCI slot injection notification pending (IO port 0xae00-0xae03, 4-byte access)
21 PCI slot removal notification (IO port 0xae04-0xae07, 4-byte access)
29 PCI device eject (IO port 0xae08-0xae0b, 4-byte access)
38 - Read-only "up" register @0xae00, 4-byte access, bit per slot
39 - Read-only "down" register @0xae04, 4-byte access, bit per slot
40 - Read/write "eject" register @0xae08, 4-byte access,
42 - Read-only hotplug capable register @0xae0c, 4-byte access, bit per slot
44 PCI removability status (IO port 0xae0c-0xae0f, 4-byte access)
/openbmc/linux/drivers/mtd/maps/
H A Dichxrom.c97 u8 byte; in ichxrom_init_one() local
115 if (byte == 0xff) { in ichxrom_init_one()
118 if ((byte & 0x0f) == 0x0f) { in ichxrom_init_one()
121 else if ((byte & 0x0e) == 0x0e) { in ichxrom_init_one()
131 else if ((byte & 0xfe) == 0xfe) { in ichxrom_init_one()
134 else if ((byte & 0xfc) == 0xfc) { in ichxrom_init_one()
137 else if ((byte & 0xf8) == 0xf8) { in ichxrom_init_one()
140 else if ((byte & 0xf0) == 0xf0) { in ichxrom_init_one()
143 else if ((byte & 0xe0) == 0xe0) { in ichxrom_init_one()
146 else if ((byte & 0xc0) == 0xc0) { in ichxrom_init_one()
[all …]
H A Dck804xrom.c85 u8 byte; in ck804xrom_cleanup() local
89 pci_read_config_byte(window->pdev, 0x6d, &byte); in ck804xrom_cleanup()
120 u8 byte; in ck804xrom_init_one() local
138 pci_read_config_byte(pdev, 0x88, &byte); in ck804xrom_init_one()
142 pci_read_config_byte(pdev, 0x88, &byte); in ck804xrom_init_one()
144 if ((byte & ((1<<7)|(1<<6))) == ((1<<7)|(1<<6))) in ck804xrom_init_one()
146 else if ((byte & (1<<7)) == (1<<7)) in ck804xrom_init_one()
153 pci_read_config_byte(pdev, 0x88, &byte); in ck804xrom_init_one()
156 pci_read_config_byte(pdev, 0x8c, &byte); in ck804xrom_init_one()
188 pci_read_config_byte(pdev, 0x6d, &byte); in ck804xrom_init_one()
[all …]
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_cs.h292 u8 byte[8]; in wwn2str() member
296 sprintf(wwn_str, "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x", w.byte[0], in wwn2str()
297 w.byte[1], w.byte[2], w.byte[3], w.byte[4], w.byte[5], in wwn2str()
298 w.byte[6], w.byte[7]); in wwn2str()
306 u8 byte[4]; in fcid2str() member
310 sprintf(fcid_str, "%02x:%02x:%02x", f.byte[1], f.byte[2], f.byte[3]); in fcid2str()
/openbmc/u-boot/drivers/net/
H A Dsmc91111.c188 return (offset & 1) ? (byte)(_w >> 8) : (byte)(_w); in SMC_inb()
417 byte packet_no; in smc_send()
418 byte *buf; in smc_send()
423 byte status; in smc_send()
424 byte saved_pnr; in smc_send()
730 byte *tail = (byte *)(net_rx_packets[0] + in smc_rcv()
886 byte mask; in smc_read_phy_register()
888 byte bits[64]; in smc_read_phy_register()
1006 byte bits[65]; in smc_write_phy_register()
1251 byte a, b; in print_packet()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVR10.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
H A DVMPU.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_dp_auxch.c64 u8 byte; in radeon_dp_aux_transfer_native() local
120 byte = (msg->request << 4) | ((msg->address >> 16) & 0xf); in radeon_dp_aux_transfer_native()
122 AUX_SW_DATA_MASK(byte) | AUX_SW_AUTOINCREMENT_DISABLE); in radeon_dp_aux_transfer_native()
124 byte = (msg->address >> 8) & 0xff; in radeon_dp_aux_transfer_native()
126 AUX_SW_DATA_MASK(byte)); in radeon_dp_aux_transfer_native()
128 byte = msg->address & 0xff; in radeon_dp_aux_transfer_native()
130 AUX_SW_DATA_MASK(byte)); in radeon_dp_aux_transfer_native()
132 byte = msize; in radeon_dp_aux_transfer_native()
134 AUX_SW_DATA_MASK(byte)); in radeon_dp_aux_transfer_native()
/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Protocol/PECI/
H A DRaw.interface.yaml14 type: array[array[byte]]
16 An array of byte arrays where each byte array holds the raw
21 type: array[array[byte]]
23 An array of byte arrays where each byte array holds the raw
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_spd.c18 unsigned int byte, bit, start_cl; in mv_ddr_spd_supported_cls_calc() local
22 for (byte = 20; byte < 23; byte++) { in mv_ddr_spd_supported_cls_calc()
24 if (spd_data->all_bytes[byte] & (1 << bit)) in mv_ddr_spd_supported_cls_calc()
25 mv_ddr_spd_supported_cls[(byte - 20) * 8 + bit] = start_cl + (byte - 20) * 8 + bit; in mv_ddr_spd_supported_cls_calc()
27 mv_ddr_spd_supported_cls[(byte - 20) * 8 + bit] = 0; in mv_ddr_spd_supported_cls_calc()
31 for (byte = 23, bit = 0; bit < 6; bit++) { in mv_ddr_spd_supported_cls_calc()
32 if (spd_data->all_bytes[byte] & (1 << bit)) in mv_ddr_spd_supported_cls_calc()
33 mv_ddr_spd_supported_cls[(byte - 20) * 8 + bit] = start_cl + (byte - 20) * 8 + bit; in mv_ddr_spd_supported_cls_calc()
35 mv_ddr_spd_supported_cls[(byte - 20) * 8 + bit] = 0; in mv_ddr_spd_supported_cls_calc()
/openbmc/linux/drivers/iio/chemical/
H A Dsps30_serial.c77 unsigned char byte; member
91 if (sps30_serial_bytes[i].byte != byte) in sps30_serial_put_byte()
100 buf[0] = byte; in sps30_serial_put_byte()
116 return sps30_serial_bytes[i].byte; in sps30_serial_get_byte()
219 unsigned char byte; in sps30_serial_receive_buf() local
240 byte = buf[i]; in sps30_serial_receive_buf()
242 if (byte == SPS30_SERIAL_ESCAPE_CHAR) { in sps30_serial_receive_buf()
247 byte = sps30_serial_get_byte(priv->escaped, byte); in sps30_serial_receive_buf()
248 if (priv->escaped && !byte) in sps30_serial_receive_buf()
251 priv->buf[priv->num++] = byte; in sps30_serial_receive_buf()
[all …]
/openbmc/u-boot/board/qualcomm/dragonboard410c/
H A Dhead.S29 .byte 0x41 /* Magic number, "ARM\x64" */
30 .byte 0x52
31 .byte 0x4d
32 .byte 0x64
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Dhead.S29 .byte 0x41 /* Magic number, "ARM\x64" */
30 .byte 0x52
31 .byte 0x4d
32 .byte 0x64
/openbmc/linux/drivers/spi/
H A Dspi-butterfly.c70 u8 bit, byte = pp->lastbyte; in setsck() local
75 byte |= bit; in setsck()
77 byte &= ~bit; in setsck()
78 parport_write_data(pp->port, byte); in setsck()
79 pp->lastbyte = byte; in setsck()
86 u8 bit, byte = pp->lastbyte; in setmosi() local
91 byte |= bit; in setmosi()
93 byte &= ~bit; in setmosi()
94 parport_write_data(pp->port, byte); in setmosi()
95 pp->lastbyte = byte; in setmosi()
/openbmc/linux/fs/ntfs/
H A Dbitmap.c78 u8 *byte = kaddr + pos; in __ntfs_bitmap_set_bits_in_run() local
82 *byte |= 1 << bit++; in __ntfs_bitmap_set_bits_in_run()
84 *byte &= ~(1 << bit++); in __ntfs_bitmap_set_bits_in_run()
131 u8 *byte; in __ntfs_bitmap_set_bits_in_run() local
136 byte = kaddr + len; in __ntfs_bitmap_set_bits_in_run()
139 *byte |= 1 << bit; in __ntfs_bitmap_set_bits_in_run()
141 *byte &= ~(1 << bit); in __ntfs_bitmap_set_bits_in_run()
/openbmc/linux/sound/firewire/motu/
H A Damdtp-motu.c102 u8 *byte; in read_pcm_s32() local
117 *dst = (byte[0] << 24) | in read_pcm_s32()
119 (byte[2] << 8); in read_pcm_s32()
120 byte += 3; in read_pcm_s32()
138 u8 *byte; in write_pcm_s32() local
156 byte += 3; in write_pcm_s32()
171 u8 *byte; in write_pcm_silence() local
179 byte[0] = 0; in write_pcm_silence()
180 byte[1] = 0; in write_pcm_silence()
181 byte[2] = 0; in write_pcm_silence()
[all …]
/openbmc/linux/drivers/input/misc/
H A Dcm109.c82 u8 byte[4]; member
320 u8 data = dev->irq_data->byte[HID_IR0]; in cm109_report_special()
369 dev->irq_data->byte[0], in cm109_urb_irq_callback()
370 dev->irq_data->byte[1], in cm109_urb_irq_callback()
371 dev->irq_data->byte[2], in cm109_urb_irq_callback()
372 dev->irq_data->byte[3], in cm109_urb_irq_callback()
440 dev->ctl_data->byte[0], in cm109_urb_ctl_callback()
441 dev->ctl_data->byte[1], in cm109_urb_ctl_callback()
442 dev->ctl_data->byte[2], in cm109_urb_ctl_callback()
443 dev->ctl_data->byte[3]); in cm109_urb_ctl_callback()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-dell-wmi-ddv12 - fan type (single byte)
28 - thermal type (single byte)
29 - current temperature (single byte)
30 - min. temperature (single byte)
31 - max. temperature (single byte)
32 - unknown field (single byte)
/openbmc/linux/arch/x86/boot/
H A Dheader.S143 .byte 0
144 .byte 0
177 .byte 0x1 # Version
178 .byte 8 # Size
187 .byte 0
188 .byte 0
189 .byte 0
226 .byte setup_sects - 1
241 .byte 0xeb # short (2-byte) jump
454 # very last byte.
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/
H A DSessionInfo.interface.yaml8 type: byte
14 type: byte
20 type: byte
38 type: array[byte]
44 type: byte
50 type: byte
/openbmc/linux/arch/parisc/kernel/vdso64/
H A Dsigtramp.S65 .byte 0x05 /* DW_CFA_offset_extended */
74 .byte 1 /* Version number */
78 .byte 61 /* Return address register column, iaoq[0] */
80 .byte 0x1b /* DW_EH_PE_pcrel | DW_EH_PE_sdata4. */
81 .byte 0x0f /* DW_CFA_def_cfa_expresion */
84 .byte 0x8e /* DW_OP_breg30 */
/openbmc/linux/Documentation/driver-api/
H A Dmtdnand.rst693 256 byte pagesize
699 0x00 ECC byte 0 Error correction code byte 0
700 0x01 ECC byte 1 Error correction code byte 1
701 0x02 ECC byte 2 Error correction code byte 2
712 512 byte pagesize
731 byte is reserved
739 2048 byte pagesize
751 0x28 ECC byte 0 Error correction code byte 0 of the first
753 0x29 ECC byte 1 Error correction code byte 1 of the first
755 0x2A ECC byte 2 Error correction code byte 2 of the first
[all …]
/openbmc/intel-ipmi-oem/include/
H A Dme_to_redfish_hooks.hpp97 static inline std::string toHex(uint8_t byte) in toHex() argument
101 << std::setw(2) << static_cast<int>(byte); in toHex()
111 uint8_t byte; in logByte() local
115 byte = selData.offset; in logByte()
119 byte = selData.eventData2; in logByte()
123 byte = selData.eventData3; in logByte()
133 args.push_back(conversion(byte)); in logByte()
137 args.push_back(std::to_string(byte)); in logByte()

12345678910>>...74