Searched refs:BCTL (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/net/tokenring/ |
D | olympic.c | 293 writel(readl(olympic_mmio+BCTL) | BCTL_SOFTRESET,olympic_mmio+BCTL); in olympic_init() 295 while((readl(olympic_mmio+BCTL)) & BCTL_SOFTRESET) { in olympic_init() 306 if(!(readl(olympic_mmio+BCTL) & BCTL_MODE_INDICATOR)) { in olympic_init() 311 printk("BCTL: %x\n",readl(olympic_mmio+BCTL)); in olympic_init() 319 writel(readl(olympic_mmio+BCTL)|BCTL_MIMREB,olympic_mmio+BCTL); in olympic_init() 346 if(!(readl(olympic_mmio+BCTL) & BCTL_MODE_INDICATOR)) { in olympic_init() 1114 writel(readl(olympic_mmio+BCTL)|(3<<13),olympic_mmio+BCTL); in olympic_close() 1116 writel(readl(olympic_mmio+BCTL)&~(3<<13),olympic_mmio+BCTL); in olympic_close() 1492 writel(readl(olympic_mmio+BCTL)|(3<<13),olympic_mmio+BCTL); in olympic_arb_cmd() 1494 writel(readl(olympic_mmio+BCTL)&~(3<<13),olympic_mmio+BCTL); in olympic_arb_cmd()
|
D | lanstreamer.c | 447 writew(readw(streamer_mmio + BCTL) | BCTL_SOFTRESET, streamer_mmio + BCTL); in streamer_reset() 453 writew(readw(streamer_mmio + BCTL) & ~BCTL_SOFTRESET, in streamer_reset() 454 streamer_mmio + BCTL); in streamer_reset() 457 printk("BCTL: %x\n", readw(streamer_mmio + BCTL)); in streamer_reset() 461 writew(readw(streamer_mmio + BCTL) | (BCTL_RX_FIFO_8 | BCTL_TX_FIFO_8), streamer_mmio + BCTL ); in streamer_reset() 1958 readw(streamer_mmio + BCTL), in streamer_ioctl()
|
D | olympic.h | 19 #define BCTL 0x70 macro
|
D | lanstreamer.h | 85 #define BCTL 0x60 macro
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7770.c | 266 ahc_outb(ahc, BCTL, ENABLE); in aic7770_config() 279 ahc_outb(ahc, BCTL, ENABLE); in aic7770_chip_init()
|
D | aic7xxx_reg.h | 1463 #define BCTL 0x84 macro
|
D | aic7xxx.reg | 681 register BCTL {
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 352 #define BCTL 0x84 macro
|
D | aic7xxx.reg | 581 register BCTL {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 8691 aic_outb(p, ENABLE, BCTL); /* Enable the boards BUS drivers. */ in aic7xxx_register()
|