Searched refs:BCTL (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/drivers/net/tokenring/ |
D | olympic.c | 308 writel(readl(olympic_mmio+BCTL) | BCTL_SOFTRESET,olympic_mmio+BCTL); in olympic_init() 310 while((readl(olympic_mmio+BCTL)) & BCTL_SOFTRESET) { in olympic_init() 320 if(!(readl(olympic_mmio+BCTL) & BCTL_MODE_INDICATOR)) { in olympic_init() 325 printk("BCTL: %x\n",readl(olympic_mmio+BCTL)); in olympic_init() 333 writel(readl(olympic_mmio+BCTL)|BCTL_MIMREB,olympic_mmio+BCTL); in olympic_init() 360 if(!(readl(olympic_mmio+BCTL) & BCTL_MODE_INDICATOR)) { in olympic_init() 1117 writel(readl(olympic_mmio+BCTL)|(3<<13),olympic_mmio+BCTL); in olympic_close() 1119 writel(readl(olympic_mmio+BCTL)&~(3<<13),olympic_mmio+BCTL); in olympic_close() 1487 writel(readl(olympic_mmio+BCTL)|(3<<13),olympic_mmio+BCTL); in olympic_arb_cmd() 1489 writel(readl(olympic_mmio+BCTL)&~(3<<13),olympic_mmio+BCTL); in olympic_arb_cmd()
|
D | lanstreamer.c | 455 writew(readw(streamer_mmio + BCTL) | BCTL_SOFTRESET, streamer_mmio + BCTL); in streamer_reset() 460 writew(readw(streamer_mmio + BCTL) & ~BCTL_SOFTRESET, in streamer_reset() 461 streamer_mmio + BCTL); in streamer_reset() 464 printk("BCTL: %x\n", readw(streamer_mmio + BCTL)); in streamer_reset() 468 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
|
/linux-2.6.39/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 {
|
/linux-2.6.39/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 352 #define BCTL 0x84 macro
|
D | aic7xxx.reg | 581 register BCTL {
|
/linux-2.6.39/drivers/staging/rts_pstor/ |
D | rtsx_card.h | 863 #define BCTL 0xFE2D macro
|
/linux-2.6.39/drivers/scsi/ |
D | aic7xxx_old.c | 8255 aic_outb(p, ENABLE, BCTL); /* Enable the boards BUS drivers. */ in aic7xxx_register()
|