Home
last modified time | relevance | path

Searched refs:CLOCK (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/edid/
H A Dedid.S182 clock: .hword CLOCK/10
257 .byte (CLOCK/(XPIX+XBLANK))-1 /* Minimum horizontal line rate
259 .byte (CLOCK/(XPIX+XBLANK))+1 /* Maximum horizontal line rate
261 .byte (CLOCK/10000)+1 /* Maximum pixel clock rate, rounded up
H A D1920x1080.S26 #define CLOCK 148500 /* kHz */ macro
H A D1280x1024.S26 #define CLOCK 108000 /* kHz */ macro
H A D1600x1200.S26 #define CLOCK 162000 /* kHz */ macro
H A D1680x1050.S26 #define CLOCK 146250 /* kHz */ macro
H A D800x600.S23 #define CLOCK 40000 /* kHz */ macro
H A D1024x768.S26 #define CLOCK 65000 /* kHz */ macro
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A Dse.c126 const unsigned int CLOCK = 0x020000; in se200pci_WM8766_write() local
128 const unsigned int ALL_MASK = (DATA | CLOCK | LOAD); in se200pci_WM8766_write()
140 bits &= ~CLOCK; in se200pci_WM8766_write()
150 bits |= CLOCK; in se200pci_WM8766_write()
159 bits |= (DATA | CLOCK); in se200pci_WM8766_write()
/OK3568_Linux_fs/kernel/arch/m68k/atari/
H A Datakeyb.c104 KEYBOARD, AMOUSE, RMOUSE, JOYSTICK, CLOCK, RESYNC enumerator
192 kb_state.state = CLOCK; in atari_keyboard_interrupt()
275 case CLOCK: in atari_keyboard_interrupt()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dasic3.c398 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, SEL), in asic3_irq_probe()
614 cdex = asic3_read_register(asic, ASIC3_OFFSET(CLOCK, CDEX)); in asic3_clk_enable()
616 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, CDEX), cdex); in asic3_clk_enable()
630 cdex = asic3_read_register(asic, ASIC3_OFFSET(CLOCK, CDEX)); in asic3_clk_disable()
632 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, CDEX), cdex); in asic3_clk_disable()
760 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, SEL), in asic3_mmc_enable()
991 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, SEL), clksel); in asic3_probe()
1054 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, SEL), 0); in asic3_remove()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/
H A Dvstruct.h182 unsigned short CLOCK; member
187 unsigned short CLOCK; member
192 unsigned short CLOCK; member
H A Dinit.c1553 return(SiS_Pr->SiS_MCLKData_0[index].CLOCK); in SiS_GetMCLK()
1555 return(SiS_Pr->SiS_MCLKData_1[index - 4].CLOCK); in SiS_GetMCLK()
1557 return(SiS_Pr->SiS_MCLKData_0[index].CLOCK); in SiS_GetMCLK()
2316 VCLK = SiS_Pr->SiS_VCLKData[index].CLOCK; in SiS_SetCRT1FIFO_300()
2324 MCLK = SiS_Pr->SiS_MCLKData_0[index].CLOCK; in SiS_SetCRT1FIFO_300()
2443 VCLK = SiS_Pr->SiS_VCLKData[data].CLOCK; in SiS_SetCRT1FIFO_630()
2448 MCLK16 = SiS_Pr->SiS_MCLKData_0[data].CLOCK * 16; in SiS_SetCRT1FIFO_630()
2583 VCLK = SiS_Pr->SiS_VCLKData[index].CLOCK; in SiS_SetVCLKState()
2752 data2 = SiS_Pr->SiS_VCLKData[data2].CLOCK; in SiS_SetCRT1ModeRegs()
H A Dinitextlfb.c75 Clock = SiS_Pr->SiS_VCLKData[ClockIndex].CLOCK * 1000; in sisfb_mode_rate_to_dclock()
H A Dinit301.c1762 SiS_Pr->SiS_VCLKData[VCLK_CUSTOM_315].CLOCK = in SiS_GetLCDInfoBIOS()
1763 SiS_Pr->SiS_VBVCLKData[VCLK_CUSTOM_315].CLOCK = (unsigned short)((unsigned char)ROMAddr[18]); in SiS_GetLCDInfoBIOS()
2158 SiS_Pr->SiS_VCLKData[idx].CLOCK = in SiS_GetLCDResInfo()
2159 SiS_Pr->SiS_VBVCLKData[idx].CLOCK = SiS_Pr->CP_PrefClock; in SiS_GetLCDResInfo()
5357 VCLK = SiS_Pr->SiS_VCLKData[index].CLOCK; in SiS_SetCRT2FIFO_300()
5384 MCLK = SiS_Pr->SiS_MCLKData_0[index].CLOCK; in SiS_SetCRT2FIFO_300()
5447 VCLK = SiS_Pr->SiS_VCLKData[index].CLOCK; in SiS_SetCRT2FIFO_300()
10477 index = SiS_Pr->SiS_VCLKData[index].CLOCK; in SetDelayComp661()
/OK3568_Linux_fs/kernel/drivers/usb/misc/sisusbvga/
H A Dsisusb_struct.h117 unsigned short CLOCK; member
H A Dsisusb_init.c637 VCLK = SiS_Pr->SiS_VCLKData[index].CLOCK; in SiS_SetVCLKState()
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dboottime-trace.rst68 ftrace.[instance.INSTANCE.]trace_clock = CLOCK
69 Set given CLOCK to ftrace's trace_clock.
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpi_internal.h520 HPI_CLOCK_OPEN = HPI_FUNC_ID(CLOCK, 1),
521 HPI_CLOCK_SET_TIME = HPI_FUNC_ID(CLOCK, 2),
522 HPI_CLOCK_GET_TIME = HPI_FUNC_ID(CLOCK, 3),
/OK3568_Linux_fs/u-boot/board/seco/mx6quq7/
H A Dmx6quq7-2g.cfg72 /* CLOCK */
/OK3568_Linux_fs/kernel/drivers/hwtracing/stm/
H A Dp_sys-t.c75 #define CLOCK_SYNC_HEADER (MIPI_SYST_TYPES(CLOCK, TRANSPORT_SYNC) | \
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dtimekeeping.rst61 | 1.1932 MHz|---------->| CLOCK OUT | ---------> IRQ 0
68 |------>| CLOCK OUT | ---------> 66.3 KHZ DRAM
75 |------>| CLOCK OUT | ---------> Port 61h, bit 5
/OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/
H A Ddevres.rst245 CLOCK
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Datarikbd.rst564 TIME-OF-DAY CLOCK SET
582 INTERROGATE TIME-OF-DAT CLOCK
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-96227 -- Function: int clock_gettime (clockid_t CLOCK, struct timespec *TS)
6229 Get the current time accoding to the clock identified by CLOCK,
6237 The clock identified by CLOCK is not supported.
6244 -- Function: int clock_getres (clockid_t CLOCK, struct timespec *RES)
6246 Get the actual resolution of the clock identified by CLOCK, storing
6258 The clock identified by CLOCK is not supported.
6313 -- Function: int clock_settime (clockid_t CLOCK, const struct timespec
6320 by CLOCK, to be the simple calendar time in ‘*TS’.
6344 The clock identified by CLOCK is not supported or cannot be
6351 clock identified by CLOCK.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-96227 -- Function: int clock_gettime (clockid_t CLOCK, struct timespec *TS)
6229 Get the current time accoding to the clock identified by CLOCK,
6237 The clock identified by CLOCK is not supported.
6244 -- Function: int clock_getres (clockid_t CLOCK, struct timespec *RES)
6246 Get the actual resolution of the clock identified by CLOCK, storing
6258 The clock identified by CLOCK is not supported.
6313 -- Function: int clock_settime (clockid_t CLOCK, const struct timespec
6320 by CLOCK, to be the simple calendar time in ‘*TS’.
6344 The clock identified by CLOCK is not supported or cannot be
6351 clock identified by CLOCK.

12