Home
last modified time | relevance | path

Searched refs:v4 (Results 1 – 21 of 21) sorted by relevance

/drivers/char/mwave/
Dmwavedd.h94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
96 printk(s,v1,v2,v3,v4); \
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
101 printk(s,v1,v2,v3,v4,v5); \
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
106 printk(s,v1,v2,v3,v4,v5,v6); \
109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument
111 printk(s,v1,v2,v3,v4,v5,v6,v7); \
119 #define PRINTK_5(f,s,v1,v2,v3,v4) argument
120 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) argument
[all …]
/drivers/gpu/drm/radeon/
Datombios_encoders.c816 DIG_ENCODER_CONTROL_PARAMETERS_V4 v4; member
923 args.v4.ucAction = action; in atombios_dig_encoder_setup()
924 args.v4.usPixelClock = cpu_to_le16(radeon_encoder->pixel_clock / 10); in atombios_dig_encoder_setup()
926 args.v4.ucPanelMode = panel_mode; in atombios_dig_encoder_setup()
928 args.v4.ucEncoderMode = atombios_get_encoder_mode(encoder); in atombios_dig_encoder_setup()
930 if (ENCODER_MODE_IS_DP(args.v4.ucEncoderMode)) in atombios_dig_encoder_setup()
931 args.v4.ucLaneNum = dp_lane_count; in atombios_dig_encoder_setup()
933 args.v4.ucLaneNum = 8; in atombios_dig_encoder_setup()
935 args.v4.ucLaneNum = 4; in atombios_dig_encoder_setup()
937 if (ENCODER_MODE_IS_DP(args.v4.ucEncoderMode)) { in atombios_dig_encoder_setup()
[all …]
Dradeon_atombios.c2778 struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V4 v4; member
2872 args.v4.ulClock = cpu_to_le32(clock); /* 10 khz */ in radeon_atom_get_clock_dividers()
2876 dividers->post_divider = dividers->post_div = args.v4.ucPostDiv; in radeon_atom_get_clock_dividers()
2877 dividers->real_clock = le32_to_cpu(args.v4.ulClock); in radeon_atom_get_clock_dividers()
/drivers/infiniband/hw/cxgb4/
Dprovider.c443 struct tp_tcp_stats v4, v6; in c4iw_get_mib() local
446 cxgb4_get_tcp_stats(c4iw_dev->rdev.lldi.pdev, &v4, &v6); in c4iw_get_mib()
448 stats->iw.tcpInSegs = v4.tcpInSegs + v6.tcpInSegs; in c4iw_get_mib()
449 stats->iw.tcpOutSegs = v4.tcpOutSegs + v6.tcpOutSegs; in c4iw_get_mib()
450 stats->iw.tcpRetransSegs = v4.tcpRetransSegs + v6.tcpRetransSegs; in c4iw_get_mib()
451 stats->iw.tcpOutRsts = v4.tcpOutRsts + v6.tcpOutSegs; in c4iw_get_mib()
/drivers/net/ethernet/broadcom/
Dcnic_if.h235 struct sockaddr_in v4; member
239 struct sockaddr_in v4; member
Dcnic.c3761 else if (saddr->local.v4.sin_family == AF_INET && in cnic_get_route()
3762 saddr->remote.v4.sin_family == AF_INET) in cnic_get_route()
3779 cnic_get_v4_route(&saddr->remote.v4, &dst); in cnic_get_route()
3781 csk->dst_ip[0] = saddr->remote.v4.sin_addr.s_addr; in cnic_get_route()
3782 csk->dst_port = saddr->remote.v4.sin_port; in cnic_get_route()
3783 local_port = saddr->local.v4.sin_port; in cnic_get_route()
/drivers/net/vmxnet3/
Dvmxnet3_defs.h258 u32 v4:1; /* IPv4 */ member
272 u32 v4:1; /* IPv4 */ member
Dvmxnet3_drv.c1109 BUG_ON(!(gdesc->rcd.v4 || gdesc->rcd.v6)); in vmxnet3_rx_csum()
/drivers/net/wireless/rtl818x/
DKconfig26 Linksys WPC11 v4
/drivers/video/fbdev/sis/
Dsis_main.c4313 u8 reg, v1, v2, v3, v4, v5, v6, v7, v8; in sisfb_post_sis300() local
4334 v4 = 0x44; v5 = 0x42; in sisfb_post_sis300()
4337 v4 = 0x68; v5 = 0x43; /* Assume 125Mhz ECLK */ in sisfb_post_sis300()
4345 v4 = bios[rindex++]; in sisfb_post_sis300()
4353 SiS_SetReg(SISSR, 0x2e, v4); in sisfb_post_sis300()
4364 v1 = 0x01; v2 = 0x43; v3 = 0x1e; v4 = 0x2a; in sisfb_post_sis300()
4371 v4 = bios[memtype + 24]; in sisfb_post_sis300()
4382 SiS_SetReg(SISSR, 0x18, v4); in sisfb_post_sis300()
4427 v4 = 0x00; v5 = 0x00; v6 = 0x10; in sisfb_post_sis300()
4429 v4 = bios[0xf5]; in sisfb_post_sis300()
[all …]
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h294 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4,
Dt4_hw.c2152 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4, in t4_tp_get_tcp_stats() argument
2161 if (v4) { in t4_tp_get_tcp_stats()
2164 v4->tcpOutRsts = STAT(OUT_RST); in t4_tp_get_tcp_stats()
2165 v4->tcpInSegs = STAT64(IN_SEG); in t4_tp_get_tcp_stats()
2166 v4->tcpOutSegs = STAT64(OUT_SEG); in t4_tp_get_tcp_stats()
2167 v4->tcpRetransSegs = STAT64(RXT_SEG); in t4_tp_get_tcp_stats()
Dcxgb4.h1015 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4,
Dcxgb4_main.c3794 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4, in cxgb4_get_tcp_stats() argument
3800 t4_tp_get_tcp_stats(adap, v4, v6); in cxgb4_get_tcp_stats()
/drivers/staging/android/
DKconfig30 Enable this to support an old 32-bit Android user-space (v4.4 and
/drivers/net/wireless/rtlwifi/rtl8821ae/
Dphy.c1919 u32 v1, v2, v3, v4, v5, v6; in _rtl8821ae_phy_config_bb_with_pgheaderfile() local
1938 v4 = array[i+3]; in _rtl8821ae_phy_config_bb_with_pgheaderfile()
1944 (v4 == 0xfe || v4 == 0xffe)) { in _rtl8821ae_phy_config_bb_with_pgheaderfile()
1950 if (v4 == 0xfe) in _rtl8821ae_phy_config_bb_with_pgheaderfile()
1952 else if (v4 == 0xfd) in _rtl8821ae_phy_config_bb_with_pgheaderfile()
1954 else if (v4 == 0xfc) in _rtl8821ae_phy_config_bb_with_pgheaderfile()
1956 else if (v4 == 0xfb) in _rtl8821ae_phy_config_bb_with_pgheaderfile()
1958 else if (v4 == 0xfa) in _rtl8821ae_phy_config_bb_with_pgheaderfile()
1960 else if (v4 == 0xf9) in _rtl8821ae_phy_config_bb_with_pgheaderfile()
1964 v4, v5, v6); in _rtl8821ae_phy_config_bb_with_pgheaderfile()
/drivers/net/wireless/rtlwifi/rtl8723be/
Dphy.c730 u32 v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0, v6 = 0; in _rtl8723be_phy_config_bb_with_pgheaderfile() local
740 v4 = phy_regarray_table_pg[i+3]; in _rtl8723be_phy_config_bb_with_pgheaderfile()
750 v1, v2, v3, v4, v5, v6); in _rtl8723be_phy_config_bb_with_pgheaderfile()
/drivers/net/wireless/rtlwifi/rtl8192ee/
Dphy.c895 u32 v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0, v6 = 0; in phy_config_bb_with_pghdrfile() local
905 v4 = phy_regarray_table_pg[i+3]; in phy_config_bb_with_pghdrfile()
911 v4, v5, v6); in phy_config_bb_with_pghdrfile()
/drivers/scsi/bnx2i/
Dbnx2i_iscsi.c1890 saddr.remote.v4 = *desti; in bnx2i_ep_connect()
1891 saddr.local.v4.sin_family = desti->sin_family; in bnx2i_ep_connect()
/drivers/net/ethernet/intel/i40evf/
Di40e_adminq_cmd.h1204 } v4; member
/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h1203 } v4; member