Searched refs:changed (Results 1 - 5 of 5) sorted by relevance

/broadcom-cfe-1.4.2/cfe/usb/
H A Dusbhub.c665 uint16_t changed; local
700 changed = GETUSBFIELD(portstatus,wPortChange);
702 printf("BeforePowerup: port %d status %04X changed %04X\n",idx+1,current,changed);
722 changed = GETUSBFIELD(portstatus,wPortChange);
725 printf("USB: Explore: Bus %d Hub %d port %d status %04X changed %04X\n",
727 dev->ud_address,idx+1,current,changed);
732 // if (changed & USB_PORT_STATUS_RESET) {
736 if (changed & USB_PORT_STATUS_ENABLED) {
740 if (changed
[all...]
H A Dusbhid.c317 uint8_t changed; local
321 * See if anything changed.
324 changed = (uhid->uhid_imsg[UBR_KBD_MODS] ^ uhid->uhid_lastmsg[UBR_KBD_MODS]);
325 if (changed == 0) return;
328 * Something changed. Reflect changes in our local copy of the
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_l2cache.S325 # into t6 to indicate whether we actually changed the
337 # into t6 to indicate whether we actually changed the
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_aic6915.c1566 int changed; local
1577 changed = mii_poll(sc);
1578 if (changed) {
H A Ddev_bcm5700.c2877 int changed; local
2886 changed = mii_poll(sc);
2887 if (changed) {

Completed in 36 milliseconds