Searched refs:rng (Results 1 - 25 of 33) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dffb_drv.c158 struct linux_prom64_ranges *rng = &ranges[i]; local
161 if (phys_addr >= rng->ot_child_base &&
162 phys_addr < (rng->ot_child_base + rng->or_size)) {
163 regs->phys_addr -= rng->ot_child_base;
164 regs->phys_addr += rng->ot_parent_base;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dserial.h21 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:async_icount
168 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
H A Dsynclink.h200 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
H A Dcyclades.h572 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:cyclades_icount
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dserial.h21 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:async_icount
168 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
H A Dsynclink.h200 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
H A Dcyclades.h569 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:cyclades_icount
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dffb_drv.c267 struct linux_prom64_ranges *rng = &ranges[i]; local
270 if (phys_addr >= rng->ot_child_base &&
271 phys_addr < (rng->ot_child_base + rng->or_size)) {
272 regs->phys_addr -= rng->ot_child_base;
273 regs->phys_addr += rng->ot_parent_base;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dcreatorfb.c775 struct linux_prom64_ranges *rng = &ranges[i]; local
778 if (phys_addr >= rng->ot_child_base &&
779 phys_addr < (rng->ot_child_base + rng->or_size)) {
780 regs->phys_addr -= rng->ot_child_base;
781 regs->phys_addr += rng->ot_parent_base;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dserial_amba.c154 __u32 rng; member in struct:amba_icount
1282 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1285 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1307 icount.rng = cnow.rng;
H A Damiserial.c1409 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1412 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1434 icount.rng = cnow.rng;
2182 state->icount.rng = state->icount.dcd = 0;
H A Dmxser.c1133 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1136 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1161 if(put_user(cnow.rng, &p_cuser->rng))
1531 info->icount.rng++;
H A Desp.c625 info->icount.rng++;
1919 if (cnow.rng == cprev.rng &&
1925 (cnow.rng != cprev.rng)) ||
1951 put_user(cnow.rng, &p_cuser->rng) ||
H A Dip2main.c2435 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
2440 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
2478 PUT_USER(rc,cnow.rng, &p_cuser->rng);
H A Dcyclades.c863 if (mdm_change & CyRI) info->icount.rng++;
1258 info->icount.rng++;
3772 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
3776 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
3801 ret_val = put_user(cnow.rng, &p_cuser->rng);
5052 info->icount.rng = info->icount.dcd = 0;
5111 info->icount.rng
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8260_io/
H A Duart.c474 icount->rng++;
1458 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1461 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1489 error = put_user(cnow.rng, &p_cuser->rng);
2376 state->icount.rng = state->icount.dcd = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8xx_io/
H A Duart.c547 icount->rng++;
1522 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1525 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1553 error = put_user(cnow.rng, &p_cuser->rng);
2623 state->icount.rng = state->icount.dcd = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsu.c536 icount->rng++;
1629 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1632 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1655 put_user(cnow.rng, &p_cuser->rng) ||
2543 info->icount.rng = info->icount.dcd = 0;
H A Dsab82532.c1492 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1495 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1518 put_user(cnow.rng, &p_cuser->rng) ||
2318 info->icount.rng = info->icount.dcd = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dserial.c509 icount->rng++;
1771 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1774 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1796 icount.rng = cnow.rng;
2651 state->icount.rng = state->icount.dcd = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dio_edgeport.c1900 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1903 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1918 icount.rng = cnow.rng;
2245 icount->rng++;
H A Dio_ti.c1579 icount->rng++;
2525 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
2528 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253xtty.c1759 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1764 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1799 error = put_user(cnow.rng, &p_cuser->rng);
2591 p_port->icount.rng = p_port->icount.dcd = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/baget/
H A Dvacserial.c1535 if (cnow.rng == cprev.rng &&
1541 (cnow.rng != cprev.rng)) ||
1569 error = put_user(cnow.rng, &p_cuser->rng);
2403 state->icount.rng = state->icount.dcd = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/pcmcia/
H A Dsynclink_cs.c1354 info->icount.rng++;
2315 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
2322 if ((arg & TIOCM_RNG && cnow.rng != cprev.rng) ||
2536 PUT_USER(error,cnow.rng, &p_cuser->rng);

Completed in 256 milliseconds

12