Searched refs:tsd (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/spi/ |
| A D | spi-tegra20-sflash.c | 198 tsd->cur_tx_pos += max_n_32bit * tsd->bytes_per_word; in tegra_sflash_fill_tx_fifo_from_client_txbuf() 219 tsd->cur_rx_pos += read_words * tsd->bytes_per_word; in tegra_sflash_read_rx_fifo_to_client_rxbuf() 338 if (tsd->tx_status || tsd->rx_status) { in tegra_sflash_transfer_one_message() 345 tegra_sflash_writel(tsd, tsd->def_command_reg, in tegra_sflash_transfer_one_message() 363 if (tsd->tx_status || tsd->rx_status || (tsd->status_reg & SPI_BSY)) { in handle_cpu_based_xfer() 380 tsd->cur_pos = tsd->cur_tx_pos; in handle_cpu_based_xfer() 382 tsd->cur_pos = tsd->cur_rx_pos; in handle_cpu_based_xfer() 402 tsd->tx_status = tsd->status_reg & SPI_TX_OVF; in tegra_sflash_isr() 405 tsd->rx_status = tsd->status_reg & SPI_RX_UNF; in tegra_sflash_isr() 518 free_irq(tsd->irq, tsd); in tegra_sflash_probe() [all …]
|
| /linux/drivers/acpi/ |
| A D | processor_throttling.c | 567 union acpi_object *tsd = NULL; in acpi_processor_get_tsd() local 582 tsd = buffer.pointer; in acpi_processor_get_tsd() 583 if (!tsd || (tsd->type != ACPI_TYPE_PACKAGE)) { in acpi_processor_get_tsd() 589 if (tsd->package.count != 1) { in acpi_processor_get_tsd() 600 status = acpi_extract_package(&(tsd->package.elements[0]), in acpi_processor_get_tsd()
|
| /linux/drivers/atm/ |
| A D | fore200e.h | 134 typedef struct tsd { struct 147 struct tsd tsd[ TSD_NBR ]; /* transmit segment descriptors */ argument
|
| A D | fore200e.c | 793 dma_unmap_single(fore200e->dev, entry->tpd->tsd[ 0 ].buffer, entry->tpd->tsd[ 0 ].length, in fore200e_tx_irq() 1601 tpd->tsd[ 0 ].buffer = dma_map_single(fore200e->dev, data, tx_len, in fore200e_send() 1603 if (dma_mapping_error(fore200e->dev, tpd->tsd[0].buffer)) { in fore200e_send() 1609 tpd->tsd[ 0 ].length = tx_len; in fore200e_send() 1620 tpd->tsd[0].length, skb_len); in fore200e_send()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| A D | rk3368-lion-haikou.dts | 11 compatible = "tsd,rk3368-lion-haikou", "rockchip,rk3368";
|
| A D | rk3399-puma-haikou.dts | 11 compatible = "tsd,rk3399-puma-haikou", "rockchip,rk3399";
|
| /linux/Documentation/devicetree/bindings/arm/ |
| A D | rockchip.yaml | 631 - const: tsd,rk3368-lion-haikou 636 - const: tsd,rk3399-puma-haikou
|
| /linux/drivers/net/ethernet/synopsys/ |
| A D | dwc-xlgmac-hw.c | 1013 u32 tsa, tsd; in xlgmac_get_rx_tstamp() local 1019 tsd = XLGMAC_GET_REG_BITS_LE(dma_desc->desc3, in xlgmac_get_rx_tstamp() 1022 if (tsa && !tsd) { in xlgmac_get_rx_tstamp()
|
| /linux/Documentation/devicetree/bindings/ |
| A D | vendor-prefixes.yaml | 1239 "^tsd,.*":
|
Completed in 32 milliseconds