Home
last modified time | relevance | path

Searched refs:general_config (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c44 .general_config = 4,
74 .general_config = 4,
95 .general_config = 9,
115 .general_config = 12,
137 .general_config = 9,
167 .general_config = 4,
188 .general_config = 9,
207 .general_config = 9,
227 .general_config = 12,
254 .general_config
[all...]
H A Datmel_hlcdc_dc.h153 * @general_config: general layer config register
169 int general_config; member
H A Datmel_hlcdc_plane.c390 atmel_hlcdc_layer_write_cfg(&plane->layer, desc->layout.general_config, in atmel_hlcdc_plane_update_general_settings()
/kernel/linux/linux-6.6/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c44 .general_config = 4,
74 .general_config = 4,
95 .general_config = 9,
115 .general_config = 12,
137 .general_config = 9,
167 .general_config = 4,
188 .general_config = 9,
207 .general_config = 9,
227 .general_config = 12,
254 .general_config
[all...]
H A Datmel_hlcdc_dc.h153 * @general_config: general layer config register
169 int general_config; member
H A Datmel_hlcdc_plane.c392 atmel_hlcdc_layer_write_cfg(&plane->layer, desc->layout.general_config, in atmel_hlcdc_plane_update_general_settings()
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c457 u32 general_config = 0; in lan743x_ptp_perout_off() local
474 general_config = lan743x_csr_read(adapter, PTP_GENERAL_CONFIG); in lan743x_ptp_perout_off()
475 general_config |= PTP_GENERAL_CONFIG_RELOAD_ADD_X_ in lan743x_ptp_perout_off()
477 lan743x_csr_write(adapter, PTP_GENERAL_CONFIG, general_config); in lan743x_ptp_perout_off()
489 u32 general_config = 0; in lan743x_ptp_perout() local
573 general_config = lan743x_csr_read(adapter, PTP_GENERAL_CONFIG); in lan743x_ptp_perout()
574 general_config &= ~(PTP_GENERAL_CONFIG_CLOCK_EVENT_X_MASK_ in lan743x_ptp_perout()
576 general_config |= PTP_GENERAL_CONFIG_CLOCK_EVENT_X_SET_ in lan743x_ptp_perout()
578 general_config &= ~PTP_GENERAL_CONFIG_RELOAD_ADD_X_ in lan743x_ptp_perout()
580 lan743x_csr_write(adapter, PTP_GENERAL_CONFIG, general_config); in lan743x_ptp_perout()
[all...]
/kernel/linux/linux-6.6/include/linux/regulator/
H A Dlp872x.h72 * @general_config : the value of LP872X_GENERAL_CFG register
79 u8 general_config; member
/kernel/linux/linux-5.10/include/linux/regulator/
H A Dlp872x.h77 * @general_config : the value of LP872X_GENERAL_CFG register
84 u8 general_config; member
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c434 u32 general_config = 0; in lan743x_ptp_perout_off() local
451 general_config = lan743x_csr_read(adapter, PTP_GENERAL_CONFIG); in lan743x_ptp_perout_off()
452 general_config |= PTP_GENERAL_CONFIG_RELOAD_ADD_X_ in lan743x_ptp_perout_off()
454 lan743x_csr_write(adapter, PTP_GENERAL_CONFIG, general_config); in lan743x_ptp_perout_off()
466 u32 general_config = 0; in lan743x_ptp_perout() local
619 general_config = lan743x_csr_read(adapter, PTP_GENERAL_CONFIG); in lan743x_ptp_perout()
620 general_config &= ~(PTP_GENERAL_CONFIG_CLOCK_EVENT_X_MASK_ in lan743x_ptp_perout()
622 general_config |= PTP_GENERAL_CONFIG_CLOCK_EVENT_X_SET_ in lan743x_ptp_perout()
624 general_config &= ~PTP_GENERAL_CONFIG_RELOAD_ADD_X_ in lan743x_ptp_perout()
626 lan743x_csr_write(adapter, PTP_GENERAL_CONFIG, general_config); in lan743x_ptp_perout()
[all...]
/kernel/linux/linux-5.10/drivers/memstick/core/
H A Dms_block.h107 unsigned short general_config; member
/kernel/linux/linux-6.6/drivers/memstick/core/
H A Dms_block.h107 unsigned short general_config; member
/kernel/linux/linux-5.10/drivers/regulator/
H A Dlp872x.c742 ret = lp872x_write_byte(lp, LP872X_GENERAL_CFG, pdata->general_config); in lp872x_config()
839 of_property_read_u8(np, "ti,general-config", &pdata->general_config); in lp872x_populate_pdata_from_dt()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dlp872x.c737 ret = lp872x_write_byte(lp, LP872X_GENERAL_CFG, pdata->general_config); in lp872x_config()
834 of_property_read_u8(np, "ti,general-config", &pdata->general_config); in lp872x_populate_pdata_from_dt()

Completed in 14 milliseconds