Home
last modified time | relevance | path

Searched refs:reg32 (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dar9002_phy.c69 u32 freq, ndiv, channelSel = 0, channelFrac = 0, reg32 = 0; in ar9002_hw_set_channel() local
76 reg32 = REG_READ(ah, AR_PHY_SYNTH_CONTROL); in ar9002_hw_set_channel()
77 reg32 &= 0xc0000000; in ar9002_hw_set_channel()
149 reg32 = reg32 | in ar9002_hw_set_channel()
153 REG_WRITE(ah, AR_PHY_SYNTH_CONTROL, reg32); in ar9002_hw_set_channel()
H A Dar5008_phy.c111 static void ar5008_hw_phy_modify_rx_buffer(u32 *rfBuf, u32 reg32, in ar5008_hw_phy_modify_rx_buffer() argument
118 tmp32 = ath9k_hw_reverse_bits(reg32, numBits); in ar5008_hw_phy_modify_rx_buffer()
209 u32 reg32 = 0; in ar5008_hw_set_channel() local
264 reg32 = in ar5008_hw_set_channel()
268 REG_WRITE(ah, AR_PHY(0x37), reg32); in ar5008_hw_set_channel()
H A Deeprom_4k.c296 u32 reg32, regOffset, regChainOffset; in ath9k_hw_set_4k_power_cal_table() local
360 reg32 = get_unaligned_le32(&pdadcValues[4 * j]); in ath9k_hw_set_4k_power_cal_table()
361 REG_WRITE(ah, regOffset, reg32); in ath9k_hw_set_4k_power_cal_table()
366 reg32); in ath9k_hw_set_4k_power_cal_table()
H A Deeprom_def.c778 u32 reg32, regOffset, regChainOffset; in ath9k_hw_set_def_power_cal_table() local
895 reg32 = get_unaligned_le32(&pdadcValues[4 * j]); in ath9k_hw_set_def_power_cal_table()
896 REG_WRITE(ah, regOffset, reg32); in ath9k_hw_set_def_power_cal_table()
901 reg32); in ath9k_hw_set_def_power_cal_table()
H A Deeprom_9287.c365 u32 reg32, regOffset, regChainOffset, regval; in ath9k_hw_set_ar9287_power_cal_table() local
480 reg32 = get_unaligned_le32(&pdadcValues[4 * j]); in ath9k_hw_set_ar9287_power_cal_table()
482 REG_WRITE(ah, regOffset, reg32); in ath9k_hw_set_ar9287_power_cal_table()
/linux/sound/soc/fsl/
H A Dfsl_asrc_m2m.c57 u32 *reg32 = NULL; in asrc_read_last_fifo() local
63 reg32 = dma_vaddr + *length; in asrc_read_last_fifo()
75 if (reg32) { in asrc_read_last_fifo()
76 *reg32++ = reg; in asrc_read_last_fifo()
92 if (reg32) in asrc_read_last_fifo()
/linux/kernel/debug/kdb/
H A Dkdb_main.c1806 u32 reg32; in kdb_rd() local
1837 rname = dbg_get_reg(i, &reg32, kdb_current_regs); in kdb_rd()
1840 len += kdb_printf("%s: %08x", rname, reg32); in kdb_rd()
1875 u32 reg32; in kdb_rm() local
1914 reg32 = reg64; in kdb_rm()
1915 dbg_set_reg(i, &reg32, kdb_current_regs); in kdb_rm()
/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.c991 u32 reg32 = 0; in memac_init() local
1025 reg32 = ioread32be(&memac->regs->command_config); in memac_init()
1026 reg32 &= ~CMD_CFG_CRC_FWD; in memac_init()
1027 iowrite32be(reg32, &memac->regs->command_config); in memac_init()
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vp9.c567 regs->vp9.reg32.ref_deltas_lastframe0 = delta; in config_registers()
570 regs->vp9.reg32.ref_deltas_lastframe1 = delta; in config_registers()
573 regs->vp9.reg32.ref_deltas_lastframe2 = delta; in config_registers()
576 regs->vp9.reg32.ref_deltas_lastframe3 = delta; in config_registers()
/linux/Documentation/translations/zh_CN/filesystems/
H A Ddebugfs.rst164 “base”参数可能为0,但您可能需要使用__stringify构建reg32数组,实际上有许多寄存器
/linux/Documentation/translations/zh_TW/filesystems/
H A Ddebugfs.rst165 “base”參數可能爲0,但您可能需要使用__stringify構建reg32數組,實際上有許多寄存器
/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c820 u32 reg32; in rtl8180_init_hw() local
971 reg32 = rtl818x_ioread32(priv, &priv->map->RF_PARA); in rtl8180_init_hw()
972 reg32 &= 0x00ffff00; in rtl8180_init_hw()
973 reg32 |= 0xb8000054; in rtl8180_init_hw()
974 rtl818x_iowrite32(priv, &priv->map->RF_PARA, reg32); in rtl8180_init_hw()
/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c1549 u32 reg32; in rtl8187_probe() local
1550 reg32 = rtl818x_ioread32(priv, &priv->map->TX_CONF); in rtl8187_probe()
1551 reg32 &= RTL818X_TX_CONF_HWVER_MASK; in rtl8187_probe()
1552 switch (reg32) { in rtl8187_probe()
/linux/tools/lib/bpf/
H A Dusdt.c1304 #define reg_off(reg64, reg32) offsetof(struct pt_regs, reg64) in calc_pt_regs_off() argument
1306 #define reg_off(reg64, reg32) offsetof(struct pt_regs, reg32) in calc_pt_regs_off()
/linux/Documentation/filesystems/
H A Ddebugfs.rst182 The "base" argument may be 0, but you may want to build the reg32 array
/linux/include/hyperv/
H A Dhvgdk_mini.h1273 u32 reg32; member
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c2547 u32 reg32, phy9_orig; in tg3_phy_reset_5703_4_5() local
2561 if (tg3_readphy(tp, MII_TG3_EXT_CTRL, &reg32)) in tg3_phy_reset_5703_4_5()
2564 reg32 |= 0x3000; in tg3_phy_reset_5703_4_5()
2565 tg3_writephy(tp, MII_TG3_EXT_CTRL, reg32); in tg3_phy_reset_5703_4_5()
2603 err = tg3_readphy(tp, MII_TG3_EXT_CTRL, &reg32); in tg3_phy_reset_5703_4_5()
2607 reg32 &= ~0x3000; in tg3_phy_reset_5703_4_5()
2608 tg3_writephy(tp, MII_TG3_EXT_CTRL, reg32); in tg3_phy_reset_5703_4_5()