Searched defs:tpc (Results 1 - 12 of 12) sorted by relevance

/drivers/memstick/core/
H A Dmemstick.c265 * @tpc - memstick Transport Protocol Command
268 void memstick_init_req_sg(struct memstick_request *mrq, unsigned char tpc, argument
271 mrq->tpc = tpc;
272 if (tpc & 8)
280 if (tpc == MS_TPC_SET_CMD || tpc == MS_TPC_EX_SET_CMD)
290 * @tpc - memstick Transport Protocol Command
298 void memstick_init_req(struct memstick_request *mrq, unsigned char tpc, argument
301 mrq->tpc
[all...]
/drivers/acpi/
H A Dprocessor_throttling.c291 unsigned long long tpc = 0; local
299 status = acpi_evaluate_integer(pr->handle, "_TPC", NULL, &tpc);
308 pr->throttling_platform_limit = (int)tpc;
/drivers/gpu/drm/nouveau/
H A Dnvc0_graph.c374 int i, gpc, tpc; local
393 tpc = priv->tp_nr[gpc] - tpnr[gpc]--;
395 data[i / 8] |= tpc << ((i % 8) * 4);
/drivers/memstick/host/
H A Dr592.c50 const char *memstick_debug_get_tpc_name(int tpc) argument
52 return tpc_names[tpc-1];
417 bool is_write = dev->req->tpc >= MS_TPC_SET_RW_REG_ADRS;
457 bool is_write = dev->req->tpc >= MS_TPC_SET_RW_REG_ADRS;
462 message("BUG: tpc execution without request!");
483 memstick_debug_get_tpc_name(dev->req->tpc), len);
508 (dev->req->tpc << R592_TPC_EXEC_TPC_SHIFT) |
/drivers/net/wireless/ath/carl9170/
H A Dtx.c669 unsigned int *phyrate, unsigned int *tpc, unsigned int *chains)
676 *tpc = 0;
682 *tpc += 2;
696 *tpc += txpower[idx & 7];
709 *tpc += txpower[(rate->hw_value & 0x30) >> 4];
723 *tpc = min_t(unsigned int, *tpc, ar->hw->conf.power_level * 2);
667 carl9170_tx_rate_tpc_chains(struct ar9170 *ar, struct ieee80211_tx_info *info, struct ieee80211_tx_rate *txrate, unsigned int *phyrate, unsigned int *tpc, unsigned int *chains) argument
/drivers/net/ethernet/ibm/emac/
H A Demac.h102 u32 tpc; /* Reset, T */ member in struct:emac_regs::__anon2224::__anon2226
/drivers/staging/rts5139/
H A Dms.c59 static int ms_transfer_tpc(struct rts51x_chip *chip, u8 trans_mode, u8 tpc, argument
65 RTS51X_DEBUGP("ms_transfer_tpc: tpc = 0x%x\n", tpc);
69 rts51x_add_cmd(chip, WRITE_REG_CMD, MS_TPC, 0xFF, tpc);
93 if (!(tpc & 0x08)) { /* Read Packet */
118 int ms_transfer_data(struct rts51x_chip *chip, u8 trans_mode, u8 tpc, argument
147 rts51x_add_cmd(chip, WRITE_REG_CMD, MS_TPC, 0xFF, tpc);
197 int ms_write_bytes(struct rts51x_chip *chip, u8 tpc, u8 cnt, u8 cfg, u8 *data, argument
216 rts51x_add_cmd(chip, WRITE_REG_CMD, MS_TPC, 0xFF, tpc);
240 if (!(tpc
269 ms_read_bytes(struct rts51x_chip *chip, u8 tpc, u8 cnt, u8 cfg, u8 *data, int data_len) argument
[all...]
/drivers/staging/rts_pstor/
H A Dms.c53 static int ms_transfer_tpc(struct rtsx_chip *chip, u8 trans_mode, u8 tpc, u8 cnt, u8 cfg) argument
59 RTSX_DEBUGP("ms_transfer_tpc: tpc = 0x%x\n", tpc);
63 rtsx_add_cmd(chip, WRITE_REG_CMD, MS_TPC, 0xFF, tpc);
82 if (!(tpc & 0x08)) { /* Read Packet */
105 static int ms_transfer_data(struct rtsx_chip *chip, u8 trans_mode, u8 tpc, u16 sec_cnt, argument
128 rtsx_add_cmd(chip, WRITE_REG_CMD, MS_TPC, 0xFF, tpc);
171 u8 tpc, u8 cnt, u8 cfg, u8 *data, int data_len)
190 rtsx_add_cmd(chip, WRITE_REG_CMD, MS_TPC, 0xFF, tpc);
209 if (!(tpc
170 ms_write_bytes(struct rtsx_chip *chip, u8 tpc, u8 cnt, u8 cfg, u8 *data, int data_len) argument
235 ms_read_bytes(struct rtsx_chip *chip, u8 tpc, u8 cnt, u8 cfg, u8 *data, int data_len) argument
[all...]
/drivers/hwmon/
H A Ddme1737.c341 static inline int FAN_FROM_REG(int reg, int tpc) argument
343 if (tpc)
344 return tpc * reg;
349 static inline int FAN_TO_REG(int val, int tpc) argument
351 if (tpc) {
352 return SENSORS_LIMIT(val / tpc, 0, 0xffff);
362 * is configured in legacy (non-tpc) mode
/drivers/net/wireless/iwlegacy/
H A Dcommands.h235 struct il3945_tx_power tpc; member in struct:il3945_power_per_rate
2385 struct il3945_tx_power tpc; member in struct:il3945_scan_channel
H A Dcommon.h465 struct il3945_tx_power tpc; /* actual radio and DSP gain settings */ member in struct:il3945_channel_power_info
474 struct il3945_tx_power tpc; /* actual radio and DSP gain settings */ member in struct:il3945_scan_power_info
/drivers/net/wireless/bcmdhd/include/proto/
H A D802.11.h1569 dot11_tpc_rep_t tpc; member in struct:dot11_lmrep

Completed in 6773 milliseconds