Searched refs:qsfp_write (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | platform.c | 225 ret = qsfp_write(ppd, ppd->dd->hfi1_id, QSFP_TX_CTRL_BYTE_OFFS, in set_qsfp_tx() 304 ret = qsfp_write(ppd, ppd->dd->hfi1_id, in set_qsfp_high_power() 312 ret = qsfp_write(ppd, ppd->dd->hfi1_id, in set_qsfp_high_power() 437 qsfp_write(ppd, ppd->dd->hfi1_id, QSFP_CDR_CTRL_BYTE_OFFS, in apply_cdr_settings() 451 qsfp_write(ppd, ppd->dd->hfi1_id, (256 * 3) + 241, &tx_eq, 1); in apply_tx_eq_auto() 494 qsfp_write(ppd, ppd->dd->hfi1_id, (256 * 3) + 234, &tx_eq, 1); in apply_tx_eq_prog() 495 qsfp_write(ppd, ppd->dd->hfi1_id, (256 * 3) + 235, &tx_eq, 1); in apply_tx_eq_prog() 538 qsfp_write(ppd, ppd->dd->hfi1_id, (256 * 3) + 236, &rx_eq, 1); in apply_rx_eq_emp() 539 qsfp_write(ppd, ppd->dd->hfi1_id, (256 * 3) + 237, &rx_eq, 1); in apply_rx_eq_emp() 627 qsfp_write(ppd, ppd->dd->hfi1_id, (256 * 3) + 238, &rx_amp, 1); in apply_rx_amplitude_settings() [all …]
|
D | qsfp.h | 236 int qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp,
|
D | qsfp.c | 397 int qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, in qsfp_write() function 463 ret = qsfp_write(ppd, target, addr, bp, len); in one_qsfp_write()
|
D | debugfs.c | 850 total_written = qsfp_write(ppd, target, *ppos, buff, count); in __qsfp_debugfs_write()
|