taglinefilesource code
quot68include/linux/types.htypedef struct { int quot,rem; } div_t;
quot69include/linux/types.htypedef struct { long quot,rem; } ldiv_t;
quot325kernel/chr_drv/serial.cunsigned short port,quot;
quot339kernel/chr_drv/serial.cquot = quotient[cflag & CBAUD];
quot340kernel/chr_drv/serial.cif (!quot)
quot353kernel/chr_drv/serial.coutb_p(quot & 0xff,port);  /* LS of divisor */
quot354kernel/chr_drv/serial.coutb_p(quot >> 8,port+1);  /* MS of divisor */