tag | line | file | source code |
outb_p | 94 | init/main.c | outb_p(0x80|addr,0x70); \ |
outb_p | 686 | kernel/blk_drv/floppy.c | outb_p(cur_rate = ((floppy->rate)) & ~0x40, FD_DCR); |
outb_p | 783 | kernel/blk_drv/floppy.c | outb_p(current_DOR & ~0x04,FD_DOR); |
outb_p | 1079 | kernel/blk_drv/floppy.c | outb_p((current_DOR & 0xfc) | drive | |
outb_p | 1083 | kernel/blk_drv/floppy.c | outb_p(current_DOR,FD_DOR); |
outb_p | 1104 | kernel/blk_drv/floppy.c | outb_p(0x80|addr,0x70); \ |
outb_p | 43 | kernel/blk_drv/hd.c | outb_p(0x80|addr,0x70); |
outb_p | 93 | kernel/blk_drv/hd.c | outb_p(0xc2, 0x43); |
outb_p | 146 | kernel/blk_drv/hd.c | outb_p(hd_info[drive].ctl,HD_CMD); |
outb_p | 148 | kernel/blk_drv/hd.c | outb_p(hd_info[drive].wpcom>>2,++port); |
outb_p | 149 | kernel/blk_drv/hd.c | outb_p(nsect,++port); |
outb_p | 150 | kernel/blk_drv/hd.c | outb_p(sect,++port); |
outb_p | 151 | kernel/blk_drv/hd.c | outb_p(cyl,++port); |
outb_p | 152 | kernel/blk_drv/hd.c | outb_p(cyl>>8,++port); |
outb_p | 153 | kernel/blk_drv/hd.c | outb_p(0xA0|(drive<<4)|head,++port); |
outb_p | 154 | kernel/blk_drv/hd.c | outb_p(cmd,++port); |
outb_p | 297 | kernel/blk_drv/scsi/ultrastor.c | outb_p(inb_p(0x21) & ~BIT(2), 0x21); |
outb_p | 346 | kernel/blk_drv/scsi/ultrastor.c | outb_p(BYTE(&mscp, 0), OGM_DATA_PTR(PORT_ADDRESS + 0)); |
outb_p | 347 | kernel/blk_drv/scsi/ultrastor.c | outb_p(BYTE(&mscp, 1), OGM_DATA_PTR(PORT_ADDRESS + 1)); |
outb_p | 348 | kernel/blk_drv/scsi/ultrastor.c | outb_p(BYTE(&mscp, 2), OGM_DATA_PTR(PORT_ADDRESS + 2)); |
outb_p | 349 | kernel/blk_drv/scsi/ultrastor.c | outb_p(BYTE(&mscp, 3), OGM_DATA_PTR(PORT_ADDRESS + 3)); |
outb_p | 352 | kernel/blk_drv/scsi/ultrastor.c | outb_p(0x1, LCL_DOORBELL_INTR(PORT_ADDRESS)); |
outb_p | 388 | kernel/blk_drv/scsi/ultrastor.c | outb_p(0x1, SYS_DOORBELL_INTR(PORT_ADDRESS)); |
outb_p | 424 | kernel/blk_drv/scsi/ultrastor.c | outb_p(0x20, LCL_DOORBELL_INTR(PORT_ADDRESS)); |
outb_p | 459 | kernel/blk_drv/scsi/ultrastor.c | outb_p(0x1, SYS_DOORBELL_INTR(PORT_ADDRESS)); |
outb_p | 301 | kernel/chr_drv/console.c | outb_p(12, video_port_reg); |
outb_p | 302 | kernel/chr_drv/console.c | outb_p(0xff&((origin-video_mem_base)>>9), video_port_val); |
outb_p | 303 | kernel/chr_drv/console.c | outb_p(13, video_port_reg); |
outb_p | 304 | kernel/chr_drv/console.c | outb_p(0xff&((origin-video_mem_base)>>1), video_port_val); |
outb_p | 584 | kernel/chr_drv/console.c | outb_p(14, video_port_reg); |
outb_p | 585 | kernel/chr_drv/console.c | outb_p(0xff&((scr_end-video_mem_base)>>9), video_port_val); |
outb_p | 586 | kernel/chr_drv/console.c | outb_p(15, video_port_reg); |
outb_p | 587 | kernel/chr_drv/console.c | outb_p(0xff&((scr_end-video_mem_base)>>1), video_port_val); |
outb_p | 596 | kernel/chr_drv/console.c | outb_p(14, video_port_reg); |
outb_p | 597 | kernel/chr_drv/console.c | outb_p(0xff&((pos-video_mem_base)>>9), video_port_val); |
outb_p | 598 | kernel/chr_drv/console.c | outb_p(15, video_port_reg); |
outb_p | 599 | kernel/chr_drv/console.c | outb_p(0xff&((pos-video_mem_base)>>1), video_port_val); |
outb_p | 1339 | kernel/chr_drv/console.c | outb_p(a|0x80,0x61); |
outb_p | 1340 | kernel/chr_drv/console.c | outb_p(a,0x61); |
outb_p | 1433 | kernel/chr_drv/console.c | outb_p(inb_p(0x61)|3, 0x61); |
outb_p | 1435 | kernel/chr_drv/console.c | outb_p(0xB6, 0x43); |
outb_p | 1437 | kernel/chr_drv/console.c | outb_p(0x37, 0x42); |
outb_p | 74 | kernel/chr_drv/keyboard.c | outb_p(x|0x80, 0x61); |
outb_p | 75 | kernel/chr_drv/keyboard.c | outb_p(x&0x7f, 0x61); |
outb_p | 48 | kernel/chr_drv/serial.c | outb_p(inb_p(port) | 0x40,port); |
outb_p | 50 | kernel/chr_drv/serial.c | outb_p(inb_p(port) & 0xbf,port); |
outb_p | 250 | kernel/chr_drv/serial.c | outb_p(0xa5, port+7); |
outb_p | 252 | kernel/chr_drv/serial.c | outb_p(0x5a, port+7); |
outb_p | 255 | kernel/chr_drv/serial.c | outb_p(scratch, port+7); |
outb_p | 256 | kernel/chr_drv/serial.c | outb_p(0x01, port+2); |
outb_p | 267 | kernel/chr_drv/serial.c | outb_p(0x00, port+2); |
outb_p | 271 | kernel/chr_drv/serial.c | outb_p(0xc7, port+2); |
outb_p | 276 | kernel/chr_drv/serial.c | outb_p(0x80,port+3); /* set DLAB of line control reg */ |
outb_p | 277 | kernel/chr_drv/serial.c | outb_p(0x30,port); /* LS of divisor (48 -> 2400 bps) */ |
outb_p | 278 | kernel/chr_drv/serial.c | outb_p(0x00,port+1); /* MS of divisor */ |
outb_p | 279 | kernel/chr_drv/serial.c | outb_p(0x03,port+3); /* reset DLAB */ |
outb_p | 280 | kernel/chr_drv/serial.c | outb_p(0x00,port+4); /* reset DTR,RTS, OUT_2 */ |
outb_p | 281 | kernel/chr_drv/serial.c | outb_p(0x00,port+1); /* disable all intrs */ |
outb_p | 306 | kernel/chr_drv/serial.c | outb_p(0x03,port+3); /* reset DLAB */ |
outb_p | 307 | kernel/chr_drv/serial.c | outb_p(0x0b,port+4); /* set DTR,RTS, OUT_2 */ |
outb_p | 308 | kernel/chr_drv/serial.c | outb_p(0x0f,port+1); /* enable all intrs */ |
outb_p | 352 | kernel/chr_drv/serial.c | outb_p(cval | 0x80,port+3); /* set DLAB */ |
outb_p | 353 | kernel/chr_drv/serial.c | outb_p(quot & 0xff,port); /* LS of divisor */ |
outb_p | 354 | kernel/chr_drv/serial.c | outb_p(quot >> 8,port+1); /* MS of divisor */ |
outb_p | 55 | kernel/chr_drv/vt.c | outb_p(inb_p(0x61)|3, 0x61); |
outb_p | 57 | kernel/chr_drv/vt.c | outb_p(0xB6, 0x43); |
outb_p | 59 | kernel/chr_drv/vt.c | outb_p(freq & 0xff, 0x42); |
outb_p | 530 | kernel/sched.c | outb_p(0x36,0x43); /* binary, mode 3, LSB/MSB, ch 0 */ |
outb_p | 531 | kernel/sched.c | outb_p(LATCH & 0xff , 0x40); /* LSB */ |