Home
last modified time | relevance | path

Searched refs:byte (Results 1026 - 1050 of 1217) sorted by relevance

1...<<414243444546474849

/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_clockmatrix.c172 /* we add 1 byte for device register */ in idtcm_xfer_write()
903 u8 byte = SM_RESET_CMD; in idtcm_state_machine_reset() local
905 err = idtcm_write(idtcm, RESET_CTRL, SM_RESET, &byte, sizeof(byte)); in idtcm_state_machine_reset()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfad.c1532 u8 byte; in bfad_pci_slot_reset() local
1547 * Read some byte (e.g. DMA max. payload size which can't in bfad_pci_slot_reset()
1551 pci_read_config_byte(pdev, 0x68, &byte); in bfad_pci_slot_reset()
1552 if (byte == 0xff) { in bfad_pci_slot_reset()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Ddiskonchip.c377 uint8_t byte[4]; in doc200x_ident_chip() member
384 if (((ident.byte[0] << 8) | ident.byte[1]) == ret) { in doc200x_ident_chip()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c349 * Now, the NAND chip with 2K page(data chunk is 512byte) shows below: in set_geometry_by_ecc_info()
524 * contains one byte for every ECC chunk, and is also padded to the in set_geometry_for_large_oob()
624 * contains one byte for every ECC chunk, and is also padded to the in legacy_set_geometry()
637 * We need to compute the byte and bit offsets of in legacy_set_geometry()
1387 * Get the byte from the data area that overlays the block mark. Since in block_mark_swapping()
1389 * physical block mark won't (in general) appear on a byte boundary in in block_mark_swapping()
1394 /* Get the byte from the OOB. */ in block_mark_swapping()
1443 * ECC data are not byte aligned and we may have in gpmi_count_bitflips()
1444 * in-band data in the first and last byte of in gpmi_count_bitflips()
1556 * rely on the first byte o in gpmi_ecc_read_page()
2160 loff_t byte; mx23_boot_init() local
[all...]
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_clockmatrix.c1065 u8 byte = SM_RESET_CMD; in idtcm_state_machine_reset() local
1074 &byte, sizeof(byte)); in idtcm_state_machine_reset()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S548 # rotation is done with the slightly better performing byte shuffling,
552 # 4 * 32 byte stack, 32-byte aligned
H A Dsha1_ssse3_asm.S67 * This macro implements the SHA-1 function's body for single 64-byte block
109 * This macro implements 80 rounds of SHA-1 for one 64-byte block
164 add $64, BUFFER_PTR # move to the next 64-byte block
/kernel/linux/linux-6.6/drivers/edac/
H A Dpnd2_edac.c163 P2SB_READ(byte, P2SB_HIDE_OFF, &hidden); in _apl_rd_reg()
165 P2SB_WRITE(byte, P2SB_HIDE_OFF, 0); in _apl_rd_reg()
190 P2SB_WRITE(byte, P2SB_HIDE_OFF, hidden); in _apl_rd_reg()
/kernel/linux/linux-6.6/sound/pci/
H A Dcs4281.c1672 unsigned char byte; in snd_cs4281_midi_output_trigger() local
1681 if (snd_rawmidi_transmit(substream, &byte, 1) != 1) { in snd_cs4281_midi_output_trigger()
1684 snd_cs4281_pokeBA0(chip, BA0_MIDWP, byte); in snd_cs4281_midi_output_trigger()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfad.c1524 u8 byte; in bfad_pci_slot_reset() local
1539 * Read some byte (e.g. DMA max. payload size which can't in bfad_pci_slot_reset()
1543 pci_read_config_byte(pdev, 0x68, &byte); in bfad_pci_slot_reset()
1544 if (byte == 0xff) { in bfad_pci_slot_reset()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_dp.c371 /* for eDP write in 2 parts because the 5-byte burst is in dpcd_set_lt_pattern_and_lane_settings()
387 /* write it all in (1 + number-of-lanes)-byte burst*/ in dpcd_set_lt_pattern_and_lane_settings()
943 /* EPR #361076 - write as a 5-byte burst, in perform_channel_equalization_sequence()
1046 /* EPR #361076 - write as a 5-byte burst, in perform_clock_recovery_sequence()
3143 union dp_downstream_port_present ds_port = { .byte = data }; in get_active_converter_info()
3326 /*Only need to read 1 byte starting from DP_DPRX_FEATURE_ENUMERATION_LIST. in retrieve_link_cap()
3504 ds_port.byte = dpcd_data[DP_DOWNSTREAMPORT_PRESENT - in retrieve_link_cap()
3509 get_active_converter_info(ds_port.byte, link); in retrieve_link_cap()
3668 ds_port.byte = dpcd_data[DP_DOWNSTREAMPORT_PRESENT - in dp_overwrite_extended_receiver_cap()
3671 get_active_converter_info(ds_port.byte, lin in dp_overwrite_extended_receiver_cap()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c1423 u32 byte = 0, bit = 0, crc32_result = crc32_seed; in qed_calc_crc32c() local
1430 for (byte = 0; byte < crc32_length; byte++) { in qed_calc_crc32c()
1431 current_byte = crc32_packet[byte]; in qed_calc_crc32c()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c1424 u32 byte = 0, bit = 0, crc32_result = crc32_seed; in qed_calc_crc32c() local
1431 for (byte = 0; byte < crc32_length; byte++) { in qed_calc_crc32c()
1432 current_byte = crc32_packet[byte]; in qed_calc_crc32c()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dchacha-neon-core.S58 * Permute one 64-byte block where the state matrix is stored in the four NEON
204 .Lrol8_table: .byte 3, 0, 1, 2, 7, 4, 5, 6
210 sub ip, sp, #0x20 // allocate a 32 byte buffer
/kernel/linux/linux-5.10/arch/mips/lib/
H A Dmemcpy.S76 * 1- AT contain the address of the byte just past the end of the source
292 * If len < NBYTES use byte operations.
395 * A loop would do only a byte at a time with possible branch
406 ADD t1, dst, len # t1 is just past last byte of dst
550 * may be more than a byte beyond the last address.
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha1_ssse3_asm.S66 * This macro implements the SHA-1 function's body for single 64-byte block
108 * This macro implements 80 rounds of SHA-1 for one 64-byte block
163 add $64, BUFFER_PTR # move to the next 64-byte block
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-stxncpy.S23 * t10 = bitmask (with one bit set) indicating the byte position of
25 * t12 = bitmask (with one bit set) indicating the last byte written
164 sll t10, t2, t10 # U : t10 = bitmask of last count byte
343 with 0xff indicating that the destination byte is sacrosanct. */
378 that we'll need at least one byte of that original dest word.) */
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dvectors.S376 extui a2, a0, 0, 6 # get offset into 64-byte vector handler
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-stxncpy.S23 * t10 = bitmask (with one bit set) indicating the byte position of
25 * t12 = bitmask (with one bit set) indicating the last byte written
164 sll t10, t2, t10 # U : t10 = bitmask of last count byte
343 with 0xff indicating that the destination byte is sacrosanct. */
378 that we'll need at least one byte of that original dest word.) */
/kernel/linux/linux-6.6/arch/mips/lib/
H A Dmemcpy.S76 * 1- AT contain the address of the byte just past the end of the source
292 * If len < NBYTES use byte operations.
395 * A loop would do only a byte at a time with possible branch
406 ADD t1, dst, len # t1 is just past last byte of dst
550 * may be more than a byte beyond the last address.
/kernel/linux/linux-5.10/drivers/i2c/
H A Di2c-dev.c270 * drivers allow. The first byte in the buffer must be in i2cdev_ioctl_rdwr()
273 * greater (for example to account for a checksum byte at in i2cdev_ioctl_rdwr()
361 datasize = sizeof(data->byte); in i2cdev_ioctl_smbus()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h85 * of every buffer. Otherwise, we just need to ensure 4-byte
632 u8 byte[EF4_MCAST_HASH_ENTRIES / 8]; member
1284 * The 10G MAC requires 8-byte alignment on the frame
/kernel/linux/linux-5.10/drivers/iio/light/
H A Das73211.c246 smbus_data.byte = data->osr; in as73211_req_data()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h85 * of every buffer. Otherwise, we just need to ensure 4-byte
632 u8 byte[EF4_MCAST_HASH_ENTRIES / 8]; member
1284 * The 10G MAC requires 8-byte alignment on the frame
/kernel/linux/linux-6.6/arch/x86/entry/
H A Dentry_64.S688 .byte 0xe9

Completed in 44 milliseconds

1...<<414243444546474849