| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| D | efx_devlink.c | 241 const __le32 *dwords; in efx_devlink_info_running_v2() member 273 ver.dwords = (__le32 *)MCDI_PTR(outbuf, in efx_devlink_info_running_v2() 276 le32_to_cpu(ver.dwords[0]), in efx_devlink_info_running_v2() 277 'A' + le32_to_cpu(ver.dwords[1]), in efx_devlink_info_running_v2() 278 le32_to_cpu(ver.dwords[2])); in efx_devlink_info_running_v2() 291 ver.dwords = (__le32 *)MCDI_PTR(outbuf, in efx_devlink_info_running_v2() 294 le32_to_cpu(ver.dwords[0]), in efx_devlink_info_running_v2() 295 le32_to_cpu(ver.dwords[1]), in efx_devlink_info_running_v2() 296 le32_to_cpu(ver.dwords[2]), in efx_devlink_info_running_v2() 297 le32_to_cpu(ver.dwords[3])); in efx_devlink_info_running_v2() [all …]
|
| /kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
| D | sfdp.c | 450 /* JESD216 Basic Flash Parameter Table length is at least 9 DWORDs. */ in spi_nor_parse_bfpt() 463 /* Fix endianness of the BFPT DWORDs. */ in spi_nor_parse_bfpt() 464 le32_to_cpu_array(bfpt.dwords, BFPT_DWORD_MAX); in spi_nor_parse_bfpt() 467 switch (bfpt.dwords[SFDP_DWORD(1)] & BFPT_DWORD1_ADDRESS_BYTES_MASK) { in spi_nor_parse_bfpt() 484 val = bfpt.dwords[SFDP_DWORD(2)]; in spi_nor_parse_bfpt() 507 if (!(bfpt.dwords[rd->supported_dword] & rd->supported_bit)) { in spi_nor_parse_bfpt() 515 half = bfpt.dwords[rd->settings_dword] >> rd->settings_shift; in spi_nor_parse_bfpt() 530 half = bfpt.dwords[er->dword] >> er->shift; in spi_nor_parse_bfpt() 564 val = bfpt.dwords[SFDP_DWORD(11)]; in spi_nor_parse_bfpt() 570 switch (bfpt.dwords[SFDP_DWORD(15)] & BFPT_DWORD15_QER_MASK) { in spi_nor_parse_bfpt() [all …]
|
| D | sfdp.h | 16 /* SFDP DWORDS are indexed from 1 but C arrays are indexed from 0. */ 22 /* JESD216 rev D defines a Basic Flash Parameter Table of 20 DWORDs. */ 26 u32 dwords[BFPT_DWORD_MAX]; member 29 /* The first version of JESD216 defined only 9 DWORDs. */
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
| D | qed_dbg_hsi.h | 282 u8 data_size; /* size in dwords of the data following this header */ 324 u16 data_size; /* size in dwords of the data following this header */ 350 u16 size; /* register size in dwords */ 378 u16 size; /* register size in dwords */ 394 * immediate values array (in dwords). 798 * @addr: Source GRC address in dwords. 853 * @buf_size: (OUT) required buffer size (in dwords) for the GRC Dump 870 * @buf_size_in_dwords:Size of the specified buffer in dwords. 871 * @num_dumped_dwords: (OUT) number of dumped dwords. 890 * @buf_size: (OUT) required buffer size (in dwords) for the idle check [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac100.h | 82 #define DMA_BUS_MODE_DSL_SHIFT 2 /* (in DWORDS) */ 91 DMA_CONTROL_TTC_DEFAULT = 0x00000000, /* Threshold is 32 DWORDS */ 92 DMA_CONTROL_TTC_64 = 0x00004000, /* Threshold is 64 DWORDS */ 93 DMA_CONTROL_TTC_128 = 0x00008000, /* Threshold is 128 DWORDS */ 94 DMA_CONTROL_TTC_256 = 0x0000c000, /* Threshold is 256 DWORDS */ 95 DMA_CONTROL_TTC_18 = 0x00400000, /* Threshold is 18 DWORDS */ 96 DMA_CONTROL_TTC_24 = 0x00404000, /* Threshold is 24 DWORDS */ 97 DMA_CONTROL_TTC_32 = 0x00408000, /* Threshold is 32 DWORDS */ 98 DMA_CONTROL_TTC_40 = 0x0040c000, /* Threshold is 40 DWORDS */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac100.h | 82 #define DMA_BUS_MODE_DSL_SHIFT 2 /* (in DWORDS) */ 91 DMA_CONTROL_TTC_DEFAULT = 0x00000000, /* Threshold is 32 DWORDS */ 92 DMA_CONTROL_TTC_64 = 0x00004000, /* Threshold is 64 DWORDS */ 93 DMA_CONTROL_TTC_128 = 0x00008000, /* Threshold is 128 DWORDS */ 94 DMA_CONTROL_TTC_256 = 0x0000c000, /* Threshold is 256 DWORDS */ 95 DMA_CONTROL_TTC_18 = 0x00400000, /* Threshold is 18 DWORDS */ 96 DMA_CONTROL_TTC_24 = 0x00404000, /* Threshold is 24 DWORDS */ 97 DMA_CONTROL_TTC_32 = 0x00408000, /* Threshold is 32 DWORDS */ 98 DMA_CONTROL_TTC_40 = 0x0040c000, /* Threshold is 40 DWORDS */
|
| /kernel/linux/linux-5.10/sound/pci/aw2/ |
| D | aw2-saa7146.c | 61 001 2 Dwords in snd_aw2_saa7146_setup() 62 010 4 Dwords in snd_aw2_saa7146_setup() 63 011 8 Dwords in snd_aw2_saa7146_setup() 64 100 16 Dwords in snd_aw2_saa7146_setup() 65 101 32 Dwords in snd_aw2_saa7146_setup() 66 110 64 Dwords in snd_aw2_saa7146_setup() 67 111 128 Dwords in snd_aw2_saa7146_setup() 72 01 4 Dwords of valid data 4 empty Dwords in snd_aw2_saa7146_setup() 73 10 8 Dwords of valid data 8 empty Dwords in snd_aw2_saa7146_setup() 74 11 16 Dwords of valid data 16 empty Dwords */ in snd_aw2_saa7146_setup()
|
| /kernel/linux/linux-6.6/sound/pci/aw2/ |
| D | aw2-saa7146.c | 61 001 2 Dwords in snd_aw2_saa7146_setup() 62 010 4 Dwords in snd_aw2_saa7146_setup() 63 011 8 Dwords in snd_aw2_saa7146_setup() 64 100 16 Dwords in snd_aw2_saa7146_setup() 65 101 32 Dwords in snd_aw2_saa7146_setup() 66 110 64 Dwords in snd_aw2_saa7146_setup() 67 111 128 Dwords in snd_aw2_saa7146_setup() 72 01 4 Dwords of valid data 4 empty Dwords in snd_aw2_saa7146_setup() 73 10 8 Dwords of valid data 8 empty Dwords in snd_aw2_saa7146_setup() 74 11 16 Dwords of valid data 16 empty Dwords */ in snd_aw2_saa7146_setup()
|
| /kernel/linux/linux-5.10/drivers/thunderbolt/ |
| D | usb4.c | 78 size_t dwords) in usb4_switch_op_read_data() argument 80 if (dwords > USB4_DATA_DWORDS) in usb4_switch_op_read_data() 83 return tb_sw_read(sw, data, TB_CFG_SWITCH, ROUTER_CS_9, dwords); in usb4_switch_op_read_data() 87 size_t dwords) in usb4_switch_op_write_data() argument 89 if (dwords > USB4_DATA_DWORDS) in usb4_switch_op_write_data() 92 return tb_sw_write(sw, data, TB_CFG_SWITCH, ROUTER_CS_9, dwords); in usb4_switch_op_write_data() 112 unsigned int dwaddress, dwords; in usb4_do_read_data() local 121 dwords = ALIGN(nbytes, 4) / 4; in usb4_do_read_data() 123 ret = read_block(read_block_data, dwaddress, data, dwords); in usb4_do_read_data() 341 size_t dwords) in usb4_switch_drom_read_block() argument [all …]
|
| D | debugfs.c | 261 int i, dwords = min(length, TB_MAX_CONFIG_RW_LENGTH); in cap_show() local 266 dwords); in cap_show() 268 ret = tb_sw_read(sw, data, TB_CFG_SWITCH, cap + offset, dwords); in cap_show() 272 if (dwords > 1) in cap_show() 277 for (i = 0; i < dwords; i++) { in cap_show() 283 length -= dwords; in cap_show() 284 offset += dwords; in cap_show() 347 * dwords so hard-code it here. in port_cap_show() 481 size_t dwords; in switch_basic_regs_show() local 486 dwords = ARRAY_SIZE(data); in switch_basic_regs_show() [all …]
|
| D | dma_port.c | 306 u32 in, dwaddress, dwords; in dma_port_flash_read_block() local 310 dwords = size / 4; in dma_port_flash_read_block() 313 if (dwords < MAIL_DATA_DWORDS) in dma_port_flash_read_block() 314 in |= (dwords << MAIL_IN_DWORDS_SHIFT) & MAIL_IN_DWORDS_MASK; in dma_port_flash_read_block() 323 dma->base + MAIL_DATA, dwords, DMA_PORT_TIMEOUT); in dma_port_flash_read_block() 330 u32 in, dwaddress, dwords; in dma_port_flash_write_block() local 333 dwords = size / 4; in dma_port_flash_write_block() 337 dma->base + MAIL_DATA, dwords, DMA_PORT_TIMEOUT); in dma_port_flash_write_block() 349 in |= ((dwords - 1) << MAIL_IN_DWORDS_SHIFT) & MAIL_IN_DWORDS_MASK; in dma_port_flash_write_block()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
| D | intel_guc_ct.h | 38 * @size: size of the commands buffer in dwords 39 * @resv_space: reserved space in buffer in dwords 40 * @head: local shadow copy of head in dwords 41 * @tail: local shadow copy of tail in dwords 42 * @space: local shadow copy of space in dwords
|
| D | intel_gsc_binary_headers.h | 117 u32 header_length; /* in dwords */ 122 u32 size; /* In dwords, size of entire manifest (header + extensions) */ 131 u32 modulus_size; /* in dwords */ 132 u32 exponent_size; /* in dwords */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
| D | etnaviv_buffer.c | 252 unsigned int dwords = 7; in etnaviv_buffer_end() local 255 dwords += 10; in etnaviv_buffer_end() 257 link_target = etnaviv_buffer_reserve(gpu, buffer, dwords); in etnaviv_buffer_end() 290 VIV_FE_LINK_HEADER_PREFETCH(dwords), in etnaviv_buffer_end() 304 u32 dwords, target; in etnaviv_sync_point_queue() local 309 * We need at most 3 dwords in the return target: in etnaviv_sync_point_queue() 312 dwords = 4; in etnaviv_sync_point_queue() 313 target = etnaviv_buffer_reserve(gpu, buffer, dwords); in etnaviv_sync_point_queue() 334 VIV_FE_LINK_HEADER_PREFETCH(dwords), in etnaviv_sync_point_queue() 458 * We need at most 7 dwords in the return target: 2 cache flush + in etnaviv_buffer_queue() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
| D | etnaviv_buffer.c | 253 unsigned int dwords = 7; in etnaviv_buffer_end() local 256 dwords += 10; in etnaviv_buffer_end() 258 link_target = etnaviv_buffer_reserve(gpu, buffer, dwords); in etnaviv_buffer_end() 291 VIV_FE_LINK_HEADER_PREFETCH(dwords), in etnaviv_buffer_end() 305 u32 dwords, target; in etnaviv_sync_point_queue() local 310 * We need at most 3 dwords in the return target: in etnaviv_sync_point_queue() 313 dwords = 4; in etnaviv_sync_point_queue() 314 target = etnaviv_buffer_reserve(gpu, buffer, dwords); in etnaviv_sync_point_queue() 335 VIV_FE_LINK_HEADER_PREFETCH(dwords), in etnaviv_sync_point_queue() 459 * We need at most 7 dwords in the return target: 2 cache flush + in etnaviv_buffer_queue() [all …]
|
| /kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
| D | sfdp.c | 440 /* JESD216 Basic Flash Parameter Table length is at least 9 DWORDs. */ in spi_nor_parse_bfpt() 453 /* Fix endianness of the BFPT DWORDs. */ in spi_nor_parse_bfpt() 454 le32_to_cpu_array(bfpt.dwords, BFPT_DWORD_MAX); in spi_nor_parse_bfpt() 457 switch (bfpt.dwords[BFPT_DWORD(1)] & BFPT_DWORD1_ADDRESS_BYTES_MASK) { in spi_nor_parse_bfpt() 472 val = bfpt.dwords[BFPT_DWORD(2)]; in spi_nor_parse_bfpt() 495 if (!(bfpt.dwords[rd->supported_dword] & rd->supported_bit)) { in spi_nor_parse_bfpt() 503 half = bfpt.dwords[rd->settings_dword] >> rd->settings_shift; in spi_nor_parse_bfpt() 518 half = bfpt.dwords[er->dword] >> er->shift; in spi_nor_parse_bfpt() 553 val = bfpt.dwords[BFPT_DWORD(11)]; in spi_nor_parse_bfpt() 559 switch (bfpt.dwords[BFPT_DWORD(15)] & BFPT_DWORD15_QER_MASK) { in spi_nor_parse_bfpt() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_common.h | 14 /* read operations, indexed using DWORDS */ 17 /* write operations, indexed using DWORDS */ 25 /* Switch register write operations, index using DWORDS */
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_common.h | 14 /* read operations, indexed using DWORDS */ 17 /* write operations, indexed using DWORDS */ 25 /* Switch register write operations, index using DWORDS */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
| D | nv50_fbcon.c | 110 uint32_t dwords, *data = (uint32_t *)image->data; in nv50_fbcon_imageblit() local 142 dwords = ALIGN(ALIGN(image->width, 8) * image->height, 32) >> 5; in nv50_fbcon_imageblit() 143 while (dwords) { in nv50_fbcon_imageblit() 144 int count = dwords > 2047 ? 2047 : dwords; in nv50_fbcon_imageblit() 150 dwords -= count; in nv50_fbcon_imageblit()
|
| D | nvc0_fbcon.c | 110 uint32_t dwords, *data = (uint32_t *)image->data; in nvc0_fbcon_imageblit() local 142 dwords = ALIGN(ALIGN(image->width, 8) * image->height, 32) >> 5; in nvc0_fbcon_imageblit() 143 while (dwords) { in nvc0_fbcon_imageblit() 144 int count = dwords > 2047 ? 2047 : dwords; in nvc0_fbcon_imageblit() 150 dwords -= count; in nvc0_fbcon_imageblit()
|
| /kernel/linux/linux-6.6/include/linux/soc/ixp4xx/ |
| D | qmgr.h | 16 #define MAX_QUEUE_LENGTH 4 /* in dwords */ 74 int qmgr_request_queue(unsigned int queue, unsigned int len /* dwords */, 79 int __qmgr_request_queue(unsigned int queue, unsigned int len /* dwords */,
|
| /kernel/linux/linux-5.10/include/linux/soc/ixp4xx/ |
| D | qmgr.h | 16 #define MAX_QUEUE_LENGTH 4 /* in dwords */ 74 int qmgr_request_queue(unsigned int queue, unsigned int len /* dwords */, 79 int __qmgr_request_queue(unsigned int queue, unsigned int len /* dwords */,
|
| /kernel/linux/linux-6.6/drivers/thunderbolt/ |
| D | dma_port.c | 303 void *buf, size_t dwords) in dma_port_flash_read_block() argument 311 if (dwords < MAIL_DATA_DWORDS) in dma_port_flash_read_block() 312 in |= (dwords << MAIL_IN_DWORDS_SHIFT) & MAIL_IN_DWORDS_MASK; in dma_port_flash_read_block() 321 dma->base + MAIL_DATA, dwords, DMA_PORT_TIMEOUT); in dma_port_flash_read_block() 325 const void *buf, size_t dwords) in dma_port_flash_write_block() argument 334 dma->base + MAIL_DATA, dwords, DMA_PORT_TIMEOUT); in dma_port_flash_write_block() 344 in |= ((dwords - 1) << MAIL_IN_DWORDS_SHIFT) & MAIL_IN_DWORDS_MASK; in dma_port_flash_write_block()
|
| /kernel/linux/linux-6.6/drivers/spi/ |
| D | spi-rockchip-sfc.c | 368 u32 dwords; in rockchip_sfc_write_fifo() local 373 dwords = len >> 2; in rockchip_sfc_write_fifo() 374 while (dwords) { in rockchip_sfc_write_fifo() 378 write_words = min_t(u32, tx_level, dwords); in rockchip_sfc_write_fifo() 381 dwords -= write_words; in rockchip_sfc_write_fifo() 399 u32 dwords; in rockchip_sfc_read_fifo() local 405 dwords = len >> 2; in rockchip_sfc_read_fifo() 406 while (dwords) { in rockchip_sfc_read_fifo() 410 read_words = min_t(u32, rx_level, dwords); in rockchip_sfc_read_fifo() 413 dwords -= read_words; in rockchip_sfc_read_fifo()
|
| /kernel/linux/linux-5.10/sound/pci/cs46xx/ |
| D | cs46xx_dsp_scb_types.h | 185 /* First 3 dwords are written by the host and read-only on the DSP */ 282 /* First 12 dwords from generic_scb_t */ 350 /* First 13 dwords from generic_scb_t */ 414 /* First 13 dwords from generic_scb_t */ 471 /* First 13 dwords from generic_scb_t */ 599 (buffer size = decimationFactor * 32 dwords) 669 (buffer size = 64 dwords) */ 705 /* First 13 dwords from generic_scb_t */ 751 /* First 13 dwords from generic_scb_t */ 1041 /* First 13 dwords from generic_scb_t */
|