Searched refs:Config2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 389 Config2 = 0x53, enumerator 1835 options = RTL_R8(Config2) & ~PME_SIGNAL; in __rtl8169_set_wol() 1838 RTL_W8(Config2, options); in __rtl8169_set_wol() 5310 clk = RTL_R8(Config2) & PCI_Clock_66MHz; in rtl8169_set_magic_reg() 6038 RTL_W8(Config2, RTL_R8(Config2) & ~ClkReqEn); in rtl_hw_start_8168g_1() 6056 RTL_W8(Config2, RTL_R8(Config2) & ~ClkReqEn); in rtl_hw_start_8168g_2() 6075 RTL_W8(Config2, RTL_R8(Config2) & ~ClkReqEn); in rtl_hw_start_8411_2() 6096 RTL_W8(Config2, RTL_R8(Config2) & ~ClkReqEn); in rtl_hw_start_8168h_1() 6231 RTL_W8(Config2, RTL_R8(Config2) & ~ClkReqEn); in rtl_hw_start_8168ep_1() 6248 RTL_W8(Config2, RTL_R8(Config2) & ~ClkReqEn); in rtl_hw_start_8168ep_2() [all …]
|
/linux-4.4.14/drivers/block/ |
D | DAC960.c | 1550 DAC960_V1_Config2_T *Config2; in DAC960_V1_ReadControllerConfiguration() local 1560 Config2 = slice_dma_loaf(&local_dma, sizeof(DAC960_V1_Config2_T), &Config2DMA); in DAC960_V1_ReadControllerConfiguration() 1730 Controller->V1.StripeSize = Config2->BlocksPerStripe * Config2->BlockFactor in DAC960_V1_ReadControllerConfiguration() 1732 Controller->V1.SegmentSize = Config2->BlocksPerCacheLine * Config2->BlockFactor in DAC960_V1_ReadControllerConfiguration() 1734 switch (Config2->DriveGeometry) in DAC960_V1_ReadControllerConfiguration()
|