Home
last modified time | relevance | path

Searched refs:HSCX_STAR (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/isdn/hisax/
Dhscx.h30 #define HSCX_STAR 0x21 macro
Dhscx_irq.c21 while ((READHSCX(cs, hscx, HSCX_STAR) & 0x04) && to) { in waitforCEC()
35 while (((READHSCX(cs, hscx, HSCX_STAR) & 0x44) != 0x40) && to) { in waitforXFW()
Dhscx.c234 val = cs->BC_Read_Reg(cs, 1, HSCX_STAR); in clear_pending_hscx_ints()
236 val = cs->BC_Read_Reg(cs, 0, HSCX_STAR); in clear_pending_hscx_ints()
Ddiva.c371 while ((MemReadHSCX(cs, hscx, HSCX_STAR) & 0x04) && to) { in MemwaitforCEC()
385 while (((MemReadHSCX(cs, hscx, HSCX_STAR) & 0x44) != 0x40) && to) { in MemwaitforXFW()