Searched refs:read_status (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spi4000.c398 int read_status; local
450 read_status = __cvmx_spi4000_mdio_read(interface, port, 0x11);
451 if ((read_status & (1<<10)) == 0)
452 read_status = 0; /* If the link is down, force zero */
454 read_status &= 0xe400; /* Strip off all the don't care bits */
455 if (read_status != phy_status[port])
457 phy_status[port] = read_status;
458 if (read_status & (1<<10))
461 if (read_status & (1<<15))
473 if (read_status
[all...]
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdc.c81 #define read_status(k) (bus_space_read_1((k)->iot, (k)->ioh1, 0)) macro
318 * Measure time it takes to make read_status() call and adjust
323 read_status(sc);
408 || (read_status(kbdcp(p)) & KBDS_ANY_BUFFER_FULL));
458 while ((f = read_status(kbdc)) & KBDS_INPUT_BUFFER_FULL) {
486 while ((f = read_status(kbdc) & KBDS_ANY_BUFFER_FULL) == 0) {
505 while ((f = read_status(kbdc) & KBDS_BUFFER_FULL)
534 if ((f = read_status(kbdc)) & KBDS_ANY_BUFFER_FULL) {
561 while ((f = read_status(kbdc) & KBDS_BUFFER_FULL)
590 if ((f = read_status(kbd
[all...]
/freebsd-11-stable/sys/dev/sound/macio/
H A Ddavbus.c67 u_int (*read_status)(struct davbus_softc *, u_int); member in struct:davbus_softc
144 d->read_status = burgundy_read_status;
340 d->read_status = screamer_read_status;
589 if (d->read_status && d->set_outputs) {
591 mask = (*d->read_status)(d, status);
/freebsd-11-stable/contrib/serf/
H A Doutgoing.c740 apr_status_t read_status; local
800 read_status = setup_request(request);
801 if (read_status) {
803 return read_status;
818 read_status = serf_bucket_read_iovec(ostreamh,
825 if (APR_STATUS_IS_EAGAIN(read_status)) {
829 else if (read_status == SERF_ERROR_WAIT_CONN) {
844 else if (read_status && !APR_STATUS_IS_EOF(read_status)) {
846 return read_status;
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.h342 read_status_t read_status; member in struct:elink_phy
H A Dbxe_elink.c7373 ext_phy_link_up = params->phy[ELINK_EXT_PHY1].read_status(
7391 if (params->phy[phy_index].read_status) {
7393 params->phy[phy_index].read_status(
7734 if (!phy->read_status)
7737 cur_link_up = phy->read_status(phy, params,
7791 if (params->phy[ELINK_INT_PHY].read_status)
7792 params->phy[ELINK_INT_PHY].read_status(
12122 ELINK_DEBUG_P1(sc, "54618SE read_status: 0x%x\n", legacy_status);
12440 .read_status = (read_status_t)NULL,
12475 .read_status
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c87 static void read_status (struct recvbuf *, int);
120 { CTL_OP_READSTAT, NOAUTH, read_status },
3226 * read_status - return either a list of associd's, or a particular
3231 read_status( function
3244 printf("read_status: ID %d\n", res_associd);

Completed in 315 milliseconds