Searched refs:tsd (Results 1 – 5 of 5) sorted by relevance
| /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() 521 free_irq(tsd->irq, tsd); in tegra_sflash_probe() [all …]
|
| /drivers/acpi/ |
| A D | processor_throttling.c | 568 union acpi_object *tsd = NULL; in acpi_processor_get_tsd() local 583 tsd = buffer.pointer; in acpi_processor_get_tsd() 584 if (!tsd || (tsd->type != ACPI_TYPE_PACKAGE)) { in acpi_processor_get_tsd() 590 if (tsd->package.count != 1) { in acpi_processor_get_tsd() 601 status = acpi_extract_package(&(tsd->package.elements[0]), in acpi_processor_get_tsd()
|
| /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 | 790 dma_unmap_single(fore200e->dev, entry->tpd->tsd[ 0 ].buffer, entry->tpd->tsd[ 0 ].length, in fore200e_tx_irq() 1598 tpd->tsd[ 0 ].buffer = dma_map_single(fore200e->dev, data, tx_len, in fore200e_send() 1600 if (dma_mapping_error(fore200e->dev, tpd->tsd[0].buffer)) { in fore200e_send() 1606 tpd->tsd[ 0 ].length = tx_len; in fore200e_send() 1617 tpd->tsd[0].length, skb_len); in fore200e_send()
|
| /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()
|
Completed in 24 milliseconds