Searched refs:AVMB1_PORTLEN (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/isdn/hardware/avm/ |
D | b1pci.c | 83 if (!request_region(card->port, AVMB1_PORTLEN, card->name)) { in b1pci_probe() 85 card->port, card->port + AVMB1_PORTLEN); in b1pci_probe() 139 release_region(card->port, AVMB1_PORTLEN); in b1pci_probe() 157 release_region(card->port, AVMB1_PORTLEN); in b1pci_remove() 210 if (!request_region(card->port, AVMB1_PORTLEN, card->name)) { in b1pciv4_probe() 212 card->port, card->port + AVMB1_PORTLEN); in b1pciv4_probe() 275 release_region(card->port, AVMB1_PORTLEN); in b1pciv4_probe() 295 release_region(card->port, AVMB1_PORTLEN); in b1pciv4_remove()
|
D | b1isa.c | 55 release_region(card->port, AVMB1_PORTLEN); in b1isa_remove() 94 if (!request_region(card->port, AVMB1_PORTLEN, card->name)) { in b1isa_probe() 96 card->port, card->port + AVMB1_PORTLEN); in b1isa_probe() 142 release_region(card->port, AVMB1_PORTLEN); in b1isa_probe()
|
D | t1pci.c | 76 if (!request_region(card->port, AVMB1_PORTLEN, card->name)) { in t1pci_add_card() 78 card->port, card->port + AVMB1_PORTLEN); in t1pci_add_card() 144 release_region(card->port, AVMB1_PORTLEN); in t1pci_add_card() 165 release_region(card->port, AVMB1_PORTLEN); in t1pci_remove()
|
D | t1isa.c | 363 release_region(card->port, AVMB1_PORTLEN); in t1isa_remove() 402 if (!request_region(card->port, AVMB1_PORTLEN, card->name)) { in t1isa_probe() 404 card->port, card->port + AVMB1_PORTLEN); in t1isa_probe() 451 release_region(card->port, AVMB1_PORTLEN); in t1isa_probe()
|
D | c4.c | 938 release_region(card->port, AVMB1_PORTLEN); in c4_remove() 1159 if (!request_region(card->port, AVMB1_PORTLEN, card->name)) { in c4_add_card() 1161 card->port, card->port + AVMB1_PORTLEN); in c4_add_card() 1228 release_region(card->port, AVMB1_PORTLEN); in c4_add_card()
|
D | avmcard.h | 17 #define AVMB1_PORTLEN 0x1f macro
|