Searched refs:_cfg_ (Results 1 – 3 of 3) sorted by relevance
23 #define GPIO3_CFG(_cfg_) (_cfg_ & 0x3F) argument28 #define GPIO2_CFG(_cfg_) (_cfg_ & 0x3F) argument33 #define GPIO1_CFG(_cfg_) (_cfg_ & 0x3F) argument38 #define GPIO0_CFG(_cfg_) (_cfg_ & 0x3F) argument46 #define SYNC_MODE(_cfg_) (_cfg_ & 0xE0) argument47 #define SYNC_THR(_cfg_) (_cfg_ & 0x1F) argument55 #define STRICT_SYNC_CHECK(_cfg_) (_cfg_ & 0x03) argument60 #define MODEM_MODE(_cfg_) (_cfg_ & 0xC0) argument61 #define MOD_FORMAT(_cfg_) (_cfg_ & 0x38) argument62 #define DEV_E(_cfg_) (_cfg_ & 0x07) argument[all …]
19 static struct gpio_dt_spec prop##_cfg_##inst = { \35 (&prop##_cfg_##inst), (NULL))
776 static const struct max1125x_config max##t##_cfg_##n = { \799 &max##t##_cfg_##n, POST_KERNEL, CONFIG_ADC_MAX1125X_INIT_PRIORITY, \