Searched refs:id32 (Results 1 – 6 of 6) sorted by relevance
17 unsigned id32:1; member
382 unsigned int id32 = call->user_call_ID; in rxrpc_recvmsg() local385 sizeof(unsigned int), &id32); in rxrpc_recvmsg()
2761 u32 id32; in b53_switch_detect() local2794 ret = b53_read32(dev, B53_MGMT_PAGE, B53_DEVICE_ID, &id32); in b53_switch_detect()2798 switch (id32) { in b53_switch_detect()2808 dev->chip_id = id32; in b53_switch_detect()2813 id8, id32); in b53_switch_detect()
3493 u32 id32; in ksz_switch_detect() local3539 ret = ksz_read32(dev, REG_CHIP_ID0, &id32); in ksz_switch_detect()3543 dev->chip_rev = FIELD_GET(SW_REV_ID_M, id32); in ksz_switch_detect()3544 id32 &= ~0xFF; in ksz_switch_detect()3546 switch (id32) { in ksz_switch_detect()3557 dev->chip_id = id32; in ksz_switch_detect()3575 "unsupported switch detected %x)\n", id32); in ksz_switch_detect()
336 unsigned int id32[4]; member
Completed in 48 milliseconds