/u-boot/arch/arm/include/asm/arch-rockchip/ |
A D | hardware.h | 9 #define RK_CLRSETBITS(clr, set) ((((clr) | (set)) << 16) | (set)) argument 11 #define RK_CLRBITS(clr) RK_CLRSETBITS(clr, 0) argument 13 #define rk_clrsetreg(addr, clr, set) \ argument 15 #define rk_clrreg(addr, clr) writel((clr) << 16, addr) argument
|
/u-boot/arch/x86/include/asm/arch-quark/ |
A D | msg_port.h | 108 #define msg_port_generic_clrsetbits(type, port, reg, clr, set) \ argument 113 #define msg_port_clrbits(port, reg, clr) \ argument 117 #define msg_port_clrsetbits(port, reg, clr, set) \ argument 120 #define msg_port_alt_clrbits(port, reg, clr) \ argument 124 #define msg_port_alt_clrsetbits(port, reg, clr, set) \ argument 127 #define msg_port_io_clrbits(port, reg, clr) \ argument 131 #define msg_port_io_clrsetbits(port, reg, clr, set) \ argument
|
/u-boot/include/ |
A D | p2sb.h | 129 static inline void pcr_clrbits32(struct udevice *dev, uint offset, uint clr) in pcr_clrbits32() 134 static inline void pcr_clrbits16(struct udevice *dev, uint offset, uint clr) in pcr_clrbits16() 139 static inline void pcr_clrbits8(struct udevice *dev, uint offset, uint clr) in pcr_clrbits8()
|
/u-boot/drivers/misc/ |
A D | p2sb-uclass.c | 132 void pcr_clrsetbits32(struct udevice *dev, uint offset, uint clr, uint set) in pcr_clrsetbits32() 142 void pcr_clrsetbits16(struct udevice *dev, uint offset, uint clr, uint set) in pcr_clrsetbits16() 152 void pcr_clrsetbits8(struct udevice *dev, uint offset, uint clr, uint set) in pcr_clrsetbits8()
|
A D | smsc_sio1007.c | 24 static inline void sio1007_clrsetbits(int port, int reg, u8 clr, u8 set) in sio1007_clrsetbits()
|
/u-boot/common/ |
A D | lcd_console_rotation.c | 31 static inline void console_setrow90(struct console_t *pcons, u32 row, int clr) in console_setrow90() 86 static inline void console_setrow180(struct console_t *pcons, u32 row, int clr) in console_setrow180() 133 static inline void console_setrow270(struct console_t *pcons, u32 row, int clr) in console_setrow270()
|
A D | lcd_console.c | 66 static inline void console_setrow0(struct console_t *pcons, u32 row, int clr) in console_setrow0()
|
/u-boot/arch/x86/cpu/ |
A D | pci.c | 58 int pci_x86_clrset_config(pci_dev_t bdf, uint offset, ulong clr, ulong set, in pci_x86_clrset_config()
|
/u-boot/drivers/video/ |
A D | console_rotate.c | 14 static int console_set_row_1(struct udevice *dev, uint row, int clr) in console_set_row_1() 157 static int console_set_row_2(struct udevice *dev, uint row, int clr) in console_set_row_2() 294 static int console_set_row_3(struct udevice *dev, uint row, int clr) in console_set_row_3()
|
A D | console_normal.c | 16 static int console_normal_set_row(struct udevice *dev, uint row, int clr) in console_normal_set_row()
|
A D | console_truetype.c | 126 static int console_truetype_set_row(struct udevice *dev, uint row, int clr) in console_truetype_set_row() 355 int xend, int yend, int clr) in console_truetype_erase()
|
A D | vidconsole-uclass.c | 53 int vidconsole_set_row(struct udevice *dev, uint row, int clr) in vidconsole_set_row()
|
/u-boot/drivers/clk/mtmips/ |
A D | clk-mt7620.c | 65 static int mt7620_clkcfg1_rmw(struct mt7620_clk_priv *priv, u32 clr, u32 set) in mt7620_clkcfg1_rmw()
|
/u-boot/arch/mips/mach-pic32/include/mach/ |
A D | pic32.h | 61 u32 clr; member
|
/u-boot/board/samsung/odroid/ |
A D | odroid.c | 106 unsigned int set, clr, clr_src_cpu, clr_pll_con0, clr_src_dmc; in board_clock_init() local
|
/u-boot/drivers/power/pmic/ |
A D | pmic-uclass.c | 168 int pmic_clrsetbits(struct udevice *dev, uint reg, uint clr, uint set) in pmic_clrsetbits()
|
/u-boot/drivers/sound/ |
A D | rockchip_i2s.c | 27 u32 clr; /* I2S_CLR, 0x20 */ member
|
/u-boot/drivers/phy/ |
A D | mt76x8-usb-phy.c | 91 static void phy_rmw32(struct mt76x8_usb_phy *phy, u32 reg, u32 clr, u32 set) in phy_rmw32()
|
/u-boot/drivers/power/regulator/ |
A D | tps65910_regulator.c | 269 uint clr, set; in tps65910_set_enable() local
|
/u-boot/drivers/net/ |
A D | mtk_eth.c | 199 static void mtk_pdma_rmw(struct mtk_eth_priv *priv, u32 reg, u32 clr, in mtk_pdma_rmw() 228 static void mtk_gmac_rmw(struct mtk_eth_priv *priv, u32 reg, u32 clr, u32 set) in mtk_gmac_rmw() 233 static void mtk_ethsys_rmw(struct mtk_eth_priv *priv, u32 reg, u32 clr, in mtk_ethsys_rmw() 413 static void mt753x_reg_rmw(struct mtk_eth_priv *priv, u32 reg, u32 clr, in mt753x_reg_rmw()
|
A D | mt7620-eth.c | 285 static void gdma_rmw(struct mt7620_eth_priv *priv, u32 reg, u32 clr, u32 set) in gdma_rmw() 300 static void gsw_rmw(struct mt7620_eth_priv *priv, u32 reg, u32 clr, u32 set) in gsw_rmw()
|
/u-boot/drivers/pci/ |
A D | pci-uclass.c | 290 u32 clr, u32 set) in pci_bus_clrset_config32() 471 int dm_pci_clrset_config8(struct udevice *dev, int offset, u32 clr, u32 set) in dm_pci_clrset_config8() 485 int dm_pci_clrset_config16(struct udevice *dev, int offset, u32 clr, u32 set) in dm_pci_clrset_config16() 499 int dm_pci_clrset_config32(struct udevice *dev, int offset, u32 clr, u32 set) in dm_pci_clrset_config32()
|
/u-boot/drivers/spi/ |
A D | bcm63xx_hsspi.c | 145 uint32_t clr, set; in bcm63xx_hsspi_activate_cs() local
|
A D | mtk_snor.c | 117 u32 clr) in mtk_snor_rmw()
|
/u-boot/include/faraday/ |
A D | ftsdc010.h | 28 unsigned int clr; /* 0x2c - clear reg */ member
|