Lines Matching defs:num
224 uint32_t num = GET_GPIO_NUM(gpio);
227 assert((port < 5) && (num < 32));
240 ((direction == 0) ? 1 : 0) << num
248 uint32_t num = GET_GPIO_NUM(gpio);
251 assert((port < 5U) && (num < 32U));
264 ) >> num) & 1U) == 0) ? 1 : 0;
273 uint32_t num = GET_GPIO_NUM(gpio);
276 assert((port < 5) && (num < 32));
279 value = (mmio_read_32(port_info[port].port_base + EXT_PORTA) >> num) &
289 uint32_t num = GET_GPIO_NUM(gpio);
292 assert((port < 5U) && (num < 32U));
297 1 << num,
298 ((value == 0) ? 0 : 1) << num