/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_dccg.c | 213 uint32_t modulo, phase; in dccg314_set_dtbclk_dto() local 215 // phase / modulo = dtbclk / dtbclk ref in dccg314_set_dtbclk_dto() 217 phase = req_dtbclk_khz * 1000; in dccg314_set_dtbclk_dto() 220 REG_WRITE(DTBCLK_DTO_PHASE[params->otg_inst], phase); in dccg314_set_dtbclk_dto() 339 /* turn off the DTO and leave phase/modulo at max */ in dccg314_dpp_root_clock_control()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_dccg.c | 213 uint32_t modulo, phase; in dccg32_set_dtbclk_dto() local 215 // phase / modulo = dtbclk / dtbclk ref in dccg32_set_dtbclk_dto() 217 phase = req_dtbclk_khz * 1000; in dccg32_set_dtbclk_dto() 220 REG_WRITE(DTBCLK_DTO_PHASE[params->otg_inst], phase); in dccg32_set_dtbclk_dto()
|
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
H A D | max16601.c | 19 * The chip supports reading per-phase temperatures and per-phase input/output 22 * register values and reports per-phase information in PMBus page 0. 71 static int max16601_read_word(struct i2c_client *client, int page, int phase, in max16601_read_word() argument 81 if (phase == 0xff) in max16601_read_word() 88 phase); in max16601_read_word()
|
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | amdtp-stream.c | 391 unsigned int phase = state; in pool_ideal_nonblocking_data_blocks() local 403 desc->data_blocks = 5 + ((phase & 1) ^ (phase == 0 || phase >= 40)); in pool_ideal_nonblocking_data_blocks() 406 desc->data_blocks = 11 * (sfc >> 1) + (phase == 0); in pool_ideal_nonblocking_data_blocks() 407 if (++phase >= (80 >> (sfc >> 1))) in pool_ideal_nonblocking_data_blocks() 408 phase = 0; in pool_ideal_nonblocking_data_blocks() 409 state = phase; in pool_ideal_nonblocking_data_blocks() 437 unsigned int phase = *syt_offset_state; in calculate_syt_offset() local 438 unsigned int index = phase in calculate_syt_offset() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_transform_v.c | 292 int i, phase, pair; in program_multi_taps_filter() local 322 for (phase = 0; phase < phases_to_program; phase++) { in program_multi_taps_filter() 324 phase 0 is unique and phase N/2 is unique if N is even*/ in program_multi_taps_filter() 325 set_reg_field_value(select, phase, SCLV_COEF_RAM_SELECT, SCL_C_RAM_PHASE); in program_multi_taps_filter()
|
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 45 * Upload the component of an effect dealing with the period, phase and magnitude 50 __s16 magnitude, __s16 offset, u16 period, u16 phase) in make_period_modifier() 72 data[4] = HI(phase); in make_period_modifier() 269 || old->u.periodic.phase != new->u.periodic.phase); in need_period_modifier() 353 effect->u.periodic.period, effect->u.periodic.phase); in iforce_upload_periodic() 48 make_period_modifier(struct iforce* iforce, struct resource* mod_chunk, int no_alloc, __s16 magnitude, __s16 offset, u16 period, u16 phase) make_period_modifier() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_transform_v.c | 289 int i, phase, pair; in program_multi_taps_filter() local 319 for (phase = 0; phase < phases_to_program; phase++) { in program_multi_taps_filter() 321 phase 0 is unique and phase N/2 is unique if N is even*/ in program_multi_taps_filter() 322 set_reg_field_value(select, phase, SCLV_COEF_RAM_SELECT, SCL_C_RAM_PHASE); in program_multi_taps_filter()
|
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 45 * Upload the component of an effect dealing with the period, phase and magnitude 50 __s16 magnitude, __s16 offset, u16 period, u16 phase) in make_period_modifier() 72 data[4] = HI(phase); in make_period_modifier() 269 || old->u.periodic.phase != new->u.periodic.phase); in need_period_modifier() 353 effect->u.periodic.period, effect->u.periodic.phase); in iforce_upload_periodic() 48 make_period_modifier(struct iforce* iforce, struct resource* mod_chunk, int no_alloc, __s16 magnitude, __s16 offset, u16 period, u16 phase) make_period_modifier() argument
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 64 #define FE_NOPM (1<<19) /* Scripts handles phase mismatch */ 248 #define MA 0x80 /* sta: phase mismatch */ 688 * WHEN (phase) 689 * IF (phase) 709 #define WHEN(phase) (0x00030000 | (phase)) 710 #define IF(phase) (0x00020000 | (phase))
|
/kernel/linux/linux-5.10/drivers/staging/iio/frequency/ |
H A D | ad9832.c | 80 * @ctrl_fp: cached frequency/phase control word 156 unsigned long addr, unsigned long phase) in ad9832_write_phase() 158 if (phase > BIT(AD9832_PHASE_BITS)) in ad9832_write_phase() 163 ((phase >> 8) & 0xFF)); in ad9832_write_phase() 166 (phase & 0xFF)); in ad9832_write_phase() 155 ad9832_write_phase(struct ad9832_state *st, unsigned long addr, unsigned long phase) ad9832_write_phase() argument
|
/kernel/linux/linux-6.6/drivers/staging/iio/frequency/ |
H A D | ad9832.c | 80 * @ctrl_fp: cached frequency/phase control word 156 unsigned long addr, unsigned long phase) in ad9832_write_phase() 158 if (phase > BIT(AD9832_PHASE_BITS)) in ad9832_write_phase() 163 ((phase >> 8) & 0xFF)); in ad9832_write_phase() 166 (phase & 0xFF)); in ad9832_write_phase() 155 ad9832_write_phase(struct ad9832_state *st, unsigned long addr, unsigned long phase) ad9832_write_phase() argument
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 64 #define FE_NOPM (1<<19) /* Scripts handles phase mismatch */ 248 #define MA 0x80 /* sta: phase mismatch */ 688 * WHEN (phase) 689 * IF (phase) 709 #define WHEN(phase) (0x00030000 | (phase)) 710 #define IF(phase) (0x00020000 | (phase))
|
/kernel/linux/linux-5.10/drivers/usb/atm/ |
H A D | speedtch.c | 348 int phase, const struct firmware **fw_p) in speedtch_find_firmware() 356 sprintf(buf, "speedtch-%d.bin.%x.%02x", phase, major_revision, minor_revision); in speedtch_find_firmware() 360 sprintf(buf, "speedtch-%d.bin.%x", phase, major_revision); in speedtch_find_firmware() 364 sprintf(buf, "speedtch-%d.bin", phase); in speedtch_find_firmware() 368 usb_err(usbatm, "%s: no stage %d firmware found!\n", __func__, phase); in speedtch_find_firmware() 374 usb_info(usbatm, "found stage %d firmware %s\n", phase, buf); in speedtch_find_firmware() 347 speedtch_find_firmware(struct usbatm_data *usbatm, struct usb_interface *intf, int phase, const struct firmware **fw_p) speedtch_find_firmware() argument
|
/kernel/linux/linux-6.6/drivers/usb/atm/ |
H A D | speedtch.c | 348 int phase, const struct firmware **fw_p) in speedtch_find_firmware() 356 sprintf(buf, "speedtch-%d.bin.%x.%02x", phase, major_revision, minor_revision); in speedtch_find_firmware() 360 sprintf(buf, "speedtch-%d.bin.%x", phase, major_revision); in speedtch_find_firmware() 364 sprintf(buf, "speedtch-%d.bin", phase); in speedtch_find_firmware() 368 usb_err(usbatm, "%s: no stage %d firmware found!\n", __func__, phase); in speedtch_find_firmware() 374 usb_info(usbatm, "found stage %d firmware %s\n", phase, buf); in speedtch_find_firmware() 347 speedtch_find_firmware(struct usbatm_data *usbatm, struct usb_interface *intf, int phase, const struct firmware **fw_p) speedtch_find_firmware() argument
|
/kernel/linux/linux-6.6/drivers/soc/mediatek/ |
H A D | mtk-svs.c | 178 * enum svsb_phase - svs bank phase enumeration 183 * @SVSB_PHASE_MAX: total number of svs bank phase (debug purpose) 185 * Each svs bank has its own independent phase and we enable each svs bank by 186 * running their phase orderly. However, when svs bank encounters unexpected 189 * svs bank general phase-enabled order: 367 * @phase: bank current phase 369 * @reg_data: bank register data in different phase for debug purpose 429 enum svsb_phase phase; member 568 svsb->phase in svs_adjust_pm_opp_volts() 1159 svs_save_bank_register_data(struct svs_platform *svsp, enum svsb_phase phase) svs_save_bank_register_data() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_ops.h | 28 * @param phase 35 int phase,
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | Makefile | 9 snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o prodigy_hifi.o juli.o phase.o wtm.o se.o maya44.o quartet.o psc724.o wm8766.o wm8776.o
|
/kernel/linux/linux-5.10/drivers/greybus/ |
H A D | arpc.h | 60 __u8 phase; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_ops.h | 28 * @phase: Phase. 36 int phase,
|
/kernel/linux/linux-6.6/drivers/greybus/ |
H A D | arpc.h | 60 __u8 phase; member
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | Makefile | 9 snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o prodigy_hifi.o juli.o phase.o wtm.o se.o maya44.o quartet.o psc724.o wm8766.o wm8776.o
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/ |
H A D | bnxt_re-abi.h | 30 __u32 phase; member
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | tps53679.c | 76 /* On TPS53681, only channel A provides per-phase output current */ in tps53679_identify_phases() 110 * Common identification function for chips with multi-phase support. 147 int phase, int reg) in tps53681_read_word_data() 153 * 80h readack (!) the total phase current". in tps53681_read_word_data() 155 * current for all phases if the phase is set to 0xff. Instead, it in tps53681_read_word_data() 156 * appears to report the current of one of the phases. Override phase in tps53681_read_word_data() 159 if (reg == PMBUS_READ_IOUT && page == 0 && phase == 0xff) in tps53681_read_word_data() 146 tps53681_read_word_data(struct i2c_client *client, int page, int phase, int reg) tps53681_read_word_data() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/ |
H A D | ena_eth_com.h | 212 /* Switch phase bit in case of wrap around */ in ena_com_cq_inc_head() 214 io_cq->phase ^= 1; in ena_com_cq_inc_head() 225 expected_phase = io_cq->phase; in ena_com_tx_comp_req_id_get() 231 /* When the current completion descriptor phase isn't the same as the in ena_com_tx_comp_req_id_get()
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | debug.h | 296 int phase = DEPEVT_STATUS_CONTROL_PHASE(event->status); in dwc3_ep_event_string() local 298 switch (phase) { in dwc3_ep_event_string()
|