Lines Matching refs:p_masks
713 uint32_t * p_masks);
837 uint32_t * p_masks);
850 uint32_t * p_masks);
1334 uint32_t * p_masks) in nrf_gpio_ports_read() argument
1343 *p_masks = nrf_gpio_port_in_read(gpio_regs[i]); in nrf_gpio_ports_read()
1344 p_masks++; in nrf_gpio_ports_read()
1422 uint32_t * p_masks) in nrf_gpio_latches_read() argument
1429 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read()
1430 p_masks++; in nrf_gpio_latches_read()
1436 uint32_t * p_masks) in nrf_gpio_latches_read_and_clear() argument
1443 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read_and_clear()
1446 gpio_regs[i]->LATCH = *p_masks; in nrf_gpio_latches_read_and_clear()
1448 p_masks++; in nrf_gpio_latches_read_and_clear()