Home
last modified time | relevance | path

Searched refs:tsr0 (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/vt6656/
H A Dusbpipe.h22 u8 tsr0; member
H A Dusbpipe.c187 if (int_data->tsr0 & TSR_VALID) in vnt_int_process_data()
188 vnt_int_report_rate(priv, int_data->pkt0, int_data->tsr0); in vnt_int_process_data()
/kernel/linux/linux-6.6/drivers/staging/vt6656/
H A Dusbpipe.h20 u8 tsr0; member
H A Dusbpipe.c185 if (int_data->tsr0 & TSR_VALID) in vnt_int_process_data()
186 vnt_int_report_rate(priv, int_data->pkt0, int_data->tsr0); in vnt_int_process_data()
/kernel/linux/linux-5.10/drivers/atm/
H A Dhe.c2124 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; in he_open() local
2178 tsr0 = he_readl_tsr0(he_dev, cid); in he_open()
2181 if (TSR0_CONN_STATE(tsr0) != 0) { in he_open()
2182 hprintk("cid 0x%x not idle (tsr0 = 0x%x)\n", cid, tsr0); in he_open()
2191 tsr0 = TSR0_UBR | TSR0_GROUP(0) | tsr0_aal | in he_open()
2236 tsr0 = TSR0_CBR | TSR0_GROUP(0) | tsr0_aal | in he_open()
2247 he_writel_tsr0(he_dev, tsr0, cid); in he_open()
2383 volatile unsigned tsr4, tsr0; in he_close() local
2459 while (TSR0_CONN_STATE(tsr0 in he_close()
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Dhe.c2121 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; in he_open() local
2175 tsr0 = he_readl_tsr0(he_dev, cid); in he_open()
2178 if (TSR0_CONN_STATE(tsr0) != 0) { in he_open()
2179 hprintk("cid 0x%x not idle (tsr0 = 0x%x)\n", cid, tsr0); in he_open()
2188 tsr0 = TSR0_UBR | TSR0_GROUP(0) | tsr0_aal | in he_open()
2233 tsr0 = TSR0_CBR | TSR0_GROUP(0) | tsr0_aal | in he_open()
2244 he_writel_tsr0(he_dev, tsr0, cid); in he_open()
2380 volatile unsigned tsr4, tsr0; in he_close() local
2456 while (TSR0_CONN_STATE(tsr0 in he_close()
[all...]
/kernel/linux/linux-5.10/drivers/staging/vt6655/
H A Ddesc.h196 volatile u8 tsr0; member
H A Ddevice_main.c839 struct vnt_td_info *context, u8 tsr0, u8 tsr1) in vnt_int_report_rate()
845 u8 tx_retry = (tsr0 & TSR0_NCR); in vnt_int_report_rate()
911 byTsr0 = desc->td0.tsr0; in device_tx_srv()
919 pr_debug(" Tx[%d] OK but has error. tsr1[%02X] tsr0[%02X]\n", in device_tx_srv()
924 pr_debug(" Tx[%d] dropped & tsr1[%02X] tsr0[%02X]\n", in device_tx_srv()
931 pr_debug(" Tx[%d] fail has error. tsr1[%02X] tsr0[%02X]\n", in device_tx_srv()
838 vnt_int_report_rate(struct vnt_private *priv, struct vnt_td_info *context, u8 tsr0, u8 tsr1) vnt_int_report_rate() argument
/kernel/linux/linux-6.6/drivers/staging/vt6655/
H A Ddesc.h194 volatile u8 tsr0; member
H A Ddevice_main.c906 struct vnt_td_info *context, u8 tsr0, u8 tsr1) in vnt_int_report_rate()
912 u8 tx_retry = (tsr0 & TSR0_NCR); in vnt_int_report_rate()
978 byTsr0 = desc->td0.tsr0; in device_tx_srv()
986 pr_debug(" Tx[%d] OK but has error. tsr1[%02X] tsr0[%02X]\n", in device_tx_srv()
991 pr_debug(" Tx[%d] dropped & tsr1[%02X] tsr0[%02X]\n", in device_tx_srv()
998 pr_debug(" Tx[%d] fail has error. tsr1[%02X] tsr0[%02X]\n", in device_tx_srv()
905 vnt_int_report_rate(struct vnt_private *priv, struct vnt_td_info *context, u8 tsr0, u8 tsr1) vnt_int_report_rate() argument
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsysfs.c659 SYSFS_SPRSETUP(tsr0, SPRN_PA6T_TSR0);
732 __ATTR(tsr0, 0600, show_tsr0, store_tsr0),
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsysfs.c664 SYSFS_SPRSETUP(tsr0, SPRN_PA6T_TSR0);
737 __ATTR(tsr0, 0600, show_tsr0, store_tsr0),

Completed in 15 milliseconds