Searched refs:fc (Results 1 - 25 of 538) sorted by path

1234567891011>>

/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S75 .long R(40, 20, 20, 60), R(e3, fc, fc, 1f)
102 .long R(fc, 7e, 7e, 82), R(7a, 3d, 3d, 47)
159 .long R(7b, b0, b0, cb), R(a8, 54, 54, fc)
170 .long R(4f, e5, d7, fc), R(c5, 2a, cb, d7)
233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63)
242 .long R(a8, fc, 8c, c4), R(a0, f0, 3f, 1a)
264 .long R(74, 4e, bc, 37), R(fc, 82, ca, a6)
/linux-master/arch/s390/include/asm/trace/
H A Dzcrypt.h79 * @fc: Function code.
91 TP_PROTO(void *ptr, u32 fc, u32 rc, u16 dev, u16 dom),
92 TP_ARGS(ptr, fc, rc, dev, dom),
95 __field(u32, fc)
101 __entry->fc = fc;
105 TP_printk("ptr=%p fc=0x%04x rc=%d dev=0x%02hx domain=0x%04hx",
107 (unsigned int) __entry->fc,
/linux-master/arch/s390/include/uapi/asm/
H A Dvtoc.h160 __u16 fc; /* number of whole cylinders in free ext. */ member in struct:vtoc_ds5ext
/linux-master/arch/s390/kvm/
H A Dtrace.h394 TP_PROTO(VCPU_PROTO_COMMON, int fc, int sel1, int sel2, u64 addr),
395 TP_ARGS(VCPU_ARGS_COMMON, fc, sel1, sel2, addr),
399 __field(int, fc)
407 __entry->fc = fc;
414 __entry->fc, __entry->sel1, __entry->sel2,
455 VCPU_TP_PRINTK("STHYI fc: %llu addr: %016llx",
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-common.h50 struct flexcop_device *fc; member in struct:flexcop_i2c_adapter
104 int (*get_mac_addr) (struct flexcop_device *fc, int extended);
111 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len);
112 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no);
118 void flexcop_device_exit(struct flexcop_device *fc);
119 void flexcop_reset_block_300(struct flexcop_device *fc);
126 int flexcop_dma_control_timer_irq(struct flexcop_device *fc,
128 int flexcop_dma_control_size_irq(struct flexcop_device *fc,
130 int flexcop_dma_config(struct flexcop_device *fc, struct flexcop_dma *dma,
132 int flexcop_dma_xfer_control(struct flexcop_device *fc,
[all...]
H A Dflexcop-eeprom.c90 static int flexcop_eeprom_read(struct flexcop_device *fc,
93 return fc->i2c_request(fc,FC_READ,FC_I2C_PORT_EEPROM,0x50,addr,buf,len);
107 static int flexcop_eeprom_request(struct flexcop_device *fc, argument
113 ret = fc->i2c_request(&fc->fc_i2c_adap[1], op, chipaddr,
121 static int flexcop_eeprom_lrc_read(struct flexcop_device *fc, u16 addr, argument
124 int ret = flexcop_eeprom_request(fc, FC_READ, addr, buf, len, retries);
133 int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended) argument
138 if ((ret = flexcop_eeprom_lrc_read(fc,
[all...]
H A Dflexcop-fe-tuner.c34 struct flexcop_device *fc = fe->dvb->priv; local
36 return request_firmware(fw, name, fc->dev);
45 struct flexcop_device *fc = fe->dvb->priv; local
49 v = fc->read_ibi_reg(fc, misc_204);
66 return fc->write_ibi_reg(fc, misc_204, v);
73 struct flexcop_device *fc = fe->dvb->priv; local
74 if (fc->fe_sleep)
75 return fc
85 struct flexcop_device *fc = fe->dvb->priv; local
170 skystar2_rev23_attach(struct flexcop_device *fc, struct i2c_adapter *i2c) argument
283 skystar2_rev26_attach(struct flexcop_device *fc, struct i2c_adapter *i2c) argument
317 skystar2_rev27_attach(struct flexcop_device *fc, struct i2c_adapter *i2c) argument
383 skystar2_rev28_attach(struct flexcop_device *fc, struct i2c_adapter *i2c) argument
444 airstar_dvbt_attach(struct flexcop_device *fc, struct i2c_adapter *i2c) argument
465 airstar_atsc1_attach(struct flexcop_device *fc, struct i2c_adapter *i2c) argument
481 airstar_atsc2_attach(struct flexcop_device *fc, struct i2c_adapter *i2c) argument
503 airstar_atsc3_attach(struct flexcop_device *fc, struct i2c_adapter *i2c) argument
598 cablestar2_attach(struct flexcop_device *fc, struct i2c_adapter *i2c) argument
637 skystarS2_rev33_attach(struct flexcop_device *fc, struct i2c_adapter *i2c) argument
681 flexcop_frontend_init(struct flexcop_device *fc) argument
714 flexcop_frontend_exit(struct flexcop_device *fc) argument
[all...]
H A Dflexcop-i2c.c11 static int flexcop_i2c_operation(struct flexcop_device *fc, argument
20 fc->write_ibi_reg(fc, tw_sm_c_100, ibi_zero);
21 fc->write_ibi_reg(fc, tw_sm_c_100, *r100); /* initiating i2c operation */
24 r = fc->read_ibi_reg(fc, tw_sm_c_100);
59 if (i2c->fc->dev_type == FC_SKY_REV27)
62 ret = flexcop_i2c_operation(i2c->fc, &r100);
66 ret = flexcop_i2c_operation(i2c->fc,
87 flexcop_i2c_write4(struct flexcop_device *fc, flexcop_ibi_value r100, u8 *buf) argument
217 flexcop_i2c_init(struct flexcop_device *fc) argument
272 flexcop_i2c_exit(struct flexcop_device *fc) argument
[all...]
H A Dflexcop-misc.c9 void flexcop_determine_revision(struct flexcop_device *fc) argument
11 flexcop_ibi_value v = fc->read_ibi_reg(fc,misc_204);
16 fc->rev = FLEXCOP_II;
20 fc->rev = FLEXCOP_IIB;
24 fc->rev = FLEXCOP_III;
32 if ((fc->has_32_hw_pid_filter = v.misc_204.Rev_N_sig_caps))
65 void flexcop_device_name(struct flexcop_device *fc, argument
69 prefix, flexcop_device_names[fc->dev_type],
70 flexcop_bus_names[fc
74 flexcop_dump_reg(struct flexcop_device *fc, flexcop_ibi_register reg, int num) argument
[all...]
H A Dflexcop-reg.h163 flexcop_ibi_value v = fc->read_ibi_reg(fc,reg); \
165 fc->write_ibi_reg(fc,reg,v); \
H A Dflexcop-sram.c9 static void flexcop_sram_set_chip(struct flexcop_device *fc, argument
15 int flexcop_sram_init(struct flexcop_device *fc) argument
17 switch (fc->rev) {
20 flexcop_sram_set_chip(fc, FC_SRAM_1_32KB);
23 flexcop_sram_set_chip(fc, FC_SRAM_1_48KB);
31 int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest, argument
35 v = fc->read_ibi_reg(fc, sram_dest_reg_714);
37 if (fc->rev != FLEXCOP_III && target == FC_SRAM_DEST_TARGET_FC3_CA) {
52 fc
59 flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s) argument
65 flexcop_sram_ctrl(struct flexcop_device *fc, int usb_wan, int sramdma, int maximumfill) argument
[all...]
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dhw.c629 void alx_cfg_mac_flowcontrol(struct alx_hw *hw, u8 fc) argument
631 if (fc & ALX_FC_RX)
636 if (fc & ALX_FC_TX)
H A Dhw.h558 void alx_cfg_mac_flowcontrol(struct alx_hw *hw, u8 fc);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h100 struct bfa_port_fc_stats fc; member in union:bfa_port_stats_u
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dmv88e1xxx.c242 int *speed, int *duplex, int *fc)
269 if (fc)
270 *fc = pause;
241 mv88e1xxx_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
H A Dmy3126.c111 int *link_ok, int *speed, int *duplex, int *fc)
147 if (fc)
148 *fc = PAUSE_RX | PAUSE_TX;
110 my3126_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Daq100x.c208 int *speed, int *duplex, int *fc)
207 aq100x_get_link_status(struct cphy *phy, int *link_ok, int *speed, int *duplex, int *fc) argument
H A Dvsc8211.c131 int *speed, int *duplex, int *fc)
177 if (fc && dplx == DUPLEX_FULL) {
201 if (fc)
202 *fc = pause;
207 int *speed, int *duplex, int *fc)
254 if (fc && dplx == DUPLEX_FULL) {
269 if (fc)
270 *fc = pause;
130 vsc8211_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
206 vsc8211_get_link_status_fiber(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c37 #include <scsi/fc/fc_fs.h>
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.h7 #include <scsi/fc/fc_fs.h>
8 #include <scsi/fc/fc_fcoe.h>
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dqt202x_phy.c392 efx->link_state.fc = efx->wanted_fc;
H A Dtenxpress.c359 efx->link_state.fc = ef4_mdio_get_pause(efx);
H A Dtxc43128_phy.c497 efx->link_state.fc = efx->wanted_fc;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon.c40 __le16 fc; local
42 fc = hdr->frame_control;
47 strip_mic = is_valid_tkip && ieee80211_is_data(fc) &&
48 ieee80211_has_protected(fc) &&
62 mic_error = is_valid_tkip && !ieee80211_is_ctl(fc) &&
63 !ieee80211_has_morefrags(fc) &&
128 __le16 fc; local
133 fc = hdr->frame_control;
134 padpos = ieee80211_hdrlen(fc);
153 ieee80211_has_protected(fc)) {
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.h119 enum rtl_desc_qsel rtl92c_map_hwqueue_to_fwqueue(u16 fc,

Completed in 290 milliseconds

1234567891011>>