Lines Matching refs:p_masks
453 uint32_t * p_masks);
465 uint32_t * p_masks);
476 uint32_t * p_masks);
836 uint32_t * p_masks) in nrf_gpio_ports_read() argument
845 *p_masks = nrf_gpio_port_in_read(gpio_regs[i]); in nrf_gpio_ports_read()
846 p_masks++; in nrf_gpio_ports_read()
854 uint32_t * p_masks) in nrf_gpio_latches_read() argument
861 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read()
862 p_masks++; in nrf_gpio_latches_read()
868 uint32_t * p_masks) in nrf_gpio_latches_read_and_clear() argument
875 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read_and_clear()
878 gpio_regs[i]->LATCH = *p_masks; in nrf_gpio_latches_read_and_clear()
880 p_masks++; in nrf_gpio_latches_read_and_clear()