Searched refs:id32 (Results 1 – 8 of 8) sorted by relevance
17 unsigned id32:1; member
200 runtime->sync.id32[0] = substream->pcm->card->number; in snd_p16v_pcm_open_playback_channel()201 runtime->sync.id32[1] = 'P'; in snd_p16v_pcm_open_playback_channel()202 runtime->sync.id32[2] = 16; in snd_p16v_pcm_open_playback_channel()203 runtime->sync.id32[3] = 'V'; in snd_p16v_pcm_open_playback_channel()
1435 u32 id32; in ksz9477_switch_detect() local1449 ret = ksz_read32(dev, REG_CHIP_ID0__1, &id32); in ksz9477_switch_detect()1463 id_hi = (u8)(id32 >> 16); in ksz9477_switch_detect()1464 id_lo = (u8)(id32 >> 8); in ksz9477_switch_detect()1484 id32 = (id_hi << 16) | (id_lo << 8); in ksz9477_switch_detect()1486 dev->chip_id = id32; in ksz9477_switch_detect()
530 unsigned int id32 = call->user_call_ID; in rxrpc_recvmsg() local533 sizeof(unsigned int), &id32); in rxrpc_recvmsg()
2368 u32 id32; in b53_switch_detect() local2401 ret = b53_read32(dev, B53_MGMT_PAGE, B53_DEVICE_ID, &id32); in b53_switch_detect()2405 switch (id32) { in b53_switch_detect()2414 dev->chip_id = id32; in b53_switch_detect()2418 id8, id32); in b53_switch_detect()
491 runtime->sync.id32[0] = substream->pcm->card->number; in snd_pcm_set_sync()492 runtime->sync.id32[1] = -1; in snd_pcm_set_sync()493 runtime->sync.id32[2] = -1; in snd_pcm_set_sync()494 runtime->sync.id32[3] = -1; in snd_pcm_set_sync()
327 unsigned int id32[4]; member