Searched refs:BCTL (Results 1 – 10 of 10) sorted by relevance
/drivers/net/tokenring/ |
D | olympic.c | 306 writel(readl(olympic_mmio+BCTL) | BCTL_SOFTRESET,olympic_mmio+BCTL); in olympic_init() 308 while((readl(olympic_mmio+BCTL)) & BCTL_SOFTRESET) { in olympic_init() 318 if(!(readl(olympic_mmio+BCTL) & BCTL_MODE_INDICATOR)) { in olympic_init() 323 printk("BCTL: %x\n",readl(olympic_mmio+BCTL)); in olympic_init() 331 writel(readl(olympic_mmio+BCTL)|BCTL_MIMREB,olympic_mmio+BCTL); in olympic_init() 358 if(!(readl(olympic_mmio+BCTL) & BCTL_MODE_INDICATOR)) { in olympic_init() 1115 writel(readl(olympic_mmio+BCTL)|(3<<13),olympic_mmio+BCTL); in olympic_close() 1117 writel(readl(olympic_mmio+BCTL)&~(3<<13),olympic_mmio+BCTL); in olympic_close() 1493 writel(readl(olympic_mmio+BCTL)|(3<<13),olympic_mmio+BCTL); in olympic_arb_cmd() 1495 writel(readl(olympic_mmio+BCTL)&~(3<<13),olympic_mmio+BCTL); in olympic_arb_cmd()
|
D | lanstreamer.c | 453 writew(readw(streamer_mmio + BCTL) | BCTL_SOFTRESET, streamer_mmio + BCTL); in streamer_reset() 458 writew(readw(streamer_mmio + BCTL) & ~BCTL_SOFTRESET, in streamer_reset() 459 streamer_mmio + BCTL); in streamer_reset() 462 printk("BCTL: %x\n", readw(streamer_mmio + BCTL)); in streamer_reset() 466 writew(readw(streamer_mmio + BCTL) | (BCTL_RX_FIFO_8 | BCTL_TX_FIFO_8), streamer_mmio + BCTL ); in streamer_reset()
|
D | lanstreamer.h | 73 #define BCTL 0x60 macro
|
D | olympic.h | 19 #define BCTL 0x70 macro
|
/drivers/scsi/aic7xxx/ |
D | aic7770.c | 257 ahc_outb(ahc, BCTL, ENABLE); in aic7770_config() 267 ahc_outb(ahc, BCTL, ENABLE); in aic7770_chip_init()
|
D | aic7xxx_reg.h_shipped | 588 #define BCTL 0x84
|
D | aic7xxx.reg | 736 register BCTL {
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 352 #define BCTL 0x84 macro
|
D | aic7xxx.reg | 581 register BCTL {
|
/drivers/scsi/ |
D | aic7xxx_old.c | 8261 aic_outb(p, ENABLE, BCTL); /* Enable the boards BUS drivers. */ in aic7xxx_register()
|