Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/dai/nxp/sai/
Dsai.h174 #define _SAI_TX_RX_ENABLE_IRQ(dir, regmap, which)\ argument
179 #define _SAI_TX_RX_DISABLE_IRQ(dir, regmap, which)\ argument
184 #define SAI_TX_RX_ENABLE_DISABLE_IRQ(dir, regmap, which, enable)\ argument
189 #define SAI_TX_RX_STATUS_IS_SET(dir, regmap, which)\ argument
/Zephyr-Core-3.6.0/scripts/
Dcheckpatch.pl1220 sub which { subroutine
/Zephyr-Core-3.6.0/drivers/sensor/bmi160/
Demul_bmi160.c88 int which = (val & BMI160_CMD_PMU_MASK) >> BMI160_CMD_PMU_SHIFT; in reg_write() local
/Zephyr-Core-3.6.0/include/zephyr/arch/riscv/
Dcsr.h180 #define INSERT_FIELD(val, which, fieldval) \ argument
/Zephyr-Core-3.6.0/subsys/net/ip/
Dtcp.c2134 enum pkt_addr which) in tcp_endpoint_cmp()