Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/avm/
Davmcard.h214 #define B1_STAT0(cardtype) ((cardtype) == avm_m1 ? 0x81200000l : 0x80A00000l) macro
341 b1_wr_reg(base, B1_STAT0(cardtype), onoff ? 0x21 : 0x20); in b1_set_test_bit()
347 return (b1_rd_reg(base, B1_STAT0(cardtype)) & 0x01) != 0; in b1_get_test_bit()