Searched refs:general_config (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/atmel-hlcdc/ |
| A D | atmel_hlcdc_dc.c | 44 .general_config = 4, 75 .general_config = 4, 96 .general_config = 9, 116 .general_config = 12, 138 .general_config = 9, 169 .general_config = 4, 190 .general_config = 9, 209 .general_config = 9, 256 .general_config = 9, 288 .general_config = 4, [all …]
|
| A D | atmel_hlcdc_dc.h | 213 int general_config; member
|
| A D | atmel_hlcdc_plane.c | 443 atmel_hlcdc_layer_write_cfg(&plane->layer, desc->layout.general_config, in atmel_hlcdc_plane_update_general_settings() 477 atmel_hlcdc_layer_write_cfg(&plane->layer, desc->layout.general_config, in atmel_xlcdc_plane_update_general_settings()
|
| /linux/include/linux/regulator/ |
| A D | lp872x.h | 79 u8 general_config; member
|
| /linux/drivers/net/ethernet/microchip/ |
| A D | lan743x_ptp.c | 427 u32 general_config = 0; in lan743x_ptp_perout_off() local 444 general_config = lan743x_csr_read(adapter, PTP_GENERAL_CONFIG); in lan743x_ptp_perout_off() 445 general_config |= PTP_GENERAL_CONFIG_RELOAD_ADD_X_ in lan743x_ptp_perout_off() 447 lan743x_csr_write(adapter, PTP_GENERAL_CONFIG, general_config); in lan743x_ptp_perout_off() 459 u32 general_config = 0; in lan743x_ptp_perout() local 612 general_config = lan743x_csr_read(adapter, PTP_GENERAL_CONFIG); in lan743x_ptp_perout() 613 general_config &= ~(PTP_GENERAL_CONFIG_CLOCK_EVENT_X_MASK_ in lan743x_ptp_perout() 615 general_config |= PTP_GENERAL_CONFIG_CLOCK_EVENT_X_SET_ in lan743x_ptp_perout() 617 general_config &= ~PTP_GENERAL_CONFIG_RELOAD_ADD_X_ in lan743x_ptp_perout() 619 lan743x_csr_write(adapter, PTP_GENERAL_CONFIG, general_config); in lan743x_ptp_perout()
|
| /linux/drivers/memstick/core/ |
| A D | ms_block.h | 107 unsigned short general_config; member
|
| /linux/drivers/regulator/ |
| A D | lp872x.c | 737 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 27 milliseconds