Searched refs:tx_offset (Results 1 – 9 of 9) sorted by relevance
/linux/sound/soc/tegra/ |
H A D | tegra210_i2s.c | 58 regmap_write(i2s->regmap, TEGRA210_I2S_TX_SLOT_CTRL + i2s->soc_data->tx_offset, in tegra210_i2s_set_slot_ctrl() 117 reset_reg = TEGRA210_I2S_TX_SOFT_RESET + i2s->soc_data->tx_offset; in tegra210_i2s_sw_reset() 118 cif_reg = TEGRA210_I2S_TX_CIF_CTRL + i2s->soc_data->tx_offset; in tegra210_i2s_sw_reset() 119 stream_reg = TEGRA210_I2S_TX_CTRL + i2s->soc_data->tx_offset; in tegra210_i2s_sw_reset() 160 } else if (w->reg == (TEGRA210_I2S_TX_ENABLE + i2s->soc_data->tx_offset)) { in tegra210_i2s_init() 162 status_reg = TEGRA210_I2S_TX_STATUS + i2s->soc_data->tx_offset; in tegra210_i2s_init() 213 regmap_update_bits(i2s->regmap, TEGRA210_I2S_TX_CTRL + i2s->soc_data->tx_offset, in tegra210_i2s_set_data_offset() 712 reg = TEGRA210_I2S_TX_CIF_CTRL + i2s->soc_data->tx_offset; in tegra210_i2s_hw_params() 1134 .tx_offset = TEGRA210_I2S_TX_OFFSET, 1145 .tx_offset [all...] |
H A D | tegra210_i2s.h | 153 unsigned int tx_offset; member
|
/linux/sound/firewire/dice/ |
H A D | dice-transaction.c | 16 offset += dice->tx_offset; in get_subaddr() 329 dice->tx_offset = be32_to_cpu(pointers[2]) * 4; in get_subaddrs()
|
H A D | dice.h | 84 unsigned int tx_offset; member
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.c | 1164 int k, tx_offset, num_isoc_packets, sink, remain, current_len, in tx_iso_complete() local 1200 tx_offset = 0; in tx_iso_complete() 1266 context_iso_urb->buffer[tx_offset] = 0; in tx_iso_complete() 1271 buffer[tx_offset] = 1; in tx_iso_complete() 1280 p = context_iso_urb->buffer + tx_offset + 1; in tx_iso_complete() 1289 urb->iso_frame_desc[k].offset = tx_offset; in tx_iso_complete() 1313 tx_offset += (current_len + 1); in tx_iso_complete() 1315 urb->iso_frame_desc[k].offset = tx_offset++; in tx_iso_complete()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp_hw.c | 1728 u32 rx_offset, tx_offset, bs_ds; in ice_phy_set_offsets_eth56g() local 1756 tx_offset = cfg->tx_offset.fc; in ice_phy_set_offsets_eth56g() 1758 tx_offset = cfg->tx_offset.rs; in ice_phy_set_offsets_eth56g() 1760 tx_offset = cfg->tx_offset.no_fec; in ice_phy_set_offsets_eth56g() 1761 tx_offset += cfg->tx_offset.serdes + cfg->tx_offset in ice_phy_set_offsets_eth56g() [all...] |
H A D | ice_ptp_hw.h | 144 * @tx_offset: total Tx offset, fixed point 183 } tx_offset; member
|
/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-gadget.c | 1346 u16 tx_offset = 0; in cdns2_eps_onchip_buffer_init() local 1381 writel(tx_offset, in cdns2_eps_onchip_buffer_init() 1383 pdev->epx_regs->txstaddr[pep->num - 1] = tx_offset; in cdns2_eps_onchip_buffer_init() 1386 pep->name, tx_offset, pep->buffering); in cdns2_eps_onchip_buffer_init() 1388 tx_offset += pep->buffering * 1024; in cdns2_eps_onchip_buffer_init()
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.h | 1601 __le32 tx_offset; member 3690 __le32 tx_offset; member
|