Home
last modified time | relevance | path

Searched defs:which (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/dai/nxp/sai/
Dsai.h194 #define _SAI_TX_RX_ENABLE_IRQ(dir, regmap, which)\ argument
199 #define _SAI_TX_RX_DISABLE_IRQ(dir, regmap, which)\ argument
204 #define SAI_TX_RX_ENABLE_DISABLE_IRQ(dir, regmap, which, enable)\ argument
209 #define SAI_TX_RX_STATUS_IS_SET(dir, regmap, which)\ argument
214 #define SAI_TX_RX_STATUS_CLEAR(dir, regmap, which) \ argument
/Zephyr-latest/drivers/dai/nxp/esai/
Desai.h152 #define ESAI_PIN_IS_USED(data, which)\ argument
444 uint32_t which, bool enable) in esai_tx_rx_enable_disable()
465 uint32_t which, bool enable) in esai_tx_rx_enable_disable_fifo_usage()
/Zephyr-latest/scripts/
Dcheckpatch.pl1218 sub which { subroutine
/Zephyr-latest/drivers/sensor/bosch/bmi160/
Demul_bmi160.c88 int which = (val & BMI160_CMD_PMU_MASK) >> BMI160_CMD_PMU_SHIFT; in reg_write() local
/Zephyr-latest/include/zephyr/arch/riscv/
Dcsr.h180 #define INSERT_FIELD(val, which, fieldval) \ argument
/Zephyr-latest/subsys/net/ip/
Dtcp.c2200 enum pkt_addr which) in tcp_endpoint_cmp()