repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/fatcat: config GPP_F23 as ISH gpio pin
[coreboot2.git]
/
src
/
drivers
/
i2c
/
ck505
/
chip.h
blob
745e76bf71a803cbe8bf053e49b0cdd71afd1bbf
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef DRIVERS_CK505_CHIP_H
4
#define DRIVERS_CK505_CHIP_H
5
6
struct
drivers_i2c_ck505_config
{
7
const int
nregs
;
8
const
u8 regs
[
32
];
9
const
u8 mask
[
32
];
10
};
11
12
#endif