Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/tokenring/
Dolympic.c308 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()
Dlanstreamer.c455 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()
Dlanstreamer.h73 #define BCTL 0x60 macro
Dolympic.h19 #define BCTL 0x70 macro
/linux-2.6.39/drivers/scsi/aic7xxx/
Daic7770.c257 ahc_outb(ahc, BCTL, ENABLE); in aic7770_config()
267 ahc_outb(ahc, BCTL, ENABLE); in aic7770_chip_init()
Daic7xxx_reg.h_shipped588 #define BCTL 0x84
Daic7xxx.reg736 register BCTL {
/linux-2.6.39/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h352 #define BCTL 0x84 macro
Daic7xxx.reg581 register BCTL {
/linux-2.6.39/drivers/staging/rts_pstor/
Drtsx_card.h863 #define BCTL 0xFE2D macro
/linux-2.6.39/drivers/scsi/
Daic7xxx_old.c8255 aic_outb(p, ENABLE, BCTL); /* Enable the boards BUS drivers. */ in aic7xxx_register()