/openbmc/linux/sound/soc/sh/ |
H A D | hac.c | 165 int unit_id = 0 /* ac97->private_data */; in hac_ac97_write() local 166 struct hac_priv *hac = &hac_cpu_data[unit_id]; in hac_ac97_write() 193 int unit_id = 0 /* ac97->private_data */; in hac_ac97_read() local 194 struct hac_priv *hac = &hac_cpu_data[unit_id]; in hac_ac97_read() 200 int unit_id = 0 /* ac97->private_data */; in hac_ac97_warmrst() local 201 struct hac_priv *hac = &hac_cpu_data[unit_id]; in hac_ac97_warmrst() 218 int unit_id = 0 /* ac97->private_data */; in hac_ac97_coldrst() local 220 hac = &hac_cpu_data[unit_id]; in hac_ac97_coldrst()
|
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
H A D | sys_env_lib.c | 16 enum unit_id sys_env_soc_unit_nums[MAX_UNITS_ID][MAX_DEV_ID_NUM] = { 28 enum unit_id sys_env_soc_unit_nums[MAX_UNITS_ID][MAX_DEV_ID_NUM] = { 171 u32 sys_env_unit_max_num_get(enum unit_id unit) in sys_env_unit_max_num_get()
|
H A D | high_speed_env_spec.c | 798 enum unit_id unit_id; in hws_serdes_topology_verify() local 806 unit_id = serdes_type_to_unit_info[serdes_type].serdes_unit_id; in hws_serdes_topology_verify() 808 serd_max_num = sys_env_unit_max_num_get(unit_id); in hws_serdes_topology_verify() 811 if (serdes_lane_in_use_count[unit_id][unit_numb] != 0) { in hws_serdes_topology_verify() 813 serdes_lane_in_use_count[unit_id][unit_numb]--; in hws_serdes_topology_verify() 819 if (serdes_lane_in_use_count[unit_id][unit_numb] == 0) { in hws_serdes_topology_verify() 826 serdes_unit_count[unit_id]++; in hws_serdes_topology_verify() 830 if (serdes_unit_count[unit_id] > serd_max_num) { in hws_serdes_topology_verify()
|
H A D | sys_env_lib.h | 294 enum unit_id { enum 361 u32 sys_env_unit_max_num_get(enum unit_id unit);
|
/openbmc/u-boot/board/liebherr/display5/ |
H A D | display5.c | 46 static u32 unit_id; variable 360 ARRAY_SIZE(gpio_table_sw_ids), &sw_ids_valid, &unit_id); in board_init() 361 debug("SWx unit_id 0x%x\n", unit_id); in board_init() 368 printf("ID: unit type 0x%x rev 0x%x\n", unit_id, cpu_id); in board_init()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gm20b.c | 44 .cmd.hdr.unit_id = NV_PMU_UNIT_ACR, in gm20b_pmu_acr_bootstrap_falcon() 147 .cmd.hdr.unit_id = NV_PMU_UNIT_ACR, in gm20b_pmu_acr_init_wpr() 168 if (msg.hdr.unit_id != NV_PMU_UNIT_INIT || in gm20b_pmu_initmsg()
|
H A D | gp10b.c | 42 .cmd.hdr.unit_id = NV_PMU_UNIT_ACR, in gp10b_pmu_acr_bootstrap_multiple_falcons()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/ |
H A D | ga102.c | 39 if (msg.hdr.unit_id != NV_SEC2_UNIT_INIT || in ga102_sec2_initmsg() 96 .cmd.hdr.unit_id = sec2->func->unit_acr, in ga102_sec2_acr_bootstrap_falcon()
|
H A D | gp102.c | 64 .cmd.hdr.unit_id = sec2->func->unit_acr, in gp102_sec2_acr_bootstrap_falcon() 131 if (msg.hdr.unit_id != NV_SEC2_UNIT_INIT || in gp102_sec2_initmsg()
|
H A D | base.c | 47 .unit_id = sec2->func->unit_unload, in nvkm_sec2_fini()
|
/openbmc/qemu/ |
H A D | blockdev.c | 785 int max_devs, bus_id, unit_id, index; in drive_new() local 909 unit_id = qemu_opt_get_number(legacy_opts, "unit", -1); in drive_new() 915 if (bus_id != 0 || unit_id != -1) { in drive_new() 920 unit_id = drive_index_to_unit_id(type, index); in drive_new() 923 if (unit_id == -1) { in drive_new() 924 unit_id = 0; in drive_new() 925 while (drive_get(type, bus_id, unit_id) != NULL) { in drive_new() 926 unit_id++; in drive_new() 927 if (max_devs && unit_id >= max_devs) { in drive_new() 928 unit_id -= max_devs; in drive_new() [all …]
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_base.h | 469 int genwqe_ffdc_buff_size(struct genwqe_dev *cd, int unit_id); 470 int genwqe_ffdc_buff_read(struct genwqe_dev *cd, int unit_id,
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | u_audio.h | 76 int (*notify)(struct g_audio *g_audio, int unit_id, int cs);
|
H A D | f_uac2.c | 88 static int afunc_notify(struct g_audio *agdev, int unit_id, int cs); 1360 afunc_notify(struct g_audio *agdev, int unit_id, int cs) in afunc_notify() argument 1388 w_index = unit_id << 8 | uac2->ac_intf; in afunc_notify()
|
H A D | f_uac1.c | 376 static int audio_notify(struct g_audio *audio, int unit_id, int cs) in audio_notify() argument 405 msg->bOriginator = unit_id; in audio_notify()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | err_ev7.h | 156 u8 unit_id; /* unit reporting condition */ member
|
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.c | 113 h_return_code = h_send_crq(vscsi->dds.unit_id, in connection_broken() 147 qrc = h_free_crq(vscsi->dds.unit_id); in ibmvscsis_unregister_command_q() 340 rc = h_send_crq(vscsi->dds.unit_id, cpu_to_be64(buffer[MSG_HI]), in ibmvscsis_send_init_message() 767 rc = h_vioctl(vscsi->dds.unit_id, H_GET_PARTNER_INFO, in ibmvscsis_init_msg() 805 rc = h_vioctl(vscsi->dds.unit_id, H_ENABLE_PREPARE_FOR_SUSPEND, 30000, in ibmvscsis_establish_new_q() 897 rc = h_reg_crq(vscsi->dds.unit_id, in ibmvscsis_reset_queue() 988 rc = h_vioctl(vscsi->dds.unit_id, H_READY_FOR_SUSPEND, 0, 0, 0, in ibmvscsis_ready_for_suspend() 2482 rc = h_send_crq(vscsi->dds.unit_id, cpu_to_be64(buffer[MSG_HI]), in ibmvscsis_ping_response() 2971 rc = h_reg_crq(vscsi->dds.unit_id, vscsi->cmd_q.crq_token, bytes); in ibmvscsis_enable_change_state() 3457 vscsi->dds.unit_id = vdev->unit_address; in ibmvscsis_probe() [all …]
|
H A D | ibmvscsi_tgt.h | 53 u64 unit_id; /* 64 bit will force alignment */ member
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | cmdq.c | 63 cmd.unit_id = NV_FALCON_CMD_UNIT_ID_REWIND; in nvkm_falcon_cmdq_rewind()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | falcon.h | 174 u8 unit_id; member
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | ethtool.c | 210 int *test, const char *unit_format, int unit_id, in ef4_fill_test() argument 223 unit_format, unit_id); in ef4_fill_test()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ethtool_common.c | 259 int *test, const char *unit_format, int unit_id, in efx_fill_test() argument 272 unit_format, unit_id); in efx_fill_test()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ethtool_common.c | 210 int *test, const char *unit_format, int unit_id, in efx_fill_test() argument 223 unit_format, unit_id); in efx_fill_test()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | err_marvel.c | 62 env->unit_id, in marvel_print_680_frame()
|