HomeSort by: relevance | last modified time | path
    Searched defs:nibble (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/kern/
kgdb_stub.c 225 int nibble; local in function:hex2i
227 while ((nibble = digit2i(*src)) >= 0) {
229 r += nibble;
  /src/sys/dev/pckbport/
alps.c 351 * Write nibble (4-bit) data
354 pms_alps_cm_write_nibble(pckbport_tag_t tag, pckbport_slot_t slot, uint8_t nibble)
362 sendparam = alps_v7_nibble_command_data_arr[nibble].sendparam;
363 receive= alps_v7_nibble_command_data_arr[nibble].receive;
364 cmd[0] = alps_v7_nibble_command_data_arr[nibble].command;
367 aprint_error("send nibble error: %d\n", res);
370 cmd[1] = alps_v7_nibble_command_data_arr[nibble].data;
372 aprint_error("send nibble error: %d\n", res);
376 aprint_error("send nibble error: %d\n", res);
390 uint8_t nibble; local in function:pms_alps_set_address
461 uint8_t nibble; local in function:pms_alps_cm_write_1
655 uint8_t nibble; local in function:pms_alps_init_v7
    [all...]
  /src/sys/arch/sgimips/hpc/
pi1ppc.c 570 * centronics mode and nibble mode. Modes determine both hardware AND software
593 /* Set nibble mode (virtual) */
1163 /* Read bytes in nibble mode */
1168 uint8_t nibble[2]; local in function:pi1ppc_nibble_read
1197 /* Nibble-mode handshake transfer */
1206 /* Event 8 - peripheral writes the first nibble */
1213 /* read nibble */
1214 nibble[i] = pi1ppc_r_str(pi1ppc);
1216 /* Event 10 - ack, nibble received */
1232 *(pi1ppc->sc_inbstart) = ((nibble2char(nibble[1]) << 4) & 0xf0)
    [all...]
  /src/sys/dev/ic/
atppc.c 902 * centronics mode and nibble mode. Modes determine both hardware AND software
961 /* Set nibble mode: uses chipset standard mode */
1002 /* Set nibble mode (virtual) */
1610 /* Read bytes in nibble mode */
1615 u_int8_t nibble[2]; local in function:atppc_nibble_read
1638 /* Nibble-mode handshake transfer */
1647 /* Event 8 - peripheral writes the first nibble */
1654 /* read nibble */
1655 nibble[i] = atppc_r_str(atppc);
1657 /* Event 10 - ack, nibble received *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_dp.c 409 uint8_t nibble; local in function:get_nibble_at_index
410 nibble = buf[index / 2];
413 nibble >>= 4;
415 nibble &= 0x0F;
417 return nibble;

Completed in 22 milliseconds