Home
last modified time | relevance | path

Searched refs:id32 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dgio_device.h17 unsigned id32:1; member
/openbmc/linux/sound/pci/emu10k1/
H A Dp16v.c177 runtime->sync.id32[0] = substream->pcm->card->number; in snd_p16v_pcm_open_playback_channel()
178 runtime->sync.id32[1] = 'P'; in snd_p16v_pcm_open_playback_channel()
179 runtime->sync.id32[2] = 16; in snd_p16v_pcm_open_playback_channel()
180 runtime->sync.id32[3] = 'V'; in snd_p16v_pcm_open_playback_channel()
/openbmc/linux/net/rxrpc/
H A Drecvmsg.c382 unsigned int id32 = call->user_call_ID; in rxrpc_recvmsg() local
385 sizeof(unsigned int), &id32); in rxrpc_recvmsg()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_common.c3036 u32 id32; in ksz_switch_detect() local
3070 ret = ksz_read32(dev, REG_CHIP_ID0, &id32); in ksz_switch_detect()
3074 dev->chip_rev = FIELD_GET(SW_REV_ID_M, id32); in ksz_switch_detect()
3075 id32 &= ~0xFF; in ksz_switch_detect()
3077 switch (id32) { in ksz_switch_detect()
3087 dev->chip_id = id32; in ksz_switch_detect()
3105 "unsupported switch detected %x)\n", id32); in ksz_switch_detect()
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_common.c2767 u32 id32; in b53_switch_detect() local
2800 ret = b53_read32(dev, B53_MGMT_PAGE, B53_DEVICE_ID, &id32); in b53_switch_detect()
2804 switch (id32) { in b53_switch_detect()
2814 dev->chip_id = id32; in b53_switch_detect()
2819 id8, id32); in b53_switch_detect()
/openbmc/linux/sound/core/
H A Dpcm_lib.c528 runtime->sync.id32[0] = substream->pcm->card->number; in snd_pcm_set_sync()
529 runtime->sync.id32[1] = -1; in snd_pcm_set_sync()
530 runtime->sync.id32[2] = -1; in snd_pcm_set_sync()
531 runtime->sync.id32[3] = -1; in snd_pcm_set_sync()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h333 unsigned int id32[4]; member
/openbmc/linux/include/uapi/sound/
H A Dasound.h333 unsigned int id32[4]; member