Home
last modified time | relevance | path

Searched refs:b1_rd_reg (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/isdn/avmb1/
Davmcard.h294 static inline unsigned int b1_rd_reg(unsigned int base, in b1_rd_reg() function
332 return (b1_rd_reg(base, B1_STAT0(cardtype)) & 0x01) != 0; in b1_get_test_bit()
Db1.c98 if ((b1_rd_reg(base, B1_STAT1(cardtype)) & 0x0f) != 0x01) in b1_detect()