Searched defs:i2s_ctlr (Results 1 – 1 of 1) sorted by relevance
17 struct i2s_ctlr { struct18 u32 ctrl; /* I2S_CTRL_0, 0x00 */19 u32 timing; /* I2S_TIMING_0, 0x04 */20 u32 offset; /* I2S_OFFSET_0, 0x08 */21 u32 ch_ctrl; /* I2S_CH_CTRL_0, 0x0C */22 u32 slot_ctrl; /* I2S_SLOT_CTRL_0, 0x10 */25 u32 flowctl; /* I2S_FLOWCTL_0, 0x1C */26 u32 tx_step; /* I2S_TX_STEP_0, 0x20 */28 u32 flow_total; /* I2S_FLOW_TOTAL_0, 0x28 */29 u32 flow_over; /* I2S_FLOW_OVER_0, 0x2C */[all …]
Completed in 4 milliseconds