tag | line | file | source code |
---|---|---|---|
quot | 68 | include/linux/types.h | typedef struct { int quot,rem; } div_t; |
quot | 69 | include/linux/types.h | typedef struct { long quot,rem; } ldiv_t; |
quot | 325 | kernel/chr_drv/serial.c | unsigned short port,quot; |
quot | 339 | kernel/chr_drv/serial.c | quot = quotient[cflag & CBAUD]; |
quot | 340 | kernel/chr_drv/serial.c | if (!quot) |
quot | 353 | kernel/chr_drv/serial.c | outb_p(quot & 0xff,port); /* LS of divisor */ |
quot | 354 | kernel/chr_drv/serial.c | outb_p(quot >> 8,port+1); /* MS of divisor */ |