Home
last modified time | relevance | path

Searched refs:MISC (Results 1 – 16 of 16) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dchip_registers.h12 #define MISC (CORE + 0x000000500000) macro
558 #define MISC_CFG_FW_CTRL (MISC + 0x000000001000)
562 #define MISC_CFG_RSA_CMD (MISC + 0x000000000A08)
563 #define MISC_CFG_RSA_MODULUS (MISC + 0x000000000400)
564 #define MISC_CFG_RSA_MU (MISC + 0x000000000A10)
565 #define MISC_CFG_RSA_R2 (MISC + 0x000000000000)
566 #define MISC_CFG_RSA_SIGNATURE (MISC + 0x000000000200)
567 #define MISC_CFG_SHA_PRELOAD (MISC + 0x000000000A00)
568 #define MISC_ERR_CLEAR (MISC + 0x000000002010)
569 #define MISC_ERR_MASK (MISC + 0x000000002008)
[all …]
/drivers/mfd/
Dmt6358-irq.c28 MT6358_TOP_GEN(MISC),
39 MT6359_TOP_GEN(MISC),
/drivers/pci/hotplug/
Dcpqphp.h142 MISC = offsetof(struct ctrl_reg, misc), enumerator
474 misc = readw(ctrl->hpc_reg + MISC); in set_SOGO()
476 writew(misc, ctrl->hpc_reg + MISC); in set_SOGO()
603 misc = readw(ctrl->hpc_reg + MISC); in get_controller_speed()
Dcpqphp_core.c1153 temp_word = readw(ctrl->hpc_reg + MISC); in cpqhpc_probe()
1155 writew(temp_word, ctrl->hpc_reg + MISC); in cpqhpc_probe()
1269 misc = readw(ctrl->hpc_reg + MISC); in unload_cpqphpd()
1271 writew(misc, ctrl->hpc_reg + MISC); in unload_cpqphpd()
Dcpqphp_ctrl.c887 misc = readw(ctrl->hpc_reg + MISC); in cpqhp_ctrl_intr()
901 writew(misc, ctrl->hpc_reg + MISC); in cpqhp_ctrl_intr()
904 misc = readw(ctrl->hpc_reg + MISC); in cpqhp_ctrl_intr()
/drivers/net/ethernet/realtek/
Dr8169_main.c333 MISC = 0xf0, /* 8168e only. */ enumerator
2475 RTL_W32(tp, MISC, RTL_R32(tp, MISC) | RXDV_GATED_EN); in rtl_enable_rxdvgate()
2876 RTL_W32(tp, MISC, RTL_R32(tp, MISC) | TXPLA_RST); in rtl_hw_start_8168e_1()
2877 RTL_W32(tp, MISC, RTL_R32(tp, MISC) & ~TXPLA_RST); in rtl_hw_start_8168e_1()
2911 RTL_W32(tp, MISC, RTL_R32(tp, MISC) | PWM_EN); in rtl_hw_start_8168e_2()
2934 RTL_W32(tp, MISC, RTL_R32(tp, MISC) | PWM_EN); in rtl_hw_start_8168f()
2982 RTL_W32(tp, MISC, RTL_R32(tp, MISC) & ~RXDV_GATED_EN); in rtl_hw_start_8168g()
3220 RTL_W32(tp, MISC, RTL_R32(tp, MISC) & ~RXDV_GATED_EN); in rtl_hw_start_8168h_1()
3271 RTL_W32(tp, MISC, RTL_R32(tp, MISC) & ~RXDV_GATED_EN); in rtl_hw_start_8168ep()
3374 RTL_W32(tp, MISC, RTL_R32(tp, MISC) & ~RXDV_GATED_EN); in rtl_hw_start_8117()
[all …]
/drivers/usb/misc/sisusbvga/
Dsisusb_struct.h73 unsigned char MISC; member
Dsisusb_init.c370 unsigned char Miscdata = SiS_Pr->SiS_StandTable[StandTableIndex].MISC; in SiS_SetMiscRegs()
/drivers/media/platform/davinci/
Disif_regs.h40 #define MISC 0x7c macro
Disif.c599 regw(val, MISC); in isif_config_raw()
/drivers/infiniband/sw/rdmavt/
Dvt.c280 MISC, enumerator
383 case MISC: in check_support()
/drivers/clk/samsung/
Dclk-s5pv210.c63 #define MISC 0xe000 macro
383 MUX(MOUT_CLKOUT, "mout_clkout", mout_clkout_p, MISC, 8, 2),
/drivers/video/fbdev/sis/
Dvstruct.h135 unsigned char MISC; member
Dinit.c1868 Miscdata = SiS_Pr->SiS_StandTable[StandTableIndex].MISC; in SiS_SetMiscRegs()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_init.h596 BLOCK_PRTY_INFO(MISC, 0x1, 0x1, 0x1, 0x1, 0x1),
/drivers/video/fbdev/
Dtmiofb.c890 LCR_PR(MISC); in tmiofb_dump_regs()