HomeSort by: relevance | last modified time | path
    Searched defs:lpc (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/csu/arch/hppa/
crt0.S 50 bl L$lpc, %r27
52 L$lpc: addil L'_GLOBAL_OFFSET_TABLE_ - ($PIC_pcrel$0 - 8), %r27
  /src/tests/kernel/arch/hppa/
execsp.S 60 bl L$lpc, %r27
62 L$lpc: addil L'_GLOBAL_OFFSET_TABLE_ - ($PIC_pcrel$0 - 8), %r27
  /src/sys/arch/arm/gemini/
lpc_com.c 91 struct gemini_lpc_attach_args *lpc = aux; local in function:lpc_com_match
98 if (lpc->lpc_addr == LPCCF_LDN_DEFAULT
99 || lpc->lpc_addr == LPCCF_ADDR_DEFAULT)
103 if ((lpc->lpc_intr != LPCCF_INTR_DEFAULT) && (lpc->lpc_intr > 0xff))
104 panic("lpc_com: bad intr %d", lpc->lpc_intr);
106 if (lpc->lpc_size == LPCCF_SIZE_DEFAULT)
107 lpc->lpc_size = IT8712F_UART_SIZE;
109 iobase = lpc->lpc_base + lpc->lpc_addr
156 struct gemini_lpc_attach_args *lpc = aux; local in function:lpc_com_attach
    [all...]
gemini_lpc.c 42 CFATTACH_DECL_NEW(lpc, sizeof(struct gemini_lpc_softc),
58 struct gemini_lpc_attach_args *lpc = aux; local in function:gemini_lpc_match
60 if (lpc->lpc_addr == LPCCF_ADDR_DEFAULT)
61 panic("lpc must have addr specified in config.");
123 gemini_lpc_attach_args_t lpc; local in function:gemini_lpc_search
125 lpc.lpc_ldn = cf->cf_loc[LPCCF_LDN];
126 lpc.lpc_addr = cf->cf_loc[LPCCF_ADDR];
127 lpc.lpc_size = cf->cf_loc[LPCCF_SIZE];
128 lpc.lpc_intr = cf->cf_loc[LPCCF_INTR];
129 lpc.lpc_iot = sc->sc_iot
144 struct gemini_lpc_attach_args *lpc = aux; local in function:gemini_lpc_busprint
    [all...]
  /src/sys/sys/
gmon.h 43 u_long lpc; /* base pc address of sample buffer */ member in struct:gmonhdr
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hubp.c 1111 enum cursor_lines_per_chunk lpc = hubp1_get_lines_per_chunk( local in function:hubp1_cursor_set_attributes
1128 CURSOR_LINES_PER_CHUNK, lpc);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hubp.c 582 enum cursor_lines_per_chunk lpc = hubp2_get_lines_per_chunk( local in function:hubp2_cursor_set_attributes
600 CURSOR_LINES_PER_CHUNK, lpc);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
aspeed-g6.dtsi 490 lpc: lpc@1e789000 { label
491 compatible = "aspeed,ast2600-lpc-v2", "simple-mfd", "syscon";
528 lpc_ctrl: lpc-ctrl@80 {
529 compatible = "aspeed,ast2600-lpc-ctrl";
535 lpc_snoop: lpc-snoop@80 {
536 compatible = "aspeed,ast2600-lpc-snoop";
549 compatible = "aspeed,ast2600-lpc-reset";
aspeed-g4.dtsi 345 lpc: lpc@1e789000 { label
346 compatible = "aspeed,ast2400-lpc-v2", "simple-mfd", "syscon";
354 lpc_ctrl: lpc-ctrl@80 {
355 compatible = "aspeed,ast2400-lpc-ctrl";
361 lpc_snoop: lpc-snoop@90 {
362 compatible = "aspeed,ast2400-lpc-snoop";
375 compatible = "aspeed,ast2400-lpc-reset";
aspeed-g5.dtsi 436 lpc: lpc@1e789000 { label
437 compatible = "aspeed,ast2500-lpc-v2", "simple-mfd", "syscon";
473 lpc_ctrl: lpc-ctrl@80 {
474 compatible = "aspeed,ast2500-lpc-ctrl";
480 lpc_snoop: lpc-snoop@90 {
481 compatible = "aspeed,ast2500-lpc-snoop";
489 compatible = "aspeed,ast2500-lpc-reset";

Completed in 116 milliseconds