summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tdm/xivo_tdm.c10
-rw-r--r--tdm/xivo_tdm_api.h2
2 files changed, 6 insertions, 6 deletions
diff --git a/tdm/xivo_tdm.c b/tdm/xivo_tdm.c
index ef170b1..ed9c4a3 100644
--- a/tdm/xivo_tdm.c
+++ b/tdm/xivo_tdm.c
@@ -134,7 +134,7 @@ static struct xivo_tdm_callbacks_struct xivo_tdm_callbacks;
/* our local counters are coded on one byte: */
#define LOCAL_CPT_MASK (0xffu)
-static u8 __iomem *g_cs_n2;
+static u8 __iomem *g_leb_cs_debug;
struct local_cpt {
u8 tail;
@@ -462,12 +462,12 @@ EXPORT_SYMBOL(xivo_tdm_put_port);
int xivo_tdm_config_port(
struct xivo_tdm_port* xtp,
unsigned int port_config,
- u8 __iomem *cs_n2)
+ u8 __iomem *leb_cs_debug)
{
icp_status_t status;
icp_hssacc_port_config_params_t hss_port_config;
- g_cs_n2 = cs_n2;
+ g_leb_cs_debug = leb_cs_debug;
if (port_config >= ICP_HSSDRV_PORT_CONFIG_DELIMITER) {
printk(KERN_ERR "%s: invalid port config %u\n",
@@ -954,8 +954,8 @@ void xivo_tdm_trigger_handler(void)
DBG_TRACE("-- rx -- %lu\n", delta_tsc);
}
- if (g_cs_n2)
- writeb(0, g_cs_n2);
+ if (g_leb_cs_debug)
+ writeb(0, g_leb_cs_debug);
do {
const u32 rx_entry = vrxq_info->queue.content[ // volatile
diff --git a/tdm/xivo_tdm_api.h b/tdm/xivo_tdm_api.h
index 34e6ad1..7b57b4e 100644
--- a/tdm/xivo_tdm_api.h
+++ b/tdm/xivo_tdm_api.h
@@ -49,7 +49,7 @@ void xivo_tdm_put_port(struct xivo_tdm_port *);
int xivo_tdm_config_port(
struct xivo_tdm_port* xtp,
unsigned int port_config,
- u8 __iomem *cs_n2);
+ u8 __iomem *leb_cs_debug);
/* will be called back after port 0 has been configured */
void xivo_tdm_register_port0_configured(