Searched full:i2s_rx (Results 1 – 11 of 11) sorted by relevance
36 #define I2S_RX_FIFO_ADDR DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), fifo)37 #define I2S_RX_FIFO_DEPTH DT_PROP(DT_NODELABEL(i2s_rx), fifo_depth)48 #define I2S_BASE_ADDR DT_REG_ADDR(DT_NODELABEL(i2s_rx))49 #define I2S_EV_STATUS_OFFSET (DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), ev_status) \51 #define I2S_EV_PENDING_OFFSET (DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), ev_pending) \53 #define I2S_EV_ENABLE_OFFSET (DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), ev_enable) \55 #define I2S_CONTROL_OFFSET (DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), rx_ctl) \57 #define I2S_STATUS_OFFSET (DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), rx_stat) \59 #define I2S_CONFIG_OFFSET (DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), rx_conf) \
637 #if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(i2s_rx))
7 i2s-node0 = &i2s_rx;
7 (dt_nodelabel_enabled("i2s_rx") and dt_nodelabel_enabled("i2s_tx"))
21 a devicetree node label named ``i2s_rxtx`` or separate node labels ``i2s_rx``
37 host_i2s_rx_dev = device_get_binding("i2s_rx"); in init()39 printk("unable to find i2s_rx device\n"); in init()
42 i2s_rx: &i2s1 {
87 &i2s_rx {
281 i2s_rx: i2s_rx@e000a800 { label
19 #define I2S_RX_NODE DT_NODELABEL(i2s_rx)