Lines Matching defs:port
119 * banks of the same port: the corresponding value of the pull_enc array
151 uint32_t port = GET_GPIO_PORT(gpio_number);
152 assert(port < 5U);
154 const struct port_info *info = &port_info[port];
172 uint32_t port = GET_GPIO_PORT(gpio_number);
173 const struct port_info *info = &port_info[port];
180 uint32_t port = GET_GPIO_PORT(gpio);
185 assert(port < 5U);
186 const struct port_info *info = &port_info[port];
199 uint32_t port = GET_GPIO_PORT(gpio);
204 assert(port < 5U);
205 const struct port_info *info = &port_info[port];
223 uint32_t port = GET_GPIO_PORT(gpio);
227 assert((port < 5) && (num < 32));
239 port_info[port].port_base + SWPORTA_DDR,
247 uint32_t port = GET_GPIO_PORT(gpio);
251 assert((port < 5U) && (num < 32U));
263 port_info[port].port_base + SWPORTA_DDR
272 uint32_t port = GET_GPIO_PORT(gpio);
276 assert((port < 5) && (num < 32));
279 value = (mmio_read_32(port_info[port].port_base + EXT_PORTA) >> num) &
288 uint32_t port = GET_GPIO_PORT(gpio);
292 assert((port < 5U) && (num < 32U));
296 port_info[port].port_base + SWPORTA_DR,