Home
last modified time | relevance | path

Searched refs:msp (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/marvell/
Dmv643xx_eth.c2636 mv643xx_eth_conf_mbus_windows(struct mv643xx_eth_shared_private *msp, in mv643xx_eth_conf_mbus_windows() argument
2639 void __iomem *base = msp->base; in mv643xx_eth_conf_mbus_windows()
2667 msp->win_protect = win_protect; in mv643xx_eth_conf_mbus_windows()
2670 static void infer_hw_params(struct mv643xx_eth_shared_private *msp) in infer_hw_params() argument
2677 writel(0x02000000, msp->base + 0x0400 + SDMA_CONFIG); in infer_hw_params()
2678 if (readl(msp->base + 0x0400 + SDMA_CONFIG) & 0x02000000) in infer_hw_params()
2679 msp->extended_rx_coal_limit = 1; in infer_hw_params()
2681 msp->extended_rx_coal_limit = 0; in infer_hw_params()
2688 writel(1, msp->base + 0x0400 + TX_BW_MTU_MOVED); in infer_hw_params()
2689 if (readl(msp->base + 0x0400 + TX_BW_MTU_MOVED) & 1) { in infer_hw_params()
[all …]
/drivers/pci/hotplug/
Dshpchp_ctrl.c209 enum pci_bus_speed msp) in fix_bus_speed() argument
226 if (asp < msp) { in fix_bus_speed()
230 if (bsp != msp) in fix_bus_speed()
231 rc = change_bus_speed(ctrl, pslot, msp); in fix_bus_speed()
248 enum pci_bus_speed asp, bsp, msp; in board_added() local
287 msp = ctrl->pci_dev->subordinate->max_bus_speed; in board_added()
295 bsp, msp); in board_added()
297 rc = fix_bus_speed(ctrl, p_slot, slots_not_empty, asp, bsp, msp); in board_added()
/drivers/staging/lustre/lustre/llite/
Ddir.c637 struct mgs_send_param *msp; in ll_send_mgc_param() local
640 msp = kzalloc(sizeof(*msp), GFP_NOFS); in ll_send_mgc_param()
641 if (!msp) in ll_send_mgc_param()
644 strlcpy(msp->mgs_param, string, sizeof(msp->mgs_param)); in ll_send_mgc_param()
646 sizeof(struct mgs_send_param), msp, NULL); in ll_send_mgc_param()
649 kfree(msp); in ll_send_mgc_param()
/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c826 struct mgs_send_param *msp) in mgc_set_mgs_param() argument
844 memcpy(req_msp, msp, sizeof(*req_msp)); in mgc_set_mgs_param()
852 memcpy(msp, rep_msp, sizeof(*rep_msp)); in mgc_set_mgs_param()
978 struct mgs_send_param *msp; in mgc_set_info_async() local
980 msp = val; in mgc_set_info_async()
981 rc = mgc_set_mgs_param(exp, msp); in mgc_set_info_async()
/drivers/isdn/hisax/
Dhfc_sx.c119 unsigned short *msp; in write_fifo() local
157 msp = ((struct hfcsx_extra *)(cs->hw.hfcsx.extra))->marker; in write_fifo()
158 msp += (((fifo >> 1) & 3) * (MAX_B_FRAMES + 1)); in write_fifo()
171 *(msp + f1) = z1; /* remember marker */ in write_fifo()
177 count = *(msp + f2) - z1; in write_fifo()
/drivers/media/pci/bt8xx/
Dbttv-cards.c3075 int id,msp,gpio; in miro_pinnacle_gpio() local
3081 msp = bttv_I2CRead(btv, I2C_ADDR_MSP3400, "MSP34xx"); in miro_pinnacle_gpio()
3097 if (-1 != msp) { in miro_pinnacle_gpio()
3107 (-1 == msp) ? "no" : "yes"); in miro_pinnacle_gpio()
3147 if (-1 != msp) in miro_pinnacle_gpio()
/drivers/infiniband/hw/qib/
Dqib_iba7322.c1377 const struct qib_hwerror_msgs *msp) in err_decode() argument
1382 while (errs && msp && msp->mask) { in err_decode()
1383 multi = (msp->mask & (msp->mask - 1)); in err_decode()
1384 while (errs & msp->mask) { in err_decode()
1385 these = (errs & msp->mask); in err_decode()
1393 BUG_ON(!msp->sz); in err_decode()
1395 took = min_t(size_t, msp->sz - (size_t)1, len); in err_decode()
1396 memcpy(msg, msp->msg, took); in err_decode()
1407 while (lmask & msp->mask) { in err_decode()
1416 ++msp; in err_decode()
/drivers/media/pci/ngene/
Dngene.h849 u8 msp[4]; member