Searched refs:PM (Results 1 - 5 of 5) sorted by relevance

/u-boot/drivers/gpio/
H A Drzg2l-gpio.c31 pm_state = (readw(data->base + PM(port)) >> (pin * 2)) & PM_MASK;
58 clrsetbits_le16(data->base + PM(port), PM_MASK << (pin * 2),
125 pm_state = (readw(data->base + PM(port)) >> (pin * 2)) & PM_MASK;
H A Dgpio-rza1.c18 #define PM(bank) (0x0300 + (bank) * 4) macro
90 if (readw(priv->regs + PM(priv->bank)) & BIT(offset))
/u-boot/include/renesas/
H A Drzg2l-pfc.h72 #define PM(n) (0x0100 + 0x20 + (n) * 2) macro
/u-boot/drivers/pinctrl/renesas/
H A Dpinctrl-rza1.c19 #define PM(bank) (0x0300 + (bank) * 4) macro
H A Drzg2l-pfc.c468 clrbits_le16(data->base + PM(port), PM_MASK << (pin * 2));

Completed in 72 milliseconds