OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_lsb
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/umcpmioctl/
putflash.c
343
uint8_t *
p_lsb
;
local
359
p_lsb
= p_msb = NULL;
361
p_lsb
= (uint8_t *) & req->u.spi.cs_to_data_delay_lsb;
365
p_lsb
= (uint8_t *) & req->u.spi.lb_to_cs_deassert_delay_lsb;
369
p_lsb
= (uint8_t *) & req->u.spi.delay_between_bytes_lsb;
372
if (
p_lsb
== NULL) {
388
*
p_lsb
= (uint8_t)(v & 0x00ff);
putflash.c
343
uint8_t *
p_lsb
;
local
359
p_lsb
= p_msb = NULL;
361
p_lsb
= (uint8_t *) & req->u.spi.cs_to_data_delay_lsb;
365
p_lsb
= (uint8_t *) & req->u.spi.lb_to_cs_deassert_delay_lsb;
369
p_lsb
= (uint8_t *) & req->u.spi.delay_between_bytes_lsb;
372
if (
p_lsb
== NULL) {
388
*
p_lsb
= (uint8_t)(v & 0x00ff);
Completed in 28 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026