Home
last modified time | relevance | path

Searched refs:pcr_clrsetbits32 (Results 1 – 5 of 5) sorted by relevance

/u-boot/include/
A Dp2sb.h110 void pcr_clrsetbits32(struct udevice *dev, uint offset, uint clr, uint set);
116 return pcr_clrsetbits32(dev, offset, 0, set); in pcr_setbits32()
131 return pcr_clrsetbits32(dev, offset, clr, 0); in pcr_clrbits32()
/u-boot/drivers/gpio/
A Dintel_gpio.c33 pcr_clrsetbits32(pinctrl, config_offset, in intel_gpio_direction_input()
49 pcr_clrsetbits32(pinctrl, config_offset, in intel_gpio_direction_output()
85 pcr_clrsetbits32(pinctrl, config_offset, PAD_CFG0_TX_STATE, in intel_gpio_set_value()
/u-boot/arch/x86/cpu/intel_common/
A Ditss.c34 pcr_clrsetbits32(dev, reg, mask, active_low ? mask : 0); in set_polarity()
131 pcr_clrsetbits32(dev, reg, mask, mask & priv->irq_snapshot[i]); in restore_polarities()
/u-boot/drivers/misc/
A Dp2sb-uclass.c132 void pcr_clrsetbits32(struct udevice *dev, uint offset, uint clr, uint set) in pcr_clrsetbits32() function
/u-boot/drivers/pinctrl/intel/
A Dpinctrl.c489 pcr_clrsetbits32(pinctrl_dev, GPIO_MISCCFG, misccfg_clr, in pinctrl_route_gpe()

Completed in 6 milliseconds