OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCMD_REG_SIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/scmdctl/
i2cspi.c
118
return i2cspi_phy_read_register(fd, debug, reg + (
SCMD_REG_SIZE
* a_module), reg_end - reg + 1, r);
129
err = i2cspi_phy_write_register(fd, debug, reg + (
SCMD_REG_SIZE
* a_module), reg_v);
scmdctl.c
165
uint8_t register_shadow[
SCMD_REG_SIZE
];
207
for(c = 0x00; c <
SCMD_REG_SIZE
;c++)
362
memset(register_shadow,SCMD_HOLE_VALUE + 1,
SCMD_REG_SIZE
);
370
for(c = 0x00; c <
SCMD_REG_SIZE
;c++)
373
if (c ==
SCMD_REG_SIZE
) {
383
for(c = 0x00; c <
SCMD_REG_SIZE
;c++)
386
if (c ==
SCMD_REG_SIZE
) {
417
for(c = 0x00; c <
SCMD_REG_SIZE
;c++)
420
if (c ==
SCMD_REG_SIZE
) {
/src/sys/dev/ic/
scmd.c
295
return (
SCMD_REG_SIZE
* i) - 1;
310
int loc = reg /
SCMD_REG_SIZE
;
311
uint8_t vpi2creg = reg %
SCMD_REG_SIZE
;
345
if (SCMD_IS_HOLE(reg %
SCMD_REG_SIZE
)) {
455
if (SCMD_IS_HOLE(reg %
SCMD_REG_SIZE
)) {
scmdreg.h
224
#define
SCMD_REG_SIZE
0x7F /* Size of the register space including the holes */
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025