Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/tokenring/
Dolympic.c293 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()
Dlanstreamer.c447 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()
Dolympic.h19 #define BCTL 0x70 macro
Dlanstreamer.h85 #define BCTL 0x60 macro
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7770.c266 ahc_outb(ahc, BCTL, ENABLE); in aic7770_config()
279 ahc_outb(ahc, BCTL, ENABLE); in aic7770_chip_init()
Daic7xxx_reg.h1463 #define BCTL 0x84 macro
Daic7xxx.reg681 register BCTL {
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h352 #define BCTL 0x84 macro
Daic7xxx.reg581 register BCTL {
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c8691 aic_outb(p, ENABLE, BCTL); /* Enable the boards BUS drivers. */ in aic7xxx_register()